I have a windows server, I can install VisualSVN on this machine.
What I would like to do is, use use some kind of batch script (MS DOS .BAT) to remotely backup files to this server over https (I can schedule this script to run nightly).
< ignore > This will always be a one way copy, i.e. what ever is in the respository should ALWAYS be over-written with what ever is in the client machine < / ignore >
Assume I have a local folder on the client machine as such:
c:\Data
Question:
- (a) On the client machine(s) would I need to install any kind of SVN client software?
- (b) Can anyone help with the batch script to achieve this?
Many thanks in advanced.
Edit:
I assume SVN will automatically only transfer files that have been updated?