RE: Removing folder from TSVN
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 7 Oct 2010 14:38:36 -0400
> >You have to use the TSVN delete command and then commit the
Yes it does.
> The help file suggests that you can remove a folder in working copy
If the OP wants to not have a versioned folder in their working copy.. that is a fully different question.
In that case you need to use a sparse checkout. Here is how to do it in TSVN (I tested this is seems to work).
Right click on the folder in question and choose "Update to revision..." chose the update depth of "Exclude". This will remove that folder from your working copy. You can then delete it using your normal delete. Now, when you update it won't come back. However, if you go into the repo browser you will see that this folder is still there.
If you want it back, just check it out from the repo browser... choosing "Fully recursive".
Anyway... this is pretty much I think how you do this stuff in TSVN. The command line way to do it is outlined in this blog article:
http://blogs.open.collab.net/svn/2009/03/sparse-directories-now-with-exclusion.html
If I have misspoke I hope someone can correct me.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.