Index: git_auto_svn.py |
diff --git a/git_auto_svn.py b/git_auto_svn.py |
index 114f82d6062763e6f709b1a3f7e8f1ef574222c6..4faa9a0d5c2bc3133e67260bddbe648384aa1b32 100755 |
--- a/git_auto_svn.py |
+++ b/git_auto_svn.py |
@@ -83,7 +83,6 @@ def main(argv): |
assert svn_repo is not None, 'Unable to find svn repo for %s' % match.group(1) |
print 'Found upstream svn repo %s and path %s' % (svn_repo, svn_path) |
- prefix = upstream.rsplit('/')[0] |
set_config('svn-remote.svn.url', svn_repo) |
set_config('svn-remote.svn.fetch', |
'%s:refs/remotes/%s' % (svn_path, upstream)) |