> this is what I thought : > > dh_install -X.svn generate a find command that (for the interesting > part) looks like : > > find $DIR ! \( -regex .\*.svn.\* ) > > which excludes svn.vim for a reason I can't understand, since even > with the regex dot, ^svn.vim$ shouldn't be matched by the regex : > .*.svn.* that requires a character to be present before the `svn`. > > > anyway, there is a trivial fix, I'm on it. Since the same find with > \\.svn instead of .svn does what it should. I think this worth a bug > report on find. > > what do you think ?
this is not a find bug ... the file name of svn.vim as seen by find is : ..../svn.vim ... so it matches .*.svn.* -- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
pgpaaYM9eF9Au.pgp
Description: PGP signature

