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

Re: Accidental deletion caused breach in file history

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-05-30 12:39:19 CEST

On 5/30/07, Jon Daley <tortoise@jon.limedaley.com> wrote:
> On Tue, 29 May 2007, Stefan Küng wrote:
> > Then, open the repository browser. Change to the revision you last had the
> > folder/file. The repository browser will show you that folder. Right-click on
> > that folder, choose "Copy to working copy", then select the path in your
> > working copy where the folder/file belongs.
>
> Can you tell me what the command line equivalent this operation is
> doing? Does it figure out the revision that the file was deleted in and
> then run a reverse merge of that revision on just that file?

You simply can copy the file from the repository back to your working
copy, there's no need to do a reverse merge here (if the file was
accidentally removed). You only need to do reverse-merges if you want
to undo some *changes*.

The equivalent for the CL client would be:
svn copy http://mydomain.com/svn/repo/trunk/removedfolder@100
path/to/workingcopy/removedfolder

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed May 30 12:39:30 2007

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.