svn commit: r252171 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Mon Jun 24 19:14:09 UTC 2013


Author: uqs
Date: Mon Jun 24 19:14:09 2013
New Revision: 252171
URL: http://svnweb.freebsd.org/changeset/base/252171

Log:
  Fix git conversion after the recent vendor areay shuffle.

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

Modified: user/uqs/git_conv/freebsd-base.rules
==============================================================================
--- user/uqs/git_conv/freebsd-base.rules	Mon Jun 24 19:12:17 2013	(r252170)
+++ user/uqs/git_conv/freebsd-base.rules	Mon Jun 24 19:14:09 2013	(r252171)
@@ -85,17 +85,18 @@ match /user/simon/test.txt
 end match
 match /user/peter/foo.txt
 end match
+# Not a branch, ignore
+match /user/peterj/.*
+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)
+match /vendor/(atf|v4l)/README.*
 end match
-match /vendor/(bzip2|flex)/FREEBSD-(Xlist|upgrade)
+match /vendor/(apr|apr-util|atf|bzip2|flex|serf|subversion)/FREEBSD-(Xlist|upgrade)
 end match
 match /vendor/libregex/libgnuregex_prep.sh
 end match
-match /vendor/v4l/README
-end match
 
 # fixup trailing dot
 match /vendor/(clang|llvm)/(clang|llvm)-(r73070)\./


More information about the svn-src-user mailing list