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

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

From: VK Sameer <sameer_at_collab.net>
Date: 2005-03-30 07:43:05 CEST

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
Received on Wed Mar 30 07:45:55 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.