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

Re: How not to recurse into specific directories?

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-09-30 00:32:33 CEST

On 9/29/05, Michael Ehlers <Progirep@gmx.net> wrote:
> Hi out there!
>
> Is there any possibility to set something like a "no recurse beyond this
> level"-flag in a directory. For example, suppose i'd like to store a lot
> of projects into one repository:
>
[snip]
>
> I was thinking of using branching for this but i had no idea how exactly
> to do so. Or what about properties?

There is currently not a way to do what you want.

> However, it would be nice if i could just place a file like
> "no_recurse_beyond_this_level" in "webapps" and "guiapps".
>
> Of course, i could use a repository for each of the projects but this is
> not what i want.
>
You can do a non-recursive checkout of root and then one of all of it's
children, but that is problematic when do operations from the root
level. If you just want a list of the projects you could use svn ls.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 30 00:35:27 2005

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.