svn commit: r277400 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Mon Jan 19 21:45:52 UTC 2015


Author: uqs
Date: Mon Jan 19 21:45:51 2015
New Revision: 277400
URL: https://svnweb.freebsd.org/changeset/base/277400

Log:
  Fix the freebsd-ports git conversion by also handling the new project branches.

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

Modified: user/uqs/git_conv/freebsd-ports.rules
==============================================================================
--- user/uqs/git_conv/freebsd-ports.rules	Mon Jan 19 21:40:13 2015	(r277399)
+++ user/uqs/git_conv/freebsd-ports.rules	Mon Jan 19 21:45:51 2015	(r277400)
@@ -16,6 +16,11 @@ match /(branches|tags)/([A-Z0-9_]+)/
   branch \1/\2
 end match
 
+match /(projects)/([^/]+)/
+  repository freebsd-ports.git
+  branch \1/\2
+end match
+
 # ignore the rest, XXX temp only
 #match .*
 #end match


More information about the svn-src-user mailing list