views:

1469

answers:

4

I'm on the lookout for tools to migrate from ClearCase to SVN.

Ideally would like to get all history information, or as much as can be acquired.

Incremental merges would be very beneficial but isn't required.

+2  A: 

This looks about the best. Polarion's business is SVN, so I guess they have a vested interest in making as many people as possible use it...

Oh, back up all your data before hand, do it on a test repository first, etc, etc.

rq
A: 

The migration from clearcase is not an easy task. The polarion importer does a job to support you, however, the history and speed for large clearcase repositories is difficult to estimate.

The history will only import all files from main and will not take into account any directory versioning. The problem is that your files which will be placed into your tags have the latest name, if you renamed them. Also the importer will not migrate deleted files.

As the importer cannot use your config-specs, it will show only the changed files in branches, as clearcase uses lazy branching, which is fully different to svns branching mechanism.

Merge tracking is not supoorted by migration tool, as SVN supports it only from 1.5

Peter Parker
Thanks for the further insight into possible issues. Still the benefits outweigh the loss of data.
Scott Markwell
+1  A: 

Just another experience:

We went with "custom scripts" rather than the Polarion tool.
That way, we can:

  • use a dynamic view (quick for updates)
  • select exactly the branch we want to import
  • import only the versions with labels on it (avoid import a gazillon number of versions, whereas nobody will actually exploit that huge history)
  • import all versions between last label and LATEST (for a given branch)

We used the dynamic view for changing its config spec with all the label we are interesting to import to SVN.

Note: that fact that we are using UCM is a big help for export operations:

  • the branch are clearly identified (after their attached streams), and
  • the label is set on all the files of a given component (in Base ClearCase, a label can be set of a arbitrary number of files)
VonC
A: 

The last version of the Polarion tool is from 2006 and it just does not do the job with large CC vobs. In my case it always crashes with heap overrun, and even the largest java heap space is not enough to it. So it is no good for me.

Peter