[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Commit error: "The version resource does not correspond to the resource within the transaction."

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-23 16:12:33 CEST

On Sun, 2004-05-23 at 00:32, Vilar Camara Neto wrote:

> During the last session I've made a series of modifications on my local
> copy: added/modified/deleted files, and edited properties of files and
> dirs.

There's nothing "broken", and you didn't do anything wrong. Stop
panicking. :-)

You're getting a generic out-of-date message, meaning that the server
isn't letting you change something, because you don't have the latest
version of it. In this case, it's probably the fact that you changed
properties on a directory. One of Subversion's restrictions is that you
cannot commit a directory propchange unless your working copy of the
directory is at HEAD. The end of chapter 2 explains this. Go look at
it.

So run 'svn update' to bring your entire working copy to HEAD. Then
commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 23 16:16:25 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.