Poll svn server for changes with git clone

0 minute read (41 words)

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!


Tweet This || Post to LinkedIn || Page Source

Subscribe for updates on software development, contracting, side projects, blog posts and who knows what else. Read the archives for an idea of content.

Mailing list powered by the excellent buttondown.email.