Menu

#40 tkdiff -r1234 not same as tkdiff @1234

v1.0 (example)
closed-wont-fix
None
5
2018-07-20
2008-04-03
Cat slave
No

Would it be possible to make the command:

tkdiff -rREV1 -rREV2 URL

equivalent to

tkdiff URL@REV1 URL@REV2

for subversion?

Discussion

  • michael-m

    michael-m - 2018-06-06
    • labels: Interface (example) -->
    • status: open --> pending
    • assigned_to: michael-m
     
  • michael-m

    michael-m - 2018-06-06

    Not easily. Mixing URLs with non-URL syntax makes it a nightmare for parsing the command line and trying to infer that Subversion is the intended SCM. The URL syntax was basically "tacked on" to TkDiff as a convenience for those Subversion users that were accustomed to using it within Subversion itself. Might I recommend copy/paste if you simply dont want to type the URL twice ?

     
  • michael-m

    michael-m - 2018-07-20
    • status: pending --> closed-wont-fix
     

Log in to post a comment.