Tagged Questions

svnserve allows access to Subversion repositories using Subversion's custom network protocol.

learn more… | top users | synonyms

13
votes
3answers
5k views

svnserve with LDAP

I would like to know how to setup an SVN repository with LDAP authentication. I do not want to use Apache DAV though.
8
votes
1answer
3k views

Is there a graceful way to stop svnserve -d

I'm looking for something like: svnserve stop
1
vote
1answer
406 views

Problem using svnsync with svnserve and auth-access

CREATE A REPOSITORY 'repo1' svnadmin create repo1 CHANGE DIRECTORY conf Contents of svnserve.conf [general] anon-access = read auth-access = write password-db = passwd.txt authz-db = authz.txt ...
1
vote
1answer
271 views

Running svnserve alongside Subversion Edge

If I run svnserve.exe alongside Subversion Edge, would it cause any conflicts? We have someone who remotely checks in code, and he will be doing via https, but for everyone internally I want to take ...
1
vote
1answer
120 views

Experiences with the various ways of running svnserve on Windows

Is there anyone out there that can share experiences with the various flavours of running svnserve on Windows. I'm using it mainly for a small hobby project that I share with friends, so it will run ...
1
vote
3answers
69 views

Is svnserve not strictly required for a local, single-user repo?

I was reading the Red Bean book and noticed this paragraph: Do not be seduced by the simple idea of having all of your users access a repository directly via file:// URLs. Even if the ...
1
vote
3answers
2k views

How does svnserve serve up multiple repositories?

I had svnserve configured to look at directory "Foo" for the repository it served. Now I changed the configuration from one repository to multiple repositories, all contained in one directory "Bar". I ...
0
votes
1answer
202 views

Unable to start subversion svnservice as a service on WIndows 7, access problem

Trying to run SVN as a service on a Windows 7 machine, Im the only user. First tried to create service from DOS and it gave me this error [SC] OpenSCManager FAILED 5: Access is denied. So I then ...
0
votes
1answer
89 views

svnserve and apache serving the same SVN repository?

Can one safely have the same SVN repository served by both svnserve and httpd ? I have performance issues with remote users using httpd. I wonder if this is feasible, recommended... ? Thanks,
0
votes
1answer
189 views

Stopping/starting svnserve locally

(Developing on Ubuntu) I'm installing SVN locally to track my project up to its 1.0 release. Nothing fancy, as I am the sole developer, so no authentication/SSH, etc; nothing with webdav/httpd, etc. ...
0
votes
1answer
741 views

svnserve and SASL problem

I have configured svn server in my system and have made following configuration for authenticating users with SASL MD5. I have made following changes in the svnserve.conf [general] anon-access = ...