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

Working copy is not up-to-date. Error?

From: Andreas J. Koenig <andreas.koenig_at_anima.de>
Date: 2002-11-24 14:43:58 CET

Consider the following sequence of commands. The repository is empty
when we start:

 svn co http://..../svn/foo
 svn add bar bar/memo plan.txt
 svn commit -m 'Initial Checkin'
 svn propset svn:ignore "RCS" .
 svn commit -m 'Setting svn:ignore on RCS'

The last command gives this error:

 subversion/libsvn_client/commit.c:655: (apr_err=155011, src_err=0)
 svn: Working copy is not up-to-date
 svn: Commit failed (details follow):
 subversion/libsvn_client/commit.c:871: (apr_err=155011, src_err=0)
 svn: Cannot commit propchanges for directory '/home/k/dproj/koeln/kurs/2002-11/private'

I have to run

 svn up

first, then I'm able to commit. Is this a bug or is what I'm doing not
correct?

I'm running with svn@3874.

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 24 14:44:45 2002

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.