diff options
-rw-r--r-- | scripts/RekonqGitSvn.tailor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/RekonqGitSvn.tailor b/scripts/RekonqGitSvn.tailor index 2f909f62..5da56559 100644 --- a/scripts/RekonqGitSvn.tailor +++ b/scripts/RekonqGitSvn.tailor @@ -4,7 +4,6 @@ verbose = True [project] target = svn:target start-revision = INITIAL -root-directory = /DATI/KDE/SRC/rekonq state-file = tailor.state source = git:source subdir = . @@ -13,5 +12,6 @@ subdir = . repository = git@gitorious.org:rekonq/mainline.git [svn:target] -repository = svn+ssh://adjam@svn.kde.org/home/kde/trunk/playground/network/rekonq +repository = svn+ssh://adjam@svn.kde.org/home/kde +module = /trunk/playground/network/rekonq2 |