We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7c3dc commit 0e2df34Copy full SHA for 0e2df34
1 file changed
git-svn-synchronizer.sh
@@ -73,7 +73,7 @@ then
73
fi
74
75
# initialize the Subversion URL
76
-if ! test -d .git/svn || test "a$SVN_URL" != "a$(git config svn-remote.svn.url)"
+if ! test -d .git/svn || test "a${SVN_URL%/}" != "a$(git config svn-remote.svn.url)"
77
then
78
# Try standard trunk/branches/tags setup first
79
git svn init -s "$SVN_URL" &&
0 commit comments