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

Re: tortoise svn global ignore

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 11 Feb 2009 10:43:40 -0500

On Wed, Feb 11, 2009 at 10:17, Allen Tam <dreamersinkca_at_yahoo.com> wrote:
> Hey guys, I'm trying to globally ignore part of a versioned tree because in my department, we don't need access to this tree and it would make the checkout process go a lot faster, our repository setup starts from the project name, inside the project are trunk, branches and tags... our department doesn't need the tags sub directories at all.
>
> I've read on the archives that what I'm looking for may not be possible, but is there a way to exempt the tags sub tree, or am I going to have to check out the branches and trunk trees separately?

You can do a sparse checkout, only checking out immediate children of
the common parent node there. But then you'll need to re-checkout
branches & trunk to get them updated to full depth.

Or you can check out only what you need. I'd be surprised if each
individual needs to work on every branch at the same time in addition
to trunk, so only check out the portions you need.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1139426

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-11 16:44:56 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.