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