aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/mirror.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/mirror.py')
-rw-r--r--RepSys/mirror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/mirror.py b/RepSys/mirror.py
index 5b114df..20570d5 100644
--- a/RepSys/mirror.py
+++ b/RepSys/mirror.py
@@ -47,7 +47,7 @@ def enabled(wcurl=None):
def mirror_relocate(oldparent, newparent, url, wcpath):
svn = SVN()
newurl = relocate_path(oldparent, newparent, url)
- svn.switch(newurl, url, path=wcpath, relocate="True")
+ svn.switch(newurl, url, path=wcpath, relocate=True)
return newurl
def switchto_parent(svn, url, path):