<div class="gmail_quote">On Wed, Apr 15, 2009 at 6:40 PM, Stefan Reinauer <span dir="ltr"><<a href="mailto:stepan@coresystems.de">stepan@coresystems.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000"><div class="im">
On 15.04.2009 23:46 Uhr, Carl-Daniel Hailfinger wrote:
<blockquote type="cite">
  <pre>On 15.04.2009 23:23, Peter Stuge wrote:
  </pre>
  <blockquote type="cite">
    <pre>Hm? grep gives me .svn/text-base/romfs.c.svn-base but nothing else.
  
    </pre>
  </blockquote>
  <pre>Side note: The svngrep utility is extremely helpful if you want to run a
recursive grep on a source tree and ignore any subversion management files.
  </pre>
</blockquote>
<br></div>
Cool, didn't know that one! I've been using this self-made hack<br>
<br>
alias search='find .|sed s/^/\"/|sed s/\$/\"/ | grep -v svn | xargs
grep'</div></blockquote><div><br>svngrep isn't in the ubuntu repos, but ack-grep does the same thing, and it understands cvs too.<br><br>-Corey <br></div></div><br>