Archive for the ‘Subversion’ Category.

Fast and Reliable Subversion Incremental Backups

Subversion has the ability to “dump” an entire repository in a flat, semi-parseable file. This is done using the svnadmin tool. The really cool feature, however, is the ability to incrementally dump revisions. Here I present an automated, reliable solution for performing daily backups of multiple repositories.

Continue reading ‘Fast and Reliable Subversion Incremental Backups’ »