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

Re: Out of date?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-14 14:19:00 CEST

On Sep 14, 2005, at 6:04 AM, Bjørn T Johansen wrote:

> I tried to commit but I got this error message..:
>
> Commit failed (details follow):
> svn: Out of date: '/trunk' in transaction '56-1'
>
> All I did before commit, was to add som svn:ignore properties....
>
> Any explanations?
>

See this section on 'mixed revisions' in the book:

http://svnbook.red-bean.com/nightly/en/svn.basic.in-
action.html#svn.basic.in-action.mixedrevs

In short, you can't commit a propchange to a directory whose working
revision isn't at HEAD. You need to run 'svn up'. That's why you're
seeing the 'out of date' message. The repository is telling you
there's a newer version of the directory '/trunk' in the repository,
and therefore you're not allowed to commit a change to it. It's the
same message you'd see if you tried to commit a change to an old
version of a file.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 14 14:24:04 2005

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.