[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-20 02:05:30 CEST

On Tue, 2004-04-20 at 00:24 +0100, Philip Martin wrote:

> Steven Knight <steven.knight@unh.edu> writes:
>
> > $ svn ci ast.cpp
> > Sending 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).
>
> Looks like the wcprops are out-of-date. To confirm this first run the
> command "svn info ast.cpp", then "cat .svn/wcprops/ast.cpp.svn-work".
> Out of date wcprops can be fixed by deleting the .svn-work file, it's
> only a client side cache. However the real question would be how did
> you manage to get out-of-date wcprops? What is the timestamp on the
> .svn-work file?
>
> --

I commited ast.cpp, so let's continue with TODO ( which is also giving
me problems ). Here is the information you requested:

$ svn info TODO
Path: TODO
Name: TODO
URL: http://skk.ath.cx/svn//cs712/compiler-cs712/trunk/src/TODO
Repository UUID: b9c7710e-eebf-0310-b200-cef74c7d8c2e
Revision: 1263
Node Kind: file
Schedule: normal
Last Changed Author: skk
Last Changed Rev: 1212
Last Changed Date: 2004-04-17 23:21:08 -0400 (Sat, 17 Apr 2004)
Text Last Updated: 2004-04-17 23:04:43 -0400 (Sat, 17 Apr 2004)
Properties Last Updated: 2004-04-15 23:41:29 -0400 (Thu, 15 Apr 2004)
Checksum: a45900d0f57f5665d7a1f9878829b4a0

$ cat .svn/wcprops/TODO.svn-work
K 25
svn:wc:ra_dav:version-url
V 54
/svn/!svn/ver/1182/cs712/compiler-cs712/trunk/src/TODO
END

( and stat for timestamp info ) :

$ stat .svn/wcprops/TODO.svn-work

Access: 2004-04-19 20:01:44.882905448 -0400
Modify: 2004-04-15 23:41:29.000000000 -0400
Change: 2004-04-15 23:41:29.000000000 -0400

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 Tue Apr 20 02:05:57 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.