From a266e00db2a624f9256c6f6b4f3a742e536569dc Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Thu, 17 Jul 2008 12:24:00 +0000 Subject: A WTF? moment --- RepSys/mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1