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

RE: Update the working copy - again...

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: 2007-12-11 18:05:47 CET

> -----Original Message-----
> From: computergenius [mailto:computergenius@hotcosta.com]
> Sent: Tuesday, December 11, 2007 11:39 AM
> To: users@subversion.tigris.org
> Subject: Update the working copy - again...
>
>
> Quite new to Subversion, so this is baffling me:
> Error: Commit failed (details follow):
> Error: Out of date: '/trunk/www/controller/Search.php' in transaction
> '2f'
> Error: You have to update your working copy first.

'Error: Out of date' means that someone checked in a new version of the
file while you were working on it. Run 'svn update' on the file and SVN
will merge it. You then need to look over the merged file and/or
resolve any merge conflicts. When you complete the merge, run 'svn
resolved' on the file. Now you should be able to commit the file.

However, I'm not sure why you also received the 'Error: You have to
update your working copy first' message.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA621

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 11 18:06:21 2007

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.