Re: svn commit: r1383480 - in /subversion/trunk/subversion: svn/cl.h svn/log-cmd.c svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout tests/cmdline/log_tests.py
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 21 Sep 2012 03:43:00 +0100 (BST)
-- Subversion Live 2012 - 2 Days: training, networking, demos & more! http://bit.ly/NgUaRi Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download ----- Original Message ----- > From: Daniel Shahaf <d.s_at_daniel.shahaf.name> > To: dev_at_subversion.apache.org > Cc: commits_at_subversion.apache.org > Sent: Thursday, 20 September 2012, 17:25 > Subject: Re: svn commit: r1383480 - in /subversion/trunk/subversion: svn/cl.h svn/log-cmd.c svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout tests/cmdline/log_tests.py > > stsp_at_apache.org wrote on Tue, Sep 11, 2012 at 16:58:41 -0000: >> Author: stsp >> Date: Tue Sep 11 16:58:40 2012 >> New Revision: 1383480 >> >> URL: http://svn.apache.org/viewvc?rev=1383480&view=rev >> Log: >> Allow mulitple --search options with 'svn log'. Log messages are > shown >> if they match any of the provided search patterns (i.e. logical OR). > > Right now it is fnmatch patterns --- can we have regexes too please? My first thought on the pattern matching was can we have a way to specify revisions where svn:log MATCHES "[Mm]erge" AND svn:author DOES NOT MATCH "julian". In other words, two things: 1. specify a match against a particular rev-prop rather than the current general "found anywhere"; 2. a "DOES NOT MATCH" option; But I didn't bother asking until I saw your email. I think this an area for endless possible extensions. 3. "Search in content of the diff" is another one. - Julian > I'm not sure about the UI, whether it's a --search-re flag or a > '--search re:foo' or something else. >Received on 2012-09-21 04:50:15 CEST |
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.