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
2
votes
2 answers

Can I run mod_dav_svn and svnserve on the same server

I need to expose our subversion repo over http / https, as I'm having trouble getting maven and subversion to play over svn+ssh. The real issue is a corporate restriction whereby we're not allowed a generic unix account (so that maven could svn+ssh…
Jepper
  • 1,092
  • 3
  • 11
  • 24
2
votes
0 answers

Subversion pre-commit hook filtering unwanted files (most generated by quartus & nios)

I wonder if there's any way the pre-commit hook used in svnserve can "filter" files based on a list of extensions. I have prepared the list which is similar to the global ignore list as in "%APPDATA%/subversion/config" with my own added patterns…
Peng
  • 21
  • 4
2
votes
1 answer

How to rename a repository in SVN?

I need to rename my existing repository root name to a new name. I am using svnserve server. URL: svn://somename.dev.loc.con.dept/export/svnrepo/**old_name/CL_abc/trunk Repository Root:…
Shweta Chandrakar
  • 353
  • 2
  • 3
  • 12
2
votes
1 answer

Authz file in svnserve

I am trying to setup the authz file in svnserve (under SUN OS). my repo name is CL_xyz, the repo path is /export/svnrepo/xyz. How to specify the repo path at step x to get the desired result? Rightnow, i am getting an error - Sending …
Shweta Chandrakar
  • 353
  • 2
  • 3
  • 12
2
votes
0 answers

Add svnserve to Mac OSX Lion firewall

Can somebody please explain how to add svnserve (or any other application that doesn't have a UI) to the Mac OSX Lion application firewall ? The UI doesn't let you select hidden folders like /usr/bin
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
2
votes
2 answers

Acces control using SVN "authz" and svnserve

I have a SVN server running on Windows I create a repo for a project like this: E:\SVN\WEB\MYWEB-WWW I add in the "passwd" file the users: [users] admin = qazwsx developer1 = 123456 developer2 = qwerty then I edit the "authz"…
Jaxmetalmax
  • 73
  • 1
  • 2
  • 5
1
vote
1 answer

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,
chamaster
  • 135
  • 2
  • 7
1
vote
1 answer

What is svnserve's authz's path syntax on Windows?

Background I have been running svnserve version 1.8.17 configuration management software on my windows intranet for years with now 10 PCs. The PCs use TortoiseSVN as the client. Now I need to add another user who has access only to a sub-folder.…
rtischer8277
  • 496
  • 6
  • 27
1
vote
1 answer

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 realm = Home SVN Server Contents of…
Susanta
  • 319
  • 2
  • 11
1
vote
0 answers

Large commit stalls halfway through

I have a problem with our subversion server. Doing small commits works fine, but as soon as someone tried to commit a large collection sizeable files the commit stalls halfway through and the client finally time out. My test set consists of roughly…
Björn Blissing
  • 388
  • 1
  • 8
1
vote
0 answers

Svn Server Setup, how to connect remotely?

I'm trying to setup a server for a small team trying to use SVN Tortoise with Unreal Engine 4. I tried Visual SVN but had issues with it saying "An error Occured during SSL communication", with no idea how to move forward and how to fix it after…
1
vote
0 answers

how to setup svn repository for http with username and password

i have created a svn repository hosting websites. when user checkout using svn://svn@sub_dom.domain.com/sub_dom/xyz then it will ask for username and password. but when user check out using http://sub_dom.domain.com/svn/xyz is does not ask…
1
vote
1 answer

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 on my desktop. Using the Collabnet Subversion Edge…
thoni56
  • 3,145
  • 3
  • 31
  • 49
1
vote
1 answer

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 = none auth-access = write password-db = passwd …
thetna
  • 6,903
  • 26
  • 79
  • 113
1
vote
0 answers

Start collabnet's subversion server automatically

I have successfully installed CollabNet SVN server on my Ubuntu 14.04 server, but I want to start the subversion server on startup automatically not from web console. what is the command to do that? I couldn't find svnserve file inside CollabNet's…
Lyan Dwi Pangestu
  • 463
  • 1
  • 7
  • 23