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

Re: Partial update possible?

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 4 Feb 2009 21:19:21 -0600

On Feb 4, 2009, at 08:25, Geir Engebakken wrote:

> I have a situation where I regularly want to update my WC of a
> project, but there are some Java packages that I dont want to have
> in my WC, so after I run svn update I need to physically remove the
> directories to get the product to compile. Is there any possibility
> in Svn to configure that some of the directories should be ignored
> when updating?

If you want those directories to be empty, then you can "svn switch"
those directories to an empty directory you create in your repository
for just this purpose.

svn mkdir $REPO/empty -m "making empty directory"
cd your-working-copy
svn switch some-dir $REPO/empty

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-05 04:21:06 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.