Skip to content

Instantly share code, notes, and snippets.

@timabell
Created April 10, 2012 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timabell/2353631 to your computer and use it in GitHub Desktop.
Save timabell/2353631 to your computer and use it in GitHub Desktop.
Poll svn server with gi-svn
#!/bin/sh
while true
do
date # note, windows (msysgit) specific syntax for printing date to console.
echo "Polling svn server..."
git svn fetch
echo "Sleeping."
sleep 300
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment