05 April 2012

Poll svn server for changes with git clone


Just for convenience, paste this in a git bash window:


while true; do date; echo "Polling svn server..."; git svn fetch;
echo "Sleeping."; sleep 300; done


Then just refresh your favourite git log viewer.

Get the gist: poll-svn.sh gist

That's all folks!

No comments: