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

Re: new user, questions about deletions

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-22 21:12:55 CET

Oblio wrote:
> Alright, maybe I should get some further help -- I want to be able to
> delete the file through Windows Explorer. According to the referenced
> manual "If a /folder/ is deleted via the explorer instead of using the
> TortoiseSVN context menu, your working copy will be broken and you will
> be unable to commit." How do I do this through a batch file then? I'm
> trying to perform an update from a new zipped code bundle, and after
> unzipping it, I want to find everything that's changed, including any
> deleted folders. I can unzip it onto a current branch, but it won't
> remove anything. How would I do something like that?

Use the command line client to remove the folder:

svn rm path\to\folder

in your batch file.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Feb 22 21:13:15 2006

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.