Questions tagged [mod-dav-svn]

51 questions
0
votes
1 answer

SVN over http - PROPFIND 405

I have a Debian 8 server with subversion and Apache 2.4.10 servers up and running. I recently wanted to get subversion to work with WebDav due to the restrictive firewall of my company. To get this whole thing working I use mod_dav_svn with Basic…
0
votes
0 answers

CentOs 5.11 mod_dav_svn update

I've Centos 5.11 with wasn't maintained by anyone. cat /etc/*-release CentOS release 5.11 (Final) And I tried to update svn from 1.4.6 to 1.6.11 using yum. sudo yum update subversion Loaded plugins: fastestmirror, priorities Loading mirror speeds…
ghispi
  • 1
  • 1
0
votes
1 answer

How to restrict access to a child SVN directory only?

I'm trying to configure permissions for an SVN repository accessed through Apache 2. What I want is to let anyone access the root directory, while restricting to authenticated users a child directory.…
Arseni Mourzenko
  • 2,275
  • 5
  • 28
  • 41
0
votes
1 answer

CentOS 6.5 SVN https - Unknown DAV provider: svn

I am trying to setup a CentOS 6.5 64bit server with SVN over HTTPS. Unfortunately after configuring the /etc/httpd/conf.d/subversion.conf file as follows (changed paths): DAV svn SVNParentPath /path/to/svn/repos #…
Programster
  • 495
  • 1
  • 13
  • 22
0
votes
1 answer

gss_accept_sec_context() failed: The referenced credential has expired with apache, kerberos, and subversion 1.8 server

System information Server: Apache 2.2 Subversion: 1.8 We are using Kerberos + Apache + Subversion. We have until recently been using Subversion 1.5's dav_svn module. We are attempting to update to 1.8. When a client runs a long checkout with…
JonnyRo
  • 101
  • 1
0
votes
1 answer

Problems configuring SVN with Apache on Ubuntu - 500 Error on commit

I am trying to configure SVN server using DAV on Apache. According to internet resources (for instance https://help.ubuntu.com/10.04/serverguide/subversion.html), installing all those on Ubuntu should be pretty straightforward. And it was, no errors…
Jacek
  • 1
  • 1
  • 1
0
votes
1 answer

SVNPath is ignored in Location in Apache configuration

There are many SVN repositories all hosted under the same directory. I would like to expose one of them (extra) to people with different credentials. Why does the following apache configuration does not work for http://example.net/svn/extra but…
gioele
  • 194
  • 2
  • 10
0
votes
1 answer

Apache + SVN + DAV + pwauth + authz = 403

I maintain a group of SVN repositories behind Apache2 with mod_svn_dav, and I'm using pwauth to authenticate users (with mod_authnz_external). I have Require directives for valid-user and group svn. This has worked very well for me, but it has now…
John Schulze
  • 73
  • 1
  • 6
0
votes
1 answer

Using SVN from existent directory

I'm following this guide to install and configure a SVN Server in my development server. I've some previously projects created under /var/www/html and want those projects under SVN meaning I can use Tortoise or any other client to have this code…
ReynierPM
  • 710
  • 5
  • 14
  • 30
0
votes
1 answer

WSAECONNRESET (10054) error using WebDrive to map to a Subversion/Apache WebDAV share

I'm using WebDrive to map a drive letter to a WebDAV share running on Subversion with the SVNAutoversioning flag enabled. The Subversion server is running CollabNet Subversion Edge with LDAP authentication. When trying to connect using WebDrive, I…
Dylan Beattie
  • 576
  • 3
  • 9
  • 24
0
votes
3 answers

Apache DAV at `/` with normal hosting at `/foo` - how?

Should I not be able to have a configuration where I serve SVN repos with SVNParentPath at and then override DAV and host normal files using another location ? I wish to host my XSLT files on the same subdomain and still…
mandrake
  • 124
  • 7
0
votes
3 answers

How can I install mod_dav_svn 1.6 on CentOS 5.4?

I'm trying to install mod_dav_svn on CentOS 5.4, and this is what I see: # yum --enablerepo=rpmforge install mod_dav_svn Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirrors.adams.net * base:…
yegor256
  • 1,836
  • 3
  • 16
  • 30
0
votes
1 answer

SVN configuration

My apache2 config for SVN: ServerName server.org DAV svn SVNPath /opt/svn/project.com AuthType Basic AuthName "Subversion Repository" AuthUserFile…
tst
0
votes
0 answers

svn ci timing out with "Named transaction doesn't exist."

Whenever I check a file into subversion it hangs for a long time (>30s) with Comitting transaction.... The commit seems to go through though since I can svn up it on other clients. The log says Named transaction doesn't exist., but I'm not sure how…
thebjorn
  • 113
  • 6
0
votes
2 answers

Subversion permissions problem

I have set up a subversion server through Apache http (mod_dav_svn). I created a Subversion project at /usr/local/svn. I can check out the project via svn co http://host/svn. However, when I try to commit, I get this error: svn: Can't create…
titaniumdecoy
  • 231
  • 2
  • 4
  • 9