[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-06 16:07:10 CEST

sussman@tigris.org writes:
> 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.

Maybe this portion of your log message could go in a comment in the
code, or even better into the documentation?

The HACKING file says it best, so I'll just quote:

   One should never need the log entries to understand the current
   code. If you find yourself writing a significant explanation in
   the log, you should consider carefully whether your text doesn't
   actually belong in a comment, alongside the code it explains.

?,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 6 16:22:46 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.