Questions tagged [svnserve]

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

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

You can run svnserve as a standalone server process, you can have a daemon such as inetd or xinetd launch it for you on demand, or you can have sshd launch it on demand for the svn+ssh:// access method.

For more information, click here: http://svnbook.red-bean.com

71 questions
0
votes
3 answers

SVNSERVE1.6.6 Upgrade or Migration advise?

I'm looking for an upgrade solution from current our svnserve (1.6.6 version) setup to something else that offers LDAP authentication as well as granular level security (folder level restriction as opposed to all or nothing access). As it stands,…
Karthik
  • 77
  • 1
  • 3
  • 10
0
votes
2 answers

SVN Access Restricted to Creator

I am new to SVN and I'm trying to create a repository for a group project. I have been able to create, checkout, import and generally work with the repository. However, when my colleagues attempt to access the repository with the same command, the…
Malavin
  • 15
  • 4
0
votes
0 answers

How to use a recovered /svn directory tree with svnserve

Our CentOS svn server had a motherboard failure but we were able to recover the entire /svn directory tree and get it moved to a different box. Apparently directing svnserve to use that folder as the root of the repository isn't sufficient to allow…
user1329482
  • 561
  • 3
  • 8
0
votes
1 answer

Not able to access SVN repository via SVN protocol, but can access with http

I am not able to access SVN repository via SVN protocol, but can access with http: I have the following setup 1) I am using collabnet subversion 1.6.20 Installed at server830(windows 2003) Defined environment variable: Path = C:\Program…
user2146080
  • 3
  • 2
  • 8
0
votes
2 answers

SVNSERVE - Do all repositories have to be in same parent folder?

Here is my situation: I have inherited an SVN server (using svnserve only on Win 2008 R2) with a small hard disk and a repository without a specified name. It's path is C:\svn\repos. I would rather not change anything about it if possible, and the…
Dilbertina
  • 333
  • 2
  • 4
  • 6
0
votes
1 answer

Svn Authentication faliure

I config three lines in svnserve.conf file anon-access = none auth-access = write password-db = passwd problem is when i right click on my project folder svn commit it gives Authentication faliure error svn doesnt prompt username and password…
Bucks
  • 669
  • 3
  • 11
  • 27
0
votes
1 answer

Sync between two SVN repositories using svnserve protocol

We have two SVN repositories using svnserve (not Apache httpd), one onshore and another offshore. Is it possible to create a reasonable synchronization between the two repositories? It is ok to have a Master/Slave configuration. Or are we forced to…
user1340582
  • 17,299
  • 31
  • 104
  • 159
0
votes
1 answer

linux svn: Can't connect to host '': Connection refused

The server restarted last night, since then I cannot do svn up or svn commit. svn: Can't connect to host 'zillerserv': Connection refused I did a fresh checkout in another folder, it worked. Any help? Thanks
Sandy
  • 31
  • 1
  • 1
  • 5
0
votes
1 answer

Subversion on Ubuntu - incremental dump changed revision number

Last week I took a dump of my subversion server. This week I mistakenly continued to commit on my old repository. Now I started to take an incremental dump from revision no 6713 to latest one. svnadmin dump --incremental -r 6713:6720…
zekifh
  • 169
  • 1
  • 2
  • 9
-1
votes
2 answers

SVN repo migration from server to another server

I tried to migrated my repo without success. My original repository is on an old Windows server and the new server is a Windows server (2012). Steps I follow: 1/ On the old server, I create a dump. svnadmin dump PathtoMyOldRepo >…
Thomas
  • 1
-1
votes
2 answers

Branching directory with partial read access

I have a svn repository using authz to control the access. The structure looks like this: ├── branches │   └── bob ├── tags └── trunk └── A ├── B │   └── README.txt └── README.txt Suppose the authz grants a user read…
Kan Li
  • 7,756
  • 6
  • 44
  • 87
1 2 3 4
5