Test fsck a bit harder
[gitweb.git] / git-svn.perl
index 001a1d8efffe804898ddc31e1f64924a429e4c0e..83cb36f0655c0809bb60f1efad78f66ac8de1378 100755 (executable)
@@ -1693,6 +1693,7 @@ sub find_by_url { # repos_root and, path are optional
                        my $prefix = '';
                        if ($rwr) {
                                $z = $rwr;
+                               remove_username($z);
                        } elsif (defined $svm) {
                                $z = $svm->{source};
                                $prefix = $svm->{replace};