Install Subversion repository on a nfs share
Posted by sebastian on 31 January 2009
0 comments
This howto describes how to install subversion on debian with the repository on a mounted nfs share. 1. Installation aptitude install subversion libapache2-svn 2. Create the repository mkdir /mnt/nfsshare/svn/ svnadmin create –fs-type fsfs /mnt/nfsshare/svn/project1 The path /mnt/nfsshare is the mountpoint of the NFS share, please make sure you use the fsfs filesystem type for your [...]
