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

Re: how to remove unwanted working copy folders withou being "missing"?

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 2 Sep 2009 04:57:07 -0500

On Sep 1, 2009, at 22:29, 张宇 wrote:

> I happened to update a folder I do not need, for example, the
> “tags”, and I canceled the operation, doing a cleanup, and delete
> the folder using normal delete command(not svn delete), and I got
> annoying “missing” status.
>
> And the question: How do I remove the folder I did not need? Just
> like I never check(update) it out?

I assume you have used the "--depth" argument to initially check out a
sparse working copy, and then pulled in more items using svn update,
and now want to remove those items again. Unfortunately, my
understanding is that you cannot currently make a sparse checkout less
sparse than it already is. So the only option I'm aware of would be to
do a new sparse checkout.

http://svnbook.red-bean.com/en/1.5/svn.advanced.sparsedirs.html

In the case of the tags directory, though, I'm not sure why you'd need
a checkout of it (sparse or not) at all. If you ever need to access a
tag, just check out (or switch an existing working copy to) the tag.

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

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