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

pdel svn:ignore being ignored

From: N. Thomas <nthomas_at_cise.ufl.edu>
Date: 2002-07-10 16:19:39 CEST

(This is based on a subversion-r2451 client running Solaris 8 on a Sun Ultra 80)

I updated my subversion source tree, and after building/installing it, ran
this in the top directory:

   $ find . -type d | fgrep -v .svn | xargs svn pdel svn:ignore
     property `svn:ignore' deleted from '.'.
     property `svn:ignore' deleted from './ac-helpers'.
     property `svn:ignore' deleted from './www'.
     [...]
   $ svn st |grep -v ^_M

Unfortunately, the second command showed nothing, even though there were
many directories with .o files, etc. lying around. I would expect something
more like this:

   ? ./subversion/libsvn_client/status.o
   ? ./subversion/libsvn_client/switch.o
   ? ./subversion/libsvn_client/update.o

Is the svn:ignore property somehow being cached? How can I fix this?

thanks,
thomas

-- 
N. Thomas
nthomas@cise.ufl.edu
Etiamsi occiderit me, in ipso sperabo
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 10 16:20:15 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.