]> andersk Git - svn-all-fast-export.git/commitdiff
Fix the recurse rules sample file: the repository name comes after the branch name...
authorThiago Macieira <thiago@kde.org>
Fri, 20 Feb 2009 20:49:15 +0000 (21:49 +0100)
committerThiago Macieira <thiago@kde.org>
Fri, 20 Feb 2009 20:49:15 +0000 (21:49 +0100)
samples/recurse.rules

index bfce62182f0b4fb03c46595a47de0bbb9d7885c0..0840e41cd3d92e1308c5e1f6df2a42db3e8c93ce 100644 (file)
@@ -18,9 +18,13 @@ match /trunk/([^/]+)/
   branch master
 end match
 
+#
+# SVN layout:
+#  /branches/branchname/project1
+#  /branches/branchname/project2
 match /branches/([^/]+)/([^/]+)/
-  repository \1
-  branch \2
+  repository \2
+  branch \1
 end match
 
 
This page took 0.030882 seconds and 5 git commands to generate.