Questions tagged [mod-dav-svn]

A module to provide HTTP access to Subversion SCM repositories via the Apache webserver.

61 questions
2
votes
4 answers

LocationMatch and DAV svn

I am trying to make our Subversion repository accessible via multiple URLs. To do so, I was thinking to use the LocationMatch directive. My configuration is: DAV svn SVNPath /opt/svn AuthzSVNAccessFile…
Homes2001
  • 1,059
  • 8
  • 14
2
votes
1 answer

Subversion over HTTP, which command results in the following requests?

I'm currently debugging issues with a proprietary third party svn client that I don't have the source code to (I'm confident it operates around the standard svn command and the user-agent matches that). When being asked to analyze our repo it does…
Prinzhorn
  • 22,120
  • 7
  • 61
  • 65
2
votes
0 answers

Error in installing mod_dav_svn

I am trying to install mod_dav_svn module in vps. I have already installed subversion. But when I am installing mod_dav_svn, I am getting following error: ea-apache24 conflicts with httpd-2.2.15-54.el6.centos.x86_64 The full response is: [admin@vps…
Arka Roy
  • 170
  • 3
  • 15
2
votes
1 answer

mod dav svn apache custom log

Are there any additional details about the SVN repo or file that can be logged when creating a custom apache log, besides {SVN-REPOS-NAME} and {SVN-ACTION} with mod dav svn and apache? LogFormat "%{%Y-%m-%d %T}t %u@%h %>s repo:%{SVN-REPOS-NAME}e…
Mihai Frentiu
  • 1,602
  • 1
  • 10
  • 9
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
1 answer

LDAP with fallback to FILE-based authentication for svn using apache2

Hy, I implement a SVN-Server that authenticates users via LDAP protocol against an AD. I use apache2 version 2.2.14 for accessing the repository (HTTP). This works so far. I want to enhance my config to do simple 'svn-file-based' authentication in…
ITL
  • 422
  • 1
  • 5
  • 17
2
votes
0 answers

DAV SVN config for server hosting multiple domains

I have an apache2 webserver configured to serve multiple domains (I did it with virtual hosts). After installing Subversion and enabling DAV SVN, the repository can be accessed through all the domains configured. How can I enable svn access for one…
Alex Vlad
  • 21
  • 1
2
votes
4 answers

Why does svn authz need read access by default?

I need to give read/write access for a user to an exactly one repository. Why this doesn't work? [groups] dev = dvolosnykh,sam [/ukk] ukk = rw [/] @dev = rw Why should I add this? [/] @dev = rw * = r # read access for everyone. Why? I'm using…
samdavydov
  • 564
  • 3
  • 22
1
vote
2 answers

Changing URL in VisualSVN

Have 5 year old server ready to decommission and have new server with VisualSVN just installed. Our old server had a very memorable URL such as svn://company.com. Now the path on the new server is terrible -…
Joe Spinozzi
  • 11
  • 1
  • 2
1
vote
1 answer

Some help on mod_dav, svn and Limit-ing access please.

Here's the entry in my Apache configuration file DAV svn SVNPath /var/svn/repositories/repo1 AuthType Basic AuthName "SVNRepo" AuthUserFile /var/httpd/passwd Order deny,allow Require valid-user
stephen mc
  • 751
  • 2
  • 12
  • 22
1
vote
4 answers

How to specify the repository in apache dav svn?

I have the following setup: ServerName svn.project1.com DAV svn SVNPath /svn ServerName svn.project2.com DAV svn …
EoghanM
  • 25,161
  • 23
  • 90
  • 123
1
vote
1 answer

SVN behind Traefik returning error 500 when diff between revisions where a directory was deleted

Well, I wanted to be specific in the subject and ended up writing all the problem in it ^^ So, I have a Traefik Docker container that exposes a SVN container (using Apache DAV_SVN module). Problem is that when I do a svn diff -r 1:2…
Opack
  • 21
  • 5
1
vote
1 answer

apr_memcache_add_server error when trying to restart http

I am trying to configure svn in my httpd.conf file, my svn version is 1.6.11 and I installed the mod_dav_svn module that was missing with yum install mod_dav_svn(the module is version 1.6.11 too). in the httpd.conf I loaded the module like…
user3105533
  • 321
  • 3
  • 11
1
vote
2 answers

Problems Getting Subversion + Apache to Work

Following the instructions in this helpful guide, I've been attempting to set up Subversion on my site, using Apache instead of svnserve. Once everything is set up, I'll have a repository at /srv/svn/myrepository that is accessible from…
Michael
  • 377
  • 1
  • 3
  • 12
1
vote
0 answers

SVN whitespace in folder results in file not found %2520

We use CentOS 7 and have the newest version of apache and svn in the repositories: Server version: Apache/2.4.6 (CentOS) svnadmin, version 1.7.14 (r1542130) When adding a Folder to a repository on the server with a blank in the name ("test folder")…
Markus
  • 11
  • 2