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

Re: error message

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-07-25 20:40:51 CEST

adam@wyner.info wrote:

> I have a problem when using it. I get the following message.
>
> Error: Failed to add file
> 'C:\LocalView\Estrella\RuleBurstLogicReport02.tex': object of the same
> name is already scheduled for addition

That's an error thrown by the Subversion library. I admit it's not
really explaining what you should do here.

> This happened because in a version controlled folder on machine A, I had
> a file under version control, but had not committed it to the
> repository. On another machine B, I edited the file and committed it.
> Then I wanted to update the file on machine A. SVN would not update
> the file (file of same name), so I deleted the problem file. And then I

Since you have added the file already to version control but not yet
committed, simply deleting it won't work. You have to 'revert' the
addition to version control.
Now that the file is already gone:
* select the parent folder of that file
* right-click, choose "revert" from the TSVN menu
* in the revert dialog, select the file (which is missing) and hit "ok"

> Another general question. Suppose that on machine B, I want to see all
> my version controlled files, but on machine A, I only want to see
> selected folders. How would I do that?

I'm not sure what you mean here. If you have a working copy on machine
A, then you automatically have all folders.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jul 25 20:41:12 2006

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

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