clearcase - Is it possible to merge checked out files from one view in another -


I have a scene in which I have checked 9 files, another team member merge my changes in my activities Wants to do but I do not want to check in files .

Is there any way to merge files without any check or any other option.

A method to use cleartool diff , patch can be used to generate, if you can do so, to apply to other developers, match in a compressed and mail (.zip)

View.

It would be something like this:

  Cleiston LSCA-L-C-Seaview. xargs cleartool diff -diff_format -pred   

option -diff_format option reports both headings and differences in the style of UNIX and Linux diff utility, the second Writing a list of the changes required to change the first file being compared in the file, as follows:

  • The first number (or the number n, as n, the number ) Indicates the line number being compared in the first file.
  • The second value is one of the following: Advertising C indicates that the lines are to be added, deleted, or replaced.
  • The second number (or the range of numbers) indicates in the line number compared to the second file.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -