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

Re: commit svn: Your file or directory '' probably out-of-date

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-04-20 00:15:55 CEST

Steven Knight wrote:
> On Mon, 2004-04-19 at 17:26 +0100, Max Bowsher wrote:
>> Steven Knight wrote:
>>> $ cd /root_working_copy
>>>
>>> $ svn update .
>>>
>>> $ svn ci src/ast.cpp
>>>
>>> svn ci -m "generate_labels now return std::string" src/ast.cpp
>>> Sending src/ast.cpp
>>> subversion/libsvn_client/commit.c:746: (apr_err=160024)
>>> svn: Commit failed (details follow):
>>> subversion/libsvn_ra_dav/commit.c:486: (apr_err=160024)
>>> svn: Your file or directory 'ast.cpp' is probably out-of-date
>>> subversion/libsvn_ra_dav/util.c:359: (apr_err=160024)
>>> 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).
>>>
>>> Any further thoughts?
>>
>> "svn status -v -u" might reveal useful information.
>
> Sure, attached you'll find the output of "svn status -v -u" in the root
> of my WC.

Which just shows a simple "M" for src/ast.cpp in a fully up-to-date wc.
Nothing wrong there.

Try checking out a fresh working copy, and copying your modified src/ast.cpp
into it, and committing there. That will show whether the problem is a
subtly broken wc, or something wrong on the server. If the new wc doesn't
work either, it would probably be a good idea to "svnadmin verify" your
repository.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 20 00:16:34 2004

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.