How can I do daily backups for my VisualSVN Repos?
Its on a Windows Server 2003 machine, I was thinking about just doing an xcopy of the folder C:\Repo but I’m not familiar enough with svn to know if that will cause issues.
Save me SO!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The proper approach is to use svnadmin hotcopy to create a copy of
c:\Repothen archive that copy to tape or off-site storage or whatever. The Subversion Book‘s chapter on Repository Maintenance has more details.