Skip to content

Limitations

danielferber edited this page Nov 23, 2014 · 1 revision

CCRC views are not supported.

git-to-clearcase relies on cleartool.exe exclusively.

One direction synchronization only.

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!

Stamp files

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.

Clone this wiki locally