Discussion:
TortoiseProc.exe /command:diff between 2 revisions
Scott Vickery
2009-06-24 15:22:41 UTC
Permalink
Hey list,
I am using
TortoiseSVN 1.5.6, Build 14908 - 32 Bit , 2008/12/20 11:51:04
Subversion 1.5.5
I am trying to get the Tortoise UI to pop up from the command line. It seems to always show me the current diffs instead of diffs between two revisions, which is what I really want. I am using the following command line:
TortoiseProc.exe /command:diff /path:C:\some\path\trunk /startrev:1393 /endrev:1394
What am I missing?

Thanks,
Scott

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2364975

To unsubscribe from this discussion, e-mail: [users-***@tortoisesvn.tigris.org].
Stefan Küng
2009-06-24 16:31:22 UTC
Permalink
Post by Scott Vickery
Hey list,
I am using
TortoiseSVN 1.5.6, Build 14908 - 32 Bit , 2008/12/20 11:51:04
Subversion 1.5.5
I am trying to get the Tortoise UI to pop up from the command line. It
seems to always show me the current diffs instead of diffs between two
revisions, which is what I really want. I am using the following
TortoiseProc.exe /command:diff /path:C:\some\path\trunk
/startrev:1393 /endrev:1394
What am I missing?
specify a path to a file, not a directory.
Or use the "showcompare" command instead of "diff".

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=2365021

To unsubscribe from this discussion, e-mail: [users-***@tortoisesvn.tigris.org].
Loading...