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

RE: Browsing folders and SVN

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Mon, 31 Oct 2011 12:47:00 +0000

> -----Original Message-----
> From: Stefano Mora [mailto:smora_at_eos.pr.it]
> Sent: 31 October 2011 10:26
> To: 'users_at_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
Received on 2011-10-31 13:47:43 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.