-
Notifications
You must be signed in to change notification settings - Fork 1
Limitations
danielferber edited this page Nov 23, 2014
·
1 revision
git-to-clearcase relies on cleartool.exe exclusively.
git-to-clearcase updates the Clearcase view to match the current commit of the Git repository. If files were changed directly on Clearcase, these changes will be overwritten!
git-to-clearcase writes two stamp files on the target directory within the view. This files are necessary to keep track of the latest synchronization. They contain information necessary to calculate changeset (git treediff) that saves most time to apply on clearcase.
If you really want to get rid of this files, you must inform the commit hash of the latest synchronization as command line argument --commit and the synchronization as --counter.