svn commit: r244783 - user/uqs/git_conv
Ulrich Spoerlein
uqs at FreeBSD.org
Fri Dec 28 21:17:02 UTC 2012
Author: uqs
Date: Fri Dec 28 21:17:01 2012
New Revision: 244783
URL: http://svnweb.freebsd.org/changeset/base/244783
Log:
Make ignoring r179587 actually work
Modified:
user/uqs/git_conv/freebsd.rules
Modified: user/uqs/git_conv/freebsd.rules
==============================================================================
--- user/uqs/git_conv/freebsd.rules Fri Dec 28 20:46:48 2012 (r244782)
+++ user/uqs/git_conv/freebsd.rules Fri Dec 28 21:17:01 2012 (r244783)
@@ -2,11 +2,6 @@
create repository freebsd.git
end repository
-match /head/
- repository freebsd.git
- branch master
-end match
-
# ignore this stuff
match /ROADMAP.txt
end match
@@ -17,7 +12,7 @@ end match
match /vendor/atf/(README.txt|FREEBSD-Xlist)
end match
# Skip empty test-commit, that I'm unable to svnsync, maybe it's corrupted?
-match /
+match /head/.*
min revision 179587
max revision 179587
end match
@@ -30,10 +25,14 @@ match /projects/.*
min revision 244487
max revision 244487
end match
-
match /svnadmin/.*
end match
+match /head/
+ repository freebsd.git
+ branch master
+end match
+
match /(cvs2svn)/([^/]+)/([^/]+)/
repository freebsd.git
branch \1/\2/\3
More information about the svn-src-user
mailing list