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

Re: strange svn propset:ignore behaviour ...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-15 02:35:03 CET

Roland Bramm <roland@butlers-djihad.de> writes:

> [rbamm:] svn stat
> M .
> ? .svnignore
>
> which is ok.
> (after svn add .svnignore and svn ci -m "updated ignore list")

Why are you adding the .svnignore to version control? You can always
'svn propedit' the svn:ignore property on the directory.

> Sending trunk
> svn: Transaction is out of date
> svn: Commit failed (details follow):
> svn: out of date: `/OM/trunk' in txn `1p'

As the error says, it's an "out of date" problem when committing.
Philip already explained that propchanges can only be committed to
directories that are fully up-to-date. So always 'svn up' before
committing a dir propchange.

There's an explanation of this in the book, at the end of chapter 2.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 15 02:36:29 2003

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.