Again...
Doing the thing with redirects (redirectmatch, rewrite...) works
within the web browser almost like the SVNListParentPath but NOT with
svn...
svn list http://url/repos/ gives request failed on "/repos" - 405
Method not allowed but works with the repositories
svn list http://url/repos/group1 shows the directories....
Seems the svn client won't accept any redirects or such
"instructions"...
HELP....
MCulibrk
>>
>> url.of.svn/repos *
>> +---- group1 *
>> | +--- dir1
>> | +--- dir2
>> +---- group2 *
>> | +--- dir1
>> | +--- dir2
>> | +--- dir3
>> +---- group3 *
>> | +--- dir1
>> | +--- dir2
>> etc
>>
>> * denotes actualy repositories
>
[snip]
>
> <VirtualHost *:80>
> ServerName www.example.com
> DocumentRoot /wherever
> RedirectMatch ^/repos$ http://www.example.com/repos/
> <Location /repos/>
> DAV svn
> SVNParentPath /mnt/svn
> SVNListParentPath on
> </Location>
> </VirtualHost>
>
> SVNListParentPath is available as of Subversion 1.3.0. There is no
> equivalent for svnserve.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 25 23:02:05 2006