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

commit fails with "out of date" error message

From: Michael Stillwell <mjs_at_beebo.org>
Date: 2007-04-20 13:21:24 CEST

Hi, I'm having trouble committing a file even though "svn update" and
"svn cleanup" run without a problem. Anyone have any ideas?

  $ svn update
At revision 925.
  $ svn cleanup
  $ svn revert status.html
Reverted 'status.html'
  $ svn status -u status.html
Status against revision: 925
  $ echo " " >> status.html
  $ svn status -u status.html
M 925 status.html
Status against revision: 925
  $ svn commit -m '' status.html
Sending status.html
svn: Commit failed (details follow):
svn: Your file or directory 'status.html' is probably out-of-date
svn: The version resource does not correspond to the resource within
the transaction. Either the requested version resource is out of date
(needs to be updated), or the requested version resource is newer than
the transaction root (restart the commit).

I've read http://subversion.tigris.org/faq.html#wc-out-of-date but it
doesn't help--"svn update" doesn't report any changes.

The client and server are both version 1.4.3, and the repository is
being accessed over http.

--M.

-- 
http://beebo.org
+44 78 2118 9049
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 20 13:21:56 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.