[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-04-20 01:24:39 CEST

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?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 20 01:25: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.