Boost logo

Boost :

From: Jens Seidel (jensseidel_at_[hidden])
Date: 2008-03-22 16:25:45


On Sat, Mar 22, 2008 at 03:00:18PM -0500, Rene Rivera wrote:
> Jens Seidel wrote:
> > Only 297 files left :-)
>
> Hm, that seems like a rather tedious route. This is a bit shorter and
> covers all the cases we currently have in for our auto-props:
>
> find . -regextype posix-extended -type f \
> -not -regex ".*[/][.]svn[/].*" \
> -not -regex ".*([.]pl|[.]py|[.]sh|configure)" \
> --exec svn propdel svn:executable "{}" ";"

The following would be wrongly changed:

./tools/jam/src/debian/rules
./tools/jam/src/boehm_gc/config.sub
./tools/jam/src/boehm_gc/install-sh
./tools/jam/src/boehm_gc/missing
./tools/jam/src/boehm_gc/depcomp
./tools/jam/src/boehm_gc/callprocs
./tools/jam/src/boehm_gc/config.guess
./tools/jam/src/boehm_gc/compile
./tools/jam/src/boehm_gc/mkinstalldirs
./libs/graph/doc/mungeaux.csh
./libs/mpl/preprocessed/preprocess.cmd
./libs/iterator/doc/rst2latex

Manual inspection of these 297 files was not too hard :-))

Jens


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk