Re: [Fwd: svn grep -r2:5 "a_word" filename1 filename2 folder3]
From: Nik Clayton <nik_at_ngo.org.uk>
Date: 2006-09-21 20:16:45 CEST
Hanley, James wrote:
The Perl module SVN::Log::Index, and the command line tool it provides, sli,
You can update this index periodically, or drive it from a post-commit hook
For example, to find all commits by 'nik' that affected the path
sli search --query 'author:nik and path:/trunk/foo.c'
You can also search log messages. For example, if your log messages contain
sli search --query 'rt#123'
The documentation for SVN::Log::Index, and sli, on CPAN, contain more examples.
N
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.