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
1 answer

svnserve is allow anonymous users. how can i block them?

(sorry. my english skill is poor....) today, i make a new SVN repository. here is my repository settings. svnserve.conf [general] anon-access = none auth-access = write password-db = passwd passwd [users] myusers = mypassword restart…
0
votes
1 answer

TortoiseSVN svnserve.exe error 1053, will not start

I am trying to install svnserve.exe as a service from the TortoiseSVN kit. TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi Creating the service appears correct, but it will never start. I have seen many messages about getting the quoting correct on the…
lit
  • 14,456
  • 10
  • 65
  • 119
0
votes
1 answer

Cannot keep logging enabled while svnserve is running

When I try to configure logging for svnserve, using the command: $ svnserve -d -r /svn --log-file /var/log/svn.log I receive the error svnserve: Can't bind server socket: Address already in use. After some research I ran $ps -ef | grep svnserve and…
nnnm
  • 303
  • 4
  • 9
0
votes
0 answers

svnserve behind a frontend server proxy

I'm looking to see if there is an existing solution for setting up a subversion repository that sits behind a redirecting proxy system, and uses svn+ssh. Example: +BeS1-+ +BeS2-+ |repo1| |repo2| +-----+ +-----+ \ / …
cheyenne
  • 1
  • 2
0
votes
1 answer

Settng up svn server on linux (centos)

I am trying unsuccesssully to set up svn server on a centos vm. I have followed 3 different tutorial and everytime ended up with the same result so I guess its time to ask for some help! I have created an svn user, svn group, created a repository,…
berimbolo
  • 3,319
  • 8
  • 43
  • 78
0
votes
1 answer

Installed Subversion but I don't see repos via the web UI

I installed Subversion on linux. The repository I created is in /root/. I did this command as root: svnserve -d I see a svnserve daemon running in the processes (with a ps -ef | grep svn). However, I cannot access the repository via a web…
Teleclock
  • 1
  • 1
0
votes
1 answer

SVN option/plugin that won't allow commit if files contain certain string

I'm looking for SVN option or plugin that will not allow commit if files contain certain string (like System.out.println). Is there any possibility that such thing exists? May be client or server sided. Thanks, Piotr
0
votes
1 answer

SVNSERVE access control, authz file

I have followed a tutorial and it works without the authz file, but when I add the file in in svnserve.conf my root folder: /home/repos/ project 1 svnserve.conf: anon-access = none auth-access = write password-db =…
NoLiver92
  • 882
  • 3
  • 15
  • 39
0
votes
1 answer

Svnserve path based authentication rejecting all connections

So i have been using SVN over HTTP (Apache and WebDav) for a while now and i want to ditch apache and replace it with svnserve on my Raspberry Pi running the latest ArchLinux. I started by enabling the svnserve service: systemctl enable…
Dany Khalife
  • 1,850
  • 3
  • 20
  • 47
0
votes
1 answer

How to upgrade subversion(svn) version 1.6.11 to version 1.8.5 on centos?

Hj, all I'm use svn version 1.6.11 and i'm want to planning upgrade to version 1.8.5? I'm run svn on centos 6.4, 64bit. Everyone help me planning upgrade svn? And help will be greate, thanks a lot.
Dominic
  • 5
  • 1
  • 5
0
votes
1 answer

How to configure SVN server to check keychain for password

I have spent many days googling around and have been unable to find an answer to the following question: How do you configure SVN on Mac OSX to compare users and passwords against its built-in keychain? I have seen a lot of questions regarding…
afelt
  • 89
  • 1
  • 6
0
votes
1 answer

Svnsync slave to master

Hj, alll - I'm have to svn 1.6 on 2 server centos : Master: 1.9, Slave: 1.12 - I'm use svnsync create a slave repo of master repos. - All svnsync Master server to Slave server very good. Have a problem is SVN Master die? i'm change use to Slave…
Dominic
  • 5
  • 1
  • 5
0
votes
1 answer

cannot access svn://localhost on mac

I started my SVN Server on mac using svnserve -d (in deamon mode) but when I access the repositories via svn://localhost or svn://192.168.0.1, it does not work. I have setup my repository in /Projects/SVNRepostiries/MyProject I have tried adding…
TheTechGuy
  • 16,560
  • 16
  • 115
  • 136
0
votes
0 answers

Issue with SVN svnserve and SASL using DIGEST-MD5 on Windows 64 bit. (Win 7 and Server 2008)

I am trying to get Subversion 1.8.5 + SASL2 working on Windows 7 or Server 2008, either one is 64 bit. I just want the local encryption from SASL using DIGEST-MD5. I don't need LDAP, AD, SSPI, or any of the other authentication methods. I've been…
SpacemanScott
  • 953
  • 9
  • 21
0
votes
1 answer

Subversion EADDRINUSE on Mac

I have a subversion server (accessed by svn://server/directory) that I've been using for years from multiple Windows systems. I'm now doing some development on a Mac, and cannot get svn to access that server, even with a simple command such as svn…
Karen Cate
  • 272
  • 3
  • 15