drupal development. drupal support. drupal training.

svn

Mirror an svn repository with svnsync

If you like to keep all your work under svn source control, you're probably going to also want to keep a backup of your svn repositories in case of a hardware failure or some other catastrophic event. svn comes with a utility to help you do this - svnsync, which we can use to keep a real-time, read only backup of our svn repositories.

I'm going to assume that you already have your main svn repository set up, and are providing access to it through Apache, however, this will work just as well for repositories served with svnserve.

SVN repository structure for Drupal projects

I like to keep all my projects under source control, however big or small. It only takes a few minutes to set up and always saves me time in the long run.

Subscribe to RSS - svn