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

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

From: Brazhnik <brazhnik_at_gmail.com>
Date: Tue, 31 Mar 2009 12:26:22 +0400

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.

Thanks

--
Andrey
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1493328
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-03-31 10:41:26 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.