svn commit: r264305 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Wed Apr 9 19:01:27 UTC 2014


Author: uqs
Date: Wed Apr  9 19:01:26 2014
New Revision: 264305
URL: http://svnweb.freebsd.org/changeset/base/264305

Log:
  Always touch git-daemon-export-ok, so it's not forgotten when the conversion is restarted

Modified:
  user/uqs/git_conv/git_conv

Modified: user/uqs/git_conv/git_conv
==============================================================================
--- user/uqs/git_conv/git_conv	Wed Apr  9 18:44:54 2014	(r264304)
+++ user/uqs/git_conv/git_conv	Wed Apr  9 19:01:26 2014	(r264305)
@@ -77,6 +77,7 @@ svn2git()
 	echo "Error in svn2git conversion of $source" >&2
 	exit 1
     fi
+    touch $target/git-daemon-export-ok
 
     if [ -z "$dest" ]; then
 	return


More information about the svn-src-user mailing list