Skip to content

Commit 1ba5720

Browse files
committed
Remove credentials from merge source URL before using it to place cache file in correct sub-folder
1 parent 0955350 commit 1ba5720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SVNBuddy/Command/MergeCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ protected function getUsableRevisions($source_url, $wc_path)
563563
*/
564564
protected function calculateUsableRevisions($source_url, $wc_path)
565565
{
566+
$source_url = $this->repositoryConnector->removeCredentials($source_url);
567+
566568
$command = $this->repositoryConnector->getCommand(
567569
'mergeinfo',
568570
array(

0 commit comments

Comments
 (0)