Some redundant codes in a VOB in Clearcase -


is a folder a , and there are some files inside A A by name

  f1 f2 f3 .....   

x . We also have some files with the same name inside x

  f1 f2 f3 f4 ....   A  There are 4 versions in  
  • and f1 f2 f3 f3 in x
    • Code> < / ul>

      We have found that both f1 have both a and X in the same files.

      So now we need to move all the 7 versions under f1 f2 to x to A and < Under code> A folder is the 5th version.

      Do we need to raise an SR with IBM to understand that whether it is possible or not?
      If this is possible, then do we do this?

      What can you do in x folder : a files version will be updated automatically, adding the 5th edition to fn x in fn In the A

      Note that this will ignore the first 6 versions of x in fn : it will only take the current content of fn x , automatically checkout fn in A , create a new version and fn in Check one .

        clearfsimport -preview -rec -nset / path / to / x / path / to / yourView / path / to / a   

      warning : This will be done with a full clean-up installation, not as a CCRC one (7.x).

      If you do not have too many files and access only to CCRC, you can do it manually through the CCRC web view: Check all normal files, X To A , check all the normal files.

      But if you have many files, you have to ask your ClearCase administrator: The CCRC server is based on a complete clean-case installation, and there is a clearfsimport utility available in it.

  • Comments

    Popular posts from this blog

    php - PDO bindParam() fatal error -

    logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

    java - Why my included JSP file won't get processed correctly? -