I recently was tasked with a simple project to export the contents of an SVN repository on a off-site server so we could backup a repository in the event the SVN Server died. The off-site server runs Windows and I figured I could easily do this using the svn export command that you can research in the SVN Book. The problem was finding a svn command line tool that could be run as a scheduled task. Finding this tool was not an easy feat. You can utilize the SVN components and executables that come with TortoiseSVN however this is not very clean for just a command line tool. I eventually found a free download from SlikSvn that has both 32 and 64 bit components. That fit the bill it offered a good command line interface as well as helpful help docs as well. It offers not just the typical svn commands but can handle the more administrative commands even svnsync between two different SVN servers. Either way a good find for anyone who needs command line access only for Windows machines. Link is below:
SlikSvn Downloads
Enjoy!
-Brent