You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by VK Sameer <sa...@collab.net> on 2005/03/30 05:43:05 UTC

Re: svn update: object of the same name already exists

Sounds like files were modified and added on the office client, but not
checked in. Easiest way to fix this is to blow away those changes, since
they can be pulled from the repository.

svn status
svn revert <list of files>
svn up

# If you want to check against the repository, also try:
svn status -u

hth
Sameer


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org