clearcase remote client - How to use CCRC to get prievous file version? -


i'm trying use ccrc api in order pervious versions specific file , compare checkout file.

i know clearcase can use command. how works in ccrc api?

does have example how retrieve version without changing config spec?

thanks, crispy

rcleartool has seen new commands cc8.0.0.3 , cc8.0.4, still missing 'get' command except latest clearteam version (8.0.1: see rcleartool list of commands).
said in "how retreive previous or old version in ccrc 7.1.2".

with ccrc 8 (aka clearteam explorer) supporting dynamic view, can try , use version-extended path (or rcleartool get), if talking ccrc, clearcase 7.2.x instead of 8.x.

a separate dedicated web view, config spec can change remains safest in "available right now") option.


i'm writing code compare checkout file(some code modified) latest version in clearcase. have content of previous version compare checkout file.

that seems more job rcleartool diff -pred

-pre/decessor 

effectively converts first pname argument 2 names:

  • (1) predecessor version of pname in version tree;
  • (2) pname itself.

if pname specifies checked-out version, predecessor version checked out.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -