[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: Steven Knight <steven.knight_at_unh.edu>
Date: 2004-04-19 04:36:40 CEST

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?

Thanks,

-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim
and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.
-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 19 04:37:08 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.