2

I am using CCRC 7.1.2 in our project.Is there any option to synchronize local copy with remote copy so that we can update only the modified files?

Refresh->Update from repository option is giving entire folder contents that we are updating but i need only the modified files

Vineeth Bhaskaran
  • 2,161
  • 1
  • 29
  • 36

1 Answers1

1

The "Refresh->Update from Repository" should be available at the file level
(see "Updating a resource in a ClearCase view", which should apply also to CCRC , not just the ClearCase Explorer with a classic ClearCase installation)

That means you can select a modified file and ask for the latest version of that file, you don't have to update the all folder or the all view.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • if there is 10 files in a folder which i checked out today after that somebody checked in 5 extra files in the same folder.can i get that 5 files alone without updating existing files.This functionality is there in SVN, will it be applicable here also ? – Vineeth Bhaskaran Jan 21 '15 at 11:57
  • @VineethBhaskaran any regular update should not change your file if they are currently modified (here checked out) – VonC Jan 21 '15 at 12:52