On Jan 15, 2008, at 13:41, Glazner Ryan S Contr 412 RANS/ENR wrote:
> I have a Windows 2003 Server running Apache 2.2 with (I believe)  
> the most current Subversion. I want my SVN to look something like  
> this:
>
> C:\svn ß SVN root for SVNParentPath
> C:\svn\Projects\ProjectA ß Sample repo within subdirectory of svn root
> C:\svn\Personal\MyRepo ß Another sample repo parallel to the above  
> in structure
>
> I have this set up already on the drive, with the following Apache  
> setup:
>
> <Location /svn>
>             DAV svn
>             SVNParentPath C:\svn
>             AuthType Basic
>             AuthUserFile C:\svn\svn-passwd
>             AuthzSVNAccessFile C:\svn\authz
>             Require valid-user
> </Location>
>
> With this setup, it seems I can create a new repo at C:\svn\(repo),  
> but if I try to do something like C:\svn\Projects\(MyProjectRepo),  
> Apache chops up all of the incoming URLs (i.e. http://server/svn/ 
> Projects/MyProjectRepo) to read a repo named Projects. I thought  
> the SVNParentPath was supposed to allow multiple repositories under  
> it. Is there a way around this? I’ve been trying different things  
> with all of the different configurations for weeks trying to get  
> something like this to work.
Subversion does not currently support this. SVNParentPath only finds  
repositories directly under the indicated directory, not repositories  
in directories under the indicated directory.
But I think this would be a useful feature to have. I recall the  
request being made at least twice before on this mailing list. But I  
can find no ticket. It may be time to create a ticket for this.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-15 23:43:05 CET