Re: Best practices: living with .svn?
From: Kalle Olavi Niemitalo <kon_at_iki.fi>
Date: 2004-04-11 18:26:31 CEST
Stephen Peters <portnoy@portnoy.org> writes:
> I've made use of
In GNU grep 2.5.1, --exclude does not apply to names of
A pipe like this would avoid that problem:
find . -name .svn -prune -or -print0 | xargs -r0 grep -H regex
However, this is more difficult to wrap with a grep-like syntax:
I think the cleanest solution would be to patch grep. It could
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.