[darcs-users] a bash tip for easily excluding the _darcs directory

Nimrod A. Abing nimrod.abing at gmail.com
Wed Mar 9 07:54:00 UTC 2005


On Tue, 8 Mar 2005 20:14:22 +0000 (UTC), Mark Stosberg
<mark at summersault.com> wrote:
> If this was useful to you, consider adding it to the wiki somewhere.
>

Done. See:

http://www.scannedinavian.org/DarcsWiki/HintsAndTips

near the bottom. I also added some hints on how to grep in nested repositories.

find . \( -path './_darcs' -o -path './subrepo/_darcs' \) -prune -o
-exec grep string {} ';'

which was what I had to use one time.
-- 
_nimrod_a_abing_

v1sw5CPJYUhw5ln3pr8OUSck6ma8u7LBw3DWNTm5g/l7DaIs7Rr4e6t5Xb4Op1en3g5RZAHC




More information about the darcs-users mailing list