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

SVNParentPath + Recurse (or recursive)

From: Geert van Horrik <geert_at_catenalogic.com>
Date: Thu, 18 Feb 2010 15:44:45 +0100

Hi all,

Is this feature planned on the roadmap? I have seen a lot of requests on the internet about this feature. What I want is this:

/svn
/svn/companies
/svn/companies/mycompany
/svn/companies/mycompany/product1 *
/svn/companies/mycompany/product2 *
/svn/companies/mycompany/product3 *
/svn/companies
/svn/companies/theircompany
/svn/companies/theircompany/product1 *
/svn/companies/theircompany/product2 *
/svn/companies/theircompany/product3 *

All items with a * should be a repository.

I don't want to create a custom apache location element, since I need to restart apache each time I modify that one. What I want is just one root folder (/svn) that contains all my repositories, whether they are or are not located directly under the parent.

I also don't want to create a repository per company, because I cannot take products out of a repository then (and archive them separately).

For example, see this patch<http://svn.haxx.se/dev/archive-2007-12/0273.shtml>.

Best regards,
-----
Geert van Horrik
Received on 2010-02-18 15:53:57 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.