[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
> pattern matching. You should look into doing that with your search tool.

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

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1825866

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-20 16:56:52 CEST

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.