Feeds:
Posts
Comments

Archive for October, 2007

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 [...]

Read Full Post »

SVN Setup

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 [...]

Read Full Post »