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!