James Ford wrote:
> Correct me if there is a better way to do this already but...
>
> Lets say you have a file checked in by accident that you need to get
> out of version control. It is however an important file that you
> can't just svn delete. So you first copy the file somewhere safe, svn
> delete the original, checkin the delete, then copy the file back, and
> be sure not to check it in again.
>
> It would be nice to have an option like right click -> svn delete
> without really deleting, or something like that.
>
> Or is there some way to do this from the repository? If I delete the
> files in the repo, then the next time i try to checkin it seems that
> would confuse it.
In TSVN 1.5, that feature is already there:
Hold down the shift-key, right-click on the file
Since you pressed the shift-key when showing the context menu, there's
an additional menu entry there besides "Delete", called "Delete (keep
local)".
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-06-08 09:52:00 CEST