diff options
-rw-r--r-- | scripts/RekonqGitSvn.tailor | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/RekonqGitSvn.tailor b/scripts/RekonqGitSvn.tailor new file mode 100644 index 00000000..2f909f62 --- /dev/null +++ b/scripts/RekonqGitSvn.tailor @@ -0,0 +1,17 @@ +[DEFAULT] +verbose = True + +[project] +target = svn:target +start-revision = INITIAL +root-directory = /DATI/KDE/SRC/rekonq +state-file = tailor.state +source = git:source +subdir = . + +[git:source] +repository = git@gitorious.org:rekonq/mainline.git + +[svn:target] +repository = svn+ssh://adjam@svn.kde.org/home/kde/trunk/playground/network/rekonq + |