Skip to content
danielferber edited this page Nov 23, 2014 · 9 revisions

Usage

git-to-clearcase is easy to run. Suppose that you have:

  • git command line executable installed somewhere
  • cleartool command line executable installed elsewhere

You need two more pieces of information:

  • path of your git repository
  • path of the source code directory within a ClearCase UCM view

Then, just call git-to-clearcase: java -jar git-to-clearcase-1.2 --git c:\cmd\git\git.exe --repo c:\git\project-repository --ct c:\cmd\clearcase\bin\cleartool.exe --view c:\ccviews\project\source

There are further command line arguments. Call java -jar git-to-clearcase-1.2 --help to learn more or read the additional documentation.

You may configure [Git steps before synchronization], [Clearcase steps before synchronization] and [Clearcase steps after synchronization].

Clone this wiki locally