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

Re: svn commit: rev 2892 - trunk/subversion/mod_dav_svn

From: <brane_at_xbc.nu>
Date: 2002-08-06 12:43:26 CEST

Quoting sussman@tigris.org:

> Author: sussman
> Date: 2002-08-06 00:01:13 -0500 (Tue, 06 Aug 2002)
> New Revision: 2892
>
> Modified:
> trunk/subversion/mod_dav_svn/dav_svn.h
> trunk/subversion/mod_dav_svn/mod_dav_svn.c
> trunk/subversion/mod_dav_svn/repos.c
> Log:
>
> New <Location> command for mod_dav_svn: SVNParentPath. Allows you to
> specify a location as the *parent* directory of any number of implicit
> svn repositories. The name of each svn repository is assumed to be
> the component immediately after the Location.
>
> So for example:
>
> <Location /svn>
> DAV svn
> SVNParentPath /usr/local/svn
> </Location>
>
> This means I could now run 'svnadmin create /usr/local/svn/moorepo',
> and then 'svn co http://localhost/svn/moorepo' would work
> automatically, *without* changing httpd.conf or restarting apache.
>
> Yum!

Oooh, DAV tests on Windows without symlinks! Go go go!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 6 12:44:13 2002

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.