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

RE: Re: Removing tags from working copy without subversion complaining?

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: 2007-12-13 20:21:03 CET

> -----Original Message-----
> From: Army Research Lab [mailto:ckaran@arl.army.mil]
> Sent: Thursday, December 13, 2007 7:37 AM
> To: Andy Levy
> Cc: SVN
> Subject: Re: Removing tags from working copy without subversion
> complaining?
>
> > Why can't you just delete the working copy you accidentally made?
>
> I can, but then subversion will complain that the version is missing,
> right?
> I want to keep the tags working copy nice and clean so that if I need
> to
> make a checkout to fallback to, it will always be easy.

A potential workaround to get rid of the spurious errors is to file
system delete the unwanted tag dirs and run 'svn update -N' on the
deleted tag dirs. That will non-recursively recreate the dirs and cause
the workspace to see the dirs as correct.

Workspaces are supposed to be cheap, temporary, and throw-away so it's
normally easier to just delete the problematic workspace and create a
new one. However, if you have a lot of works in progress or if your
workspaces are huge, then that's less of an option.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 13 20:26:59 2007

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.