diff - Code Review - Clearcase - How to get a list of files a user modified since another label? -


I would like to create a dynamic view that only shows user-created / modified files for a particular label.

Right now, I am listing all the files in the label and compare it with the previous labels.

If I want to use Cleitol to search for files, then okay with me I want to be more automated than this in comparison to the process currently.

There is another option, can I see diffs for only a specific user? In this way, I am more likely to understand the history of the file if a developer tried in some way and found that it did not work, then it could be helpful to see the test and error.

config spec:

  #element * REL_2010.2.2.006 element * ... / pgh_rel_4.0.0_dot_rel / {created_by (pp50773) & amp; Lbtype (REL_2010.2.2.006)} # First stop rule element - Directory * ... / pgh_rel_4.0.0_dot_rel / {lbtype (REL_2010.2.2.006)} # seconds stop rule element - directory * main / latest  

This config speake does not bring my changes - it is spreading empty directories. It is important to keep in mind that when I make changes to the actual file, the other person is responsible for applying the weekly label. Therefore, if it is known by name, then the label is on, which will not work.

If I remove the built_b obligation, it lists all the changes in the label properly, but I only want the file for a given user in that label.

Walter

, you can do this , But I would recommend:

  • Two dynamic views (Easy to setup and refresh because their content is not downloaded to your hard drive, but accessed via it
  • One for one label
  • Do not forget to add stop rules for directories (if your user Directive If not created, they will not be selected, which means that your view will not be able to select any version inside.
  • For one of those scenes something like config spec will be:

      element * ... / mbabnet / {built_by (miceier) & amp; amp; lbtype (MY_LABEL)} # First stop rule element - Directory *. ../MyBranch/LateST # Second Stop rule element - Directory * Main / Latest  

    When you have two Shy are configured correctly, you can compare it with their content.


    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -