svn commit: r250728 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Fri May 17 00:26:57 UTC 2013


Author: uqs
Date: Fri May 17 00:26:56 2013
New Revision: 250728
URL: http://svnweb.freebsd.org/changeset/base/250728

Log:
  Unbreak the git converter, ignore a file that doesn't match the
  usual pattern. Resort some entries.

Modified:
  user/uqs/git_conv/freebsd-base.rules

Modified: user/uqs/git_conv/freebsd-base.rules
==============================================================================
--- user/uqs/git_conv/freebsd-base.rules	Fri May 17 00:14:36 2013	(r250727)
+++ user/uqs/git_conv/freebsd-base.rules	Fri May 17 00:26:56 2013	(r250728)
@@ -9,8 +9,6 @@ match /projects/GUIDELINES.txt
 end match
 match /user/GUIDELINES.txt
 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 /head/.*
 min revision 179587
@@ -90,8 +88,12 @@ end match
 # Cannot put .git directories into git, makes it unhappy
 match /user/uqs/git_conv
 end match
+match /vendor/atf/(README.txt|FREEBSD-Xlist)
+end match
 match /vendor/(bzip2|flex)/FREEBSD-(Xlist|upgrade)
 end match
+match /vendor/libregex/libgnuregex_prep.sh
+end match
 match /vendor/v4l/README
 end match
 


More information about the svn-src-user mailing list