RB wrote:
> > Using the above test case the following seems to work.
> >
> >   find srcdir \( -exec test -d {}/CVS \; -o -exec test -d {}/.svn \; -o 
> > -exec test -d {}/.git \; \) -print -prune | sort
> 
> That works for me as well; I knew I had to be a few sandwiches short!
> It also has the added benefit of being able to embed update statements
> per VCS type, so I can cron this nicely and forget about it.  Thanks!

I am often in need of a hint.  Glad that I was able to help.

Bob


Reply via email to