Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 22:15:22 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r244754 - user/uqs/git_conv
Message-ID:  <201212272215.qBRMFMNA067726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212272215.qBRMFMNA067726>