I have a svn repo on my machine (Windows). Anyone have a script to back it up to a network share?
I’m using the repo locally since I’m disconnected a lot. The network share is on a server with a backup strategy. I’m a perfect candidate for git/hg but I don’t want to give up my VS integration just yet.
I wrote a batch file to do this for a bunch of repos, you could just hook that batch file up to windows scheduler and run it on a schedule.
I use the hotcopy but the svn dump would work just as well.