[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: DAV:cannot-modify-version-controlled-content

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-05-27 19:26:00 CEST

James <trini@jacsystems.co.uk> wrote on 05/27/2005 01:20:41 PM:

> DavLockDB var/dav_lock_db
> <Location /svn/repos>
> DAV svn
> SVNPath /usr/local/svn/repos
> # Limit write permission to list of valid users.
> <LimitExcept GET PROPFIND OPTIONS POST LOCK UNLOCK PROPFIND PROPPATCH

> COPY MOVE MKCOL>
> AuthType Basic
> AuthName "Subversion Repository"
> AuthUserFile /etc/httpd/passwd/passwords
> # only authenticated users may access the repository
> Require valid-user
> </LimitExcept>
> </Location>

If that is your complete configuration, then you are missing:

SVNAutoversioning on

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 19:31:01 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.