Archive

Posts Tagged ‘svn’

Configuring a shared repository in Bazaar for users with no shell access

November 5th, 2009 2 comments

One of the things that stumbled me the most about bazaar is that it does not have a own authentication method. Users can access repositories through ssh, sftp, etc. While this is very usefull if everyone working on the repo has shell access to the server, it does not allow “virtual users” the way svn does. Well, not out of the box anyway… There’s always a workaround. This post tries to explain how to configure Bazaar in the centralized model and set user level permissions to the working directory.

Read more…

Categories: bzr Tags: , , , , ,

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: