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

Re: New basic feature ?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2007-08-07 21:07:28 CEST

Greg Hudson wrote:
> If you're running it as a daemon, you can specify a root path which is
> functionally similar to ParentPath.

Could the use of -r function exactly like ParentPath is used under
Apache? If -r is specified when starting svnserve as a daemon, and if
the client requests the root/empty path, then iterate over the
subdirectories of the root path and return a virtual listing.

I also don't see why a new command would necessarily be required; just
overload `svn ls` for that purpose (and forbid anything else like mkdir,
copy, del, and other URL commands). But I don't know the RA layer at
all, so I'm not sure this is even possible.

> I wouldn't really favor adding this feature; it feels muddy and is
> handled pretty easily out of band. But it shouldn't be dismissed out of
> hand as not making sense.

I wasn't trying to argue that it doesn't make sense, but that it was
very much counter to the way that svnserve operates [currently]. There
are other ways to resolve this issue out of band (merely having a
webpage that lists the various repositories, even if the actual access
is strictly svn://)...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 7 21:05:44 2007

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.