[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-19 18:26:13 CEST

Steven Knight wrote:
> On Sun, 2004-04-18 at 20:56 -0400, Francois Beausoleil wrote:
>
>> Hello Steven,
>>
>> When you commit, Subversion will bump the revision number of the nodes it
>> touches. This means that some folders in your local WC (working copy)
>> might have an old revision number. Simply do a recursive update (svn
>> update) from the root of your WC, and you'll be fine.
>>
>> Hope that answers your questions.
>>
>> Bye !
>> François
>
> Hello,
>
> Thanks for the suggestion, but it did not work.
>
> $ 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.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 19 18:53:52 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.