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

Re: TortoiseProc feature request

From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2007-04-19 22:19:10 CEST

On Thursday 19 April 2007 21:20, Pascal Laurin wrote:
> Using tortoiseproc.exe I'd like to do something like this
>
> C:\tortoiseproc.exe /command:blame /path:"MyFile.xml" /startrev:1
> /endrev:HEAD
>
> I know I could try to get my latest revision number first but having
> access to some sort of constant could be nice to help us create a few
> automated macros.

This undocumented call works:
C:\tortoiseproc.exe /command:blame /path:"MyFile.xml" /startrev:1 /endrev:-1

REV_HEAD = -1, ///< head revision
REV_BASE = -2, ///< base revision
REV_WC = -3, ///< revision of the working copy

Tobias

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Apr 19 22:19:48 2007

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

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