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

strange svn propset:ignore behaviour ...

From: Roland Bramm <roland_at_butlers-djihad.de>
Date: 2003-03-14 20:50:20 CET

Hi,

i have a directory my project, the dict generator generates during
the build process this files :
EventDict.cxx
EventDict.h

i put this names in a .svnignore file and executed

[rbamm:] svn propset svn:ignore -F .svnignore
property `svn:ignore' set on ''

an produces:
[rbamm:] svn stat
  M .
? .svnignore

which is ok.
(after svn add .svnignore and svn ci -m "updated ignore list")

i wanted then to checkin all my changes i did on the .C files with

svn ci -m "minor typo changes"

but then i get an:
Sending trunk
svn: Transaction is out of date
svn: Commit failed (details follow):
svn: out of date: `/OM/trunk' in txn `1p'
(a svn cleanup does not help)

cant i checkin the "ignores" set on . ? or am i doing somthing wrong ...

Thanks
Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 14 20:51:32 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.