Having internet accessible repositories is great for code backups, collaboration and deployment of staging servers. Here's a quick guide on getting svnserve running on a Strato V-PowerServer.
First, install subversion:
Add the user and group svnserv needs:
Create a repository (in the following commands indicated with [name]) and make sure svnserve can read / write it:
Open /etc/sysconfig/svnserve and make sure it reads:
Open /srv/svn/repos/[name]/conf/svnserve to configure access to the repository:
Create /srv/svn/repos/[name]/conf/passwd:
Start the server:
You can now access the repository via svn://example.com/[name], eg:
Comments
Thank you
Great job.
This instructions were perfect for me.
question
good job firtst of all...
two questions:
1. if i try to start the svnserve start i doesn´t work out.
2. if i try to open the svn://www.domain.com/[name] the following error appears in tortoise:
Error * Can't connect to host 'www.domain.com': Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte.
mybe you can help me... thnaks
regards
simily