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

Re: feature request: passing regular expression in command line of TortoiseProc /command:log

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 01 Apr 2009 20:33:57 +0200

Brazhnik wrote:
> Hello.
>
> It seems to be very useful to have possibility to pass a regular
> expression in command line of TortoiseProc /command:log
>
> Use case:
>
> I have list of commit numbers: r1, r2,.. rN and I want to show theirs
> in TortoiseSvn Log list.
>
> rMin = min(r1, r2,.. rN)
> rMax = max(r1, r2,.. rN)
> regExp = (r1)|(r2)|..|(rN)
>
> TortoiseProc /command:log /findStr:"%regExp%" /findType:rx
> /path:"%repo%" /startrev:rMin /endrev:rMax
>
> the new /command:log options are:
>
> /findStr:"<findstring>"
>
> /findType:[m][p][a][r][x]
> m - find in messages
> p - find in paths
> a - find in authors
> r - find in revisions
> x - use regular expression
>
>
> We are trying to use TortoiseSvn Log window instead of a web client in
> our subversion - CRM tracker integration.

Implemented in r16005 (slightly different than your proposal, but with
the same result).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1509615
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-01 20:34:18 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.