> -----Original Message-----
> From: Stefano Mora [mailto:sm...@eos.pr.it] 
> Sent: 31 October 2011 10:26
> To: 'users@subversion.apache.org'
> Subject: Browsing folders and SVN
> 
> Hi all,
> we'd like to build the following FS+SVN structure:
> 
> - Folder1 (physical folder)
> -- Folder2 (physical folder = list of repos)
> --- Folder3 (physical folder = repo)
> ---- Folder4 (svn folders/files)
> 
> Is it possible?
> So far, I defined them but I have errors.
> If I type 'svn list http://server:8080/folder1/folder2/' I 
> recevice the error 'Redirect cycle detected' for URL ...
> If I type 'svn list 
> http://server:8080/folder1/folder2/folder3' I recevice the 
> correct svn content.
> 
> We also like to browse the folders by the web browser but we 
> cannot overlap the svn folder with a <Directory> declaration.
> So I'm able to browse the 
> http://server:8080/folder1/folder2/folder3 items but not the 
> above ones.
> 
> How can I solve it?
> Regards
> ----
> Ing. Stefano Mora
> 
How do you want to serve your svn content?  I assume something like apache?  
Then you would configure svn to serve 'folder2' as the SVNParentPath [1].  You 
would need to configure apache to expect 'folder1' as part of the path (in the 
<Location> directive), that would not be required by subversion.

Perhaps you could post the relevant bits of your apache config (if that is what 
you are using)?

~ mark c

[1] 
http://stackoverflow.com/questions/488778/how-do-i-list-all-repositories-with-the-svnparentpath-directive-on-apachesvn

Reply via email to