Mirroring a Subversion Repository
As of version 1.4, Subversion provides an “svnsync” utility that may be used to create a mirror of a repository. It should be used only for read-only mirrors — it will break if any changes are committed in the target repository that were not made in the source repository. This is primarily [...]
Archive for October, 2007
Svn sync – Mirroring a Subversion Repository
Posted in Blogroll on October 20, 2007 | Leave a Comment »
SVN Setup
Posted in Uncategorized on October 20, 2007 | Leave a Comment »
Setting up a SVN 1.4 server using Apache 2.2 on Ubuntu
To setup svn 1.4 , we need to compile both apache 2.2 and svn 1.4 from source.
This how to has been tested under Ubuntu Dapper and Edgy.
sudo apt-get install build-essential libneon25-dev autoconf libtool -y –force-yes
Before starting make sure you have removed previous apache2 and [...]