Date: Wed, 9 Apr 2014 19:01:26 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r264305 - user/uqs/git_conv Message-ID: <201404091901.s39J1Qbx087454@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404091901.s39J1Qbx087454>