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

Re: Subversion vs VSS

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2005-04-28 02:20:58 CEST

Jeffrey Allison wrote:
>>Really quick, how is "svn update" any different? It will make the
>>directory look the same as the repository.
>
> Several folks have pointed this out, and it does seem to be the obvious answer. But when I try it from Tortoise I get the error, "Failed to add file <filename>: object of the same name already exists." Bottom line is that the functionality exists, I just have something set up improperly. Still feeling my way around and bumping into walls.

That means that a file of that name already exists, but that file was
not checked out of the repository (you created the file yourself or
copied it in from elsewhere), so SVN does not know what state it is in.
  Remove the relevant file from your working copy and update again.

-- 
Sly
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 28 02:57:37 2005

This is an archived mail posted to the Subversion Users mailing list.

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