[rkward-cvs] SF.net SVN: rkward-code:[4997] trunk/rkward/scripts/svn2git_rules
tfry at users.sf.net
tfry at users.sf.net
Sat Nov 8 19:08:41 UTC 2014
Revision: 4997
http://sourceforge.net/p/rkward/code/4997
Author: tfry
Date: 2014-11-08 19:08:40 +0000 (Sat, 08 Nov 2014)
Log Message:
-----------
Updated conversion rules
Modified Paths:
--------------
trunk/rkward/scripts/svn2git_rules
Modified: trunk/rkward/scripts/svn2git_rules
===================================================================
--- trunk/rkward/scripts/svn2git_rules 2014-11-07 18:58:53 UTC (rev 4996)
+++ trunk/rkward/scripts/svn2git_rules 2014-11-08 19:08:40 UTC (rev 4997)
@@ -1,6 +1,12 @@
create repository rkward
end repository
+create repository external_plugins
+end repository
+
+create repository jss_dec_10
+end repository
+
match /trunk/rkward/
repository rkward
branch master
@@ -91,274 +97,308 @@
branch releases/0.6.2
end match
-#match /branches/vendor/rkward/
-# action recurse
-# repository rkward
-# branch vendor
-# min revision 2
-# can't drop due to copy ???
-#end match
-
match /branches/vendor/
action recurse
#drop ??
end match
match /branches/external_plugins/
-# drop
+ repository external_plugins
+ branch master
end match
match /branches/jss_dec_10/
-# drop
+ repository jss_dec_10
+ branch master
end match
### tags
match /tags/date_2005_11_2004_before_component_work/rkward/
repository rkward
branch refs/tags/development/date_2005_11_2004_before_component_work
+ annotated true
end match
match /tags/release-0.4.0/rkward/
repository rkward
branch refs/tags/release/v0.4.0
+ annotated true
end match
match /tags/release-0.4.0pre1/rkward/
repository rkward
branch refs/tags/release/v0.4.0-pre1
+ annotated true
end match
match /tags/release-0.4.0pre2/rkward/
repository rkward
branch refs/tags/release/v0.4.0-pre2
+ annotated true
end match
match /tags/release-0.4.0pre3/rkward/
repository rkward
branch refs/tags/release/v0.4.0-pre3
+ annotated true
end match
match /tags/release-0.4.1pre1/rkward/
repository rkward
branch refs/tags/release/v0.4.1-pre1
+ annotated true
end match
match /tags/release-0.4.1/rkward/
repository rkward
branch refs/tags/release/v0.4.1
+ annotated true
end match
match /tags/release-0.4.2/rkward/
repository rkward
branch refs/tags/release/v0.4.2
+ annotated true
end match
match /tags/release-0.4.5/
repository rkward
branch refs/tags/release/v0.4.5
+ annotated true
end match
match /tags/release-0.4.5pre1/
repository rkward
branch refs/tags/release/v0.4.5-pre1
+ annotated true
end match
match /tags/release-0.4.5pre2/rkward/
repository rkward
branch refs/tags/release/v0.4.5-pre2
+ annotated true
end match
match /tags/release-0.4.6/
repository rkward
branch refs/tags/release/v0.4.6
+ annotated true
end match
match /tags/release-0.4.6pre1/
repository rkward
branch refs/tags/release/v0.4.6-pre1
+ annotated true
end match
match /tags/release-0.4.6pre2/
repository rkward
branch refs/tags/release/v0.4.6-pre2
+ annotated true
end match
match /tags/release-0.4.7/
repository rkward
branch refs/tags/release/v0.4.7
+ annotated true
end match
match /tags/release-0.4.7a/
repository rkward
branch refs/tags/release/v0.4.7a
+ annotated true
end match
match /tags/release-0.4.8/
repository rkward
branch refs/tags/release/v0.4.8
+ annotated true
end match
match /tags/release-0.4.8a/
repository rkward
branch refs/tags/release/v0.4.8a
+ annotated true
end match
match /tags/release-0.4.9/
repository rkward
branch refs/tags/release/v0.4.9
+ annotated true
end match
match /tags/release-0.4.9b/
repository rkward
branch refs/tags/release/v0.4.9b
+ annotated true
end match
match /tags/release-0.5.0/
repository rkward
branch refs/tags/release/v0.5.0
+ annotated true
end match
match /tags/release-0.5.0c/
repository rkward
branch refs/tags/release/v0.5.0c
+ annotated true
end match
match /tags/release-0.5.0d/
repository rkward
branch refs/tags/release/v0.5.0d
+ annotated true
end match
match /tags/release-0.5.1/
repository rkward
branch refs/tags/release/v0.5.1
+ annotated true
end match
match /tags/release-0.5.2/
repository rkward
branch refs/tags/release/v0.5.2
+ annotated true
end match
match /tags/release-0.5.3/
repository rkward
branch refs/tags/release/v0.5.3
+ annotated true
end match
match /tags/release-0.5.4/
repository rkward
branch refs/tags/release/v0.5.4
+ annotated true
end match
match /tags/release-0.5.5/
repository rkward
branch refs/tags/release/v0.5.5
+ annotated true
end match
match /tags/release-0.5.7/
repository rkward
branch refs/tags/release/v0.5.7
+ annotated true
end match
match /tags/release-0_3_3/rkward/
repository rkward
branch refs/tags/release/v0.3.3
+ annotated true
end match
match /tags/release-0_3_4/rkward/
repository rkward
branch refs/tags/release/v0.3.4
+ annotated true
end match
match /tags/release-0_3_5/rkward/
repository rkward
branch refs/tags/release/v0.3.5
+ annotated true
end match
match /tags/release-0_3_6/rkward/
repository rkward
branch refs/tags/release/v0.3.6
+ annotated true
end match
match /tags/release-0_3_7/rkward/
repository rkward
branch refs/tags/release/v0.3.7
+ annotated true
end match
match /tags/release-rkward-0.6.2-rc1/
repository rkward
branch refs/tags/release/v0.6.2-rc1
+ annotated true
end match
match /tags/release_0_1_0/rkward/
repository rkward
branch refs/tags/release/v0.1.0
action recurse
+ annotated true
end match
-#match /tags/release_0_1_0/$
-# min revision 41
-# max revision 41
-# repository rkward
-# branch refs/tags/release/v0.1.0
-#end match
-
match /tags/release_0_2_0/rkward/
repository rkward
branch refs/tags/release/v0.2.0
+ annotated true
end match
match /tags/release_0_2_1/rkward/
repository rkward
branch refs/tags/release/v0.2.1
+ annotated true
end match
match /tags/release_0_2_2/rkward/
repository rkward
branch refs/tags/release/v0.2.2
+ annotated true
end match
match /tags/release_0_2_5/rkward/
repository rkward
branch refs/tags/release/v0.2.5
+ annotated true
end match
match /tags/release_0_2_6/rkward/
repository rkward
branch refs/tags/release/v0.2.6
+ annotated true
end match
match /tags/release_0_2_6a/rkward/
repository rkward
branch refs/tags/release/v0.2.6a
+ annotated true
end match
match /tags/release_0_2_7/rkward/
repository rkward
branch refs/tags/release/v0.2.7
+ annotated true
end match
match /tags/release_0_2_8/rkward/
repository rkward
branch refs/tags/release/v0.2.8
+ annotated true
end match
match /tags/release_0_2_9/rkward/
repository rkward
branch refs/tags/release/v0.2.9
+ annotated true
end match
match /tags/release_0_3_0/rkward/
repository rkward
branch refs/tags/release/v0.3.0
+ annotated true
end match
match /tags/release_0_3_2/rkward/
repository rkward
branch refs/tags/release/v0.3.2
+ annotated true
end match
match /tags/start/rkward/
repository rkward
- branch refs/tags/start
+ branch refs/tags/development/start
+ annotated true
end match
-
More information about the rkward-tracker
mailing list