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

Re: Diff+blame with Tortoise command line

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 23 Jan 2008 21:02:12 +0100

sverhagen wrote:
>
> Stefan Küng wrote:
>> simple:
>> svn blame file -rREV1 > blame1
>> svn blame file -rREV2 > blame2
>> svn diff blame1 blame2
>>
>> Well, at least you get the idea. The last diff won't work of course,
>> because it doesn't take two local files.
>>
>
> Well, I agree I could do it this way, but I was actually hoping to do it
> without having all my colleagues having to install SVN. They already have
> TortoiseSVN installed, and just opening a plain diff was no problem, using
> Tortoise.

As of revision 11927, you can call:
TortoiseProc.exe /command:diff /path:"path/to/file" /startrev:100
/endrev:99 /blame

(use the next nightly build to try)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-01-23 21:02:38 CET

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.