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

Re: TortoiseProc diff for a specific revision and its ancestor

From: Dominik Psenner <dpsenner_at_gmail.com>
Date: Wed, 10 Aug 2011 23:25:21 +0200

> Or try the "showcompare" command, which allows you to specify a peg revision:

This is the information that I have:

F := url to the file
N := the revision where the file was modified, deleted or added
X := the operation that was done (M, D, A)

And if I understood the concept of pegrevisions right, I would have to:

switch(X)
  case M:
     /command:showcompare /url1:F /url2:F /rev1:N-1 /rev2:N
  case A:
     /command:showcompare /url1:F_at_N+1 /url2:F_at_N+1 /rev1:N-1 /rev2:N
  case D:
     /command:showcompare /url1:F_at_N-1 /url2:F_at_N-1 /rev1:N-1 /rev2:N

Is this correct? Did I miss some special cases (i.e. svn move)?

-- 
Dominik Psenner
## OpenPGP Key Signature #################################
# Key ID: B469318C                                       #
# Fingerprint: 558641995F7EC2D251354C3A49C7E3D1B469318C  #
##########################################################
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2814139
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-10 23:25:25 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.