diff options
Diffstat (limited to 'RepSys')
-rw-r--r-- | RepSys/mirror.py | 2 |
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): |