Archive

Archive for the ‘svn’ Category

Make svnserve load on startup (Ubuntu)

April 25th, 2009 2 comments

Make svnserve load on startup:

First create a new script on init.d

vi /etc/init.d/svnserve

Read more…

Categories: svn Tags: , ,

svn setup and migration

April 23rd, 2009 1 comment

Install subversion straight from apt.

apt-get install subversion

Migrating svn repository from old server to new server:

Read more…

Categories: svn Tags: