diff options
Diffstat (limited to 'scripts/RekonqGitSvn.tailor')
-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..5da56559 --- /dev/null +++ b/scripts/RekonqGitSvn.tailor @@ -0,0 +1,17 @@ +[DEFAULT] +verbose = True + +[project] +target = svn:target +start-revision = INITIAL +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 +module = /trunk/playground/network/rekonq2 + |