Questions tagged [mod-dav-svn]

51 questions
1
vote
1 answer

How to clear svn client cache? (Odd problems when debugging svn configs for different users/roles)

I recently setup a SVN server with http as transport protocol (apache2, dav_svn,etc. ). The server seems to be working fine. I also created an authz file and various users. Now I want to debug, if my configuration is working as expected. When I…
drscheme
  • 11
  • 1
  • 5
1
vote
1 answer

SVN over SSL: Many reconnects on commit

The SVN server in our company, which is self setup and hosted on EC2, is pretty slow. The setup is based on Apache and mod_dav_svn. There is also a svnserve running that seems to be used by the CI system. We can access the repositories using SSL…
Tarnschaf
  • 305
  • 3
  • 16
1
vote
1 answer

Ubuntu 14.04 LTS 'Not authorized to open root of edit operation'

After migration from Ubuntu 12.04 LTS To Ubuntu 14.04 LTS my Apache SVN (mod dav_svn) behavior changed. I began getting Not authorized to open root of edit operation when updating from the server on projects already checked out. I have multiple…
Gordo
  • 73
  • 1
  • 6
1
vote
1 answer

nginx SSL termination for apache2.2 svn server results in endless redirects

I'm trying to set up a SVN repository on our new company server. We are using nginx for SSL termination and apache as SVN backend. I don't know whats wrong with my configuration, but if I call svn info https://svn.example.com/repo I'm…
Thilo
  • 243
  • 3
  • 11
1
vote
1 answer

LDAP and DAV with AuthnProviderAlias not working

I have a working apache 2.4 config for ldap with svn ... DAV svn SVNParentPath /var/ldapsvn SVNAdvertiseV2Protocol Off …
zidarsk8
  • 394
  • 1
  • 3
  • 12
1
vote
1 answer

mod_dav_svn not allowing authenticated users

I am running a CentOS 6.3 server along with a custom compile apache 2.4.3 (compile line below) and custom compiled subversion 1.7.8 (again, compile line below). I have mod_dav_svn set up, and it half works. If I go to svn.domain.com/svn it asks me…
Tony P
  • 25
  • 3
1
vote
2 answers

Subversion subdomain Digest authentication shows blank page as response

I'm trying to configure my subversion server using apache2, mod_dav_svn and a basically digest authenticaton (for now). I've setup the subdomain svn.example.com to serve the repos and created the virtualhost conf like this:
misterjinx
  • 83
  • 1
  • 11
1
vote
1 answer

SVNParent (DAV) at different paths on same server

We currently have a subversion server at svn.company.com for internal (and occasionally external) use. Currently, the repositories are located at /svn/[project] via SVNParentPath. However, management wants to make them also available at just…
Mark
  • 121
  • 3
1
vote
2 answers

Apache DAV SVN LDAP and AuthzSVNAccessFile

I am working on a project where I have an ApacheDS containing all users and their group memberships. Group memberships are stored both as member attribute for each group and I have made a schema modification so I also have a memberOf attribute on…
user81347
  • 11
  • 1
  • 3
1
vote
2 answers

'txn-current-lock': Permission denied [500, #13] - Subversion + Apache Configuration Issue

Current Setup Fedora 13 32bit Apache 2.2.16 Subversion repositories setup under /var/www/svn I have two different repositories under this directory so my /etc/httpd/conf.d/subversion.conf setup in this way; LoadModule dav_svn_module …
wfoster
  • 113
  • 1
  • 6
1
vote
2 answers

Does mod_dav_svn support the Apache mpm-worker module?

Does the subversion mod_dav_svn support Apache's MPM-Worker thread configuration? I'm finding very little documentation so far on this, and I'm looking for better ways to make use of my subversion server resources. Information I could find is from…
Scott Markwell
  • 742
  • 1
  • 6
  • 13
1
vote
1 answer

SVN + Apache2 mod_dav. "302 Redirect, please relocate"

My vhost config: ServerName test1.site.com DocumentRoot /var/www/test1.site.com DAV svn SVNListParentPath on SVNParentPath /opt/svn SSLEngine…
irolla
1
vote
1 answer

configure apache for SVN SSL

I have an issue with my Apache config, specifically how it interacts with the SVN DAV mod. What I want to be able to do is have domain.com point at my website, svn.domain.com to point at my svn directory (which is currently outside of my public_html…
MalphasWats
  • 108
  • 2
  • 13
0
votes
3 answers

How to disable Apache log just for SVN

I have an Apache running as HTTP server and also a SVN server which is delivered by the same Apache machine. Configured with something like DAV svn SVNParentPath /srv/repos How can I prevent Apache to log…
powtac
  • 639
  • 2
  • 6
  • 19
0
votes
1 answer

Apache: Unable to setup simple SVN users and access rights

I have a SVN repository stored on an Apache server. Authentification was done through SSPI, and I'm trying to move this to more basic stuff (having a local list of user/password). My httpd.conf: LoadModule sspi_auth_module…
jpo38
  • 111
  • 6