]> git.ipfire.org Git - thirdparty/git.git/commit
svnimport: exit cleanly when we are up to date
authorMartin Langhoff <martin@catalyst.net.nz>
Thu, 15 Dec 2005 06:26:46 +0000 (19:26 +1300)
committerJunio C Hamano <junkio@cox.net>
Thu, 15 Dec 2005 06:24:46 +0000 (22:24 -0800)
commit988eece42aa4c1c6b7c4cdfd102748c19acba7ed
tree21e5806721f0ee7e0a0bd20448a8f1a45e6847bb
parent31ec6abf887ec95642cbe82fe61076e975494ab0
svnimport: exit cleanly when we are up to date

Now we detect that the SVN repo does not have new commits for us and exit
cleanly, removing the lockfile. With this, svnimport supports being run
on a cronjob to maintain a SVN2GIT gateway.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl