]> andersk Git - svn-all-fast-export.git/commitdiff
Add a warning about tag processing in the standardlayout file
authorThiago Macieira <thiago@kde.org>
Fri, 20 Feb 2009 20:51:48 +0000 (21:51 +0100)
committerThiago Macieira <thiago@kde.org>
Fri, 20 Feb 2009 20:51:48 +0000 (21:51 +0100)
samples/standardlayout.rules

index b5e102f21099f7db14bc2a7b89730ffbb6e4d3eb..bf3a6f814830dddd916c5a20d292f487b13e5fe8 100644 (file)
@@ -20,6 +20,17 @@ match /branches/([^/]+)/
   branch \1
 end match
 
+# Important:
+# Subversion doesn't understand the Git concept of tags
+# In Subversion, tags are really branches
+#
+# Only a post-processing (i.e., after converting to Git) of the tag
+# branches can we be sure that a tag wasn't moved or changed from the
+# branch it was copied from
+#
+# This rule will create tags that don't exist in any of the
+# branches. It's not what you want.
+# See the merged-branches-tags.rules file
 match /tags/([^/]+)/
   repository myproject
   branch refs/tags/\1
This page took 0.03562 seconds and 5 git commands to generate.