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

Ignoring tags and branches

From: Trevor Harmon <trevor_at_vocaro.com>
Date: Fri, 26 Sep 2008 11:43:11 -0400

Our source code repository has an ever-growing number of tags and
branches. This really slows things down because when I do a checkout,
the entire history of tags and branches are checked out. Difference,
status, and search operations are also slowed down because they
consider the tag and branch directories, even though I'm always
working on the trunk.

Is there some way to filter checkouts, or perhaps modify the working
copy after a checkout, so that tags and branches are ignored? For
example, if the repository looks like this:

company/project1/tags
company/project1/branches
company/project1/trunk
company/project2/tags
company/project2/branches
company/project2/trunk

I'd want the working copy to look like this:

company/project1/trunk
company/project2/trunk

I'm aware of the svn:ignore property, but I don't think it applies
here. For one thing, it would affect everyone. The filtering here
should apply only to my working copy.

Trevor

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-26 17:43:39 CEST

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.