svn commit: r244599 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Sat Dec 22 20:35:46 UTC 2012


Author: uqs
Date: Sat Dec 22 20:35:45 2012
New Revision: 244599
URL: http://svnweb.freebsd.org/changeset/base/244599

Log:
  Skip two bogues revisions that commited files under /projects/ directly.

Modified:
  user/uqs/git_conv/freebsd.rules

Modified: user/uqs/git_conv/freebsd.rules
==============================================================================
--- user/uqs/git_conv/freebsd.rules	Sat Dec 22 20:16:21 2012	(r244598)
+++ user/uqs/git_conv/freebsd.rules	Sat Dec 22 20:35:45 2012	(r244599)
@@ -16,6 +16,15 @@ match /user/GUIDELINES.txt
 end match
 match /vendor/atf/(README.txt|FREEBSD-Xlist)
 end match
+# Skip bogus revision and the backout rev
+match /projects/.*
+min revision 244485
+max revision 244485
+end match
+match /projects/.*
+min revision 244487
+max revision 244487
+end match
 
 match /svnadmin/.*
 end match


More information about the svn-src-user mailing list