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

Re: Removing folder from TSVN

From: Brian Smither <bhsmither_at_gmail.com>
Date: Thu, 07 Oct 2010 11:55:47 -0600

On 10/7/2010 at 12:24 PM Bob Archer wrote:

>You have to use the TSVN delete command and then commit the delete.

My experiences, based on a similar if not exactly the same desire, on wanting to tidy up my working copy by deleting unwanted files and folders *from the Working Copy* is that you can't directly do that.

TSVN has a Delete command that its intention is that you want the file or folder deleted from the project - that is, deleted from the repository as well as your working copy. (I don't know if the folder will be deleted on any other working copy based off that respository on the next update.)

The help file suggests that you can remove a folder in working copy from version control by exporting the folder to itself (TSVN Help Ch.4.26.1). The .svn folders will be removed and you can delete locally. Will the parent folders of the newly unversioned folder know about the unversioning? Don't know. Certainly the working copy will see the now un-ignored, unversioned folders/files and will put a black circle with a white question mark on the folder icon.

Locally deleting a folder/file under version control results in, at best, a missing folder/file to be replaced on the next update, or at worst, a corrupted working copy that must be locally blown away in its entirety and a new working copy checked out.

My experiences.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2669022

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-07 19:58:07 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.