Created
April 10, 2012 18:47
-
-
Save timabell/2353631 to your computer and use it in GitHub Desktop.
Poll svn server with gi-svn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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