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

Re: autoversioning -- on or off by default?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-21 19:28:29 CET

On Mar 21, 2005, at 11:39 AM, C. Michael Pilato wrote:
>
> So, Ben is about to test a hypothesis for me that sez we can use
>
> <Location /path/to/repos/branches/locking-branch>
> SVNAutoversioning on
> </Location>
>

Holy cow, it works! Here's my setup:

<Location /svn>
   DAV svn
   SVNParentPath /usr/local/svn

   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile /usr/local/svn/userfile

   Require valid-user
   SVNAutoversioning off
</Location>

<Location /svn/repos/avdir>
   SVNAutoversioning on
</Location>

I mount http://localhost/svn/repos in OSX, and I get errors dragging
files to anywhere in the share, except for the 'avdir' folder.

Amazing, I guess this httpd.conf directive inheritance stuff actually
works!

Anyway, you now have two options: enable autoversioning in specific
subdirs like this, or just have your users mount the subdirs directly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 21 19:29:55 2005

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

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