svn commit: r244754 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Thu Dec 27 22:15:23 UTC 2012


Author: uqs
Date: Thu Dec 27 22:15:22 2012
New Revision: 244754
URL: http://svnweb.freebsd.org/changeset/base/244754

Log:
  Skip SVN revision 179587, which was a test-commit that while it exists on the
  main SVN repo, you're actually unable to svnsync mirror it. That's bad
  for repeatability of the conversion.
  
  Thanks to:	many doing the conversion runs

Modified:
  user/uqs/git_conv/freebsd.rules

Modified: user/uqs/git_conv/freebsd.rules
==============================================================================
--- user/uqs/git_conv/freebsd.rules	Thu Dec 27 21:30:10 2012	(r244753)
+++ user/uqs/git_conv/freebsd.rules	Thu Dec 27 22:15:22 2012	(r244754)
@@ -16,6 +16,11 @@ 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 /
+min revision 179587
+max revision 179587
+end match
 # Skip bogus revision and the backout rev
 match /projects/.*
 min revision 244485


More information about the svn-src-user mailing list