RE: Moving .svn directories out
From: Jason Malinowski <jason_at_jason-m.com>
Date: Mon, 20 Apr 2009 09:54:51 -0500
> Most tools allow you to exclude certain directories using some type of
I run around with this in my .bashrc:
alias grep='grep --exclude-dir=.svn'
so 'grep -R keyword *' never hits any .svn directories at all.
Jason Malinowski
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.