Well I have an issue with SVN importer tool for migrating one of the ClearCase VOB which has a huge history ..we thought of doing this by picking up like 10 -15 baseline versions of the code and import it to SVN. So for doing that I think the user has to give me the specific versions one by one . So now he is asking me how to point a specific version in clearcase and export it ?? .The idea here is to give me the code as tar ball ...so that I can explode it on my desktop and import it then to SVN. ....!!!! I Don know how to import / layer in all this baselines in SVN.......Is that something similar to SVN. Can you please help me with this.
|
|
I have not used it, but I have heard that SVNImporter will import your ClearCase VOBS including the history. It sounds like what your user is really asking for is to export a few versions at a time from CC to basically 'colapse' the existing history. Say for example that you have a large VOB with thousands of revisions and hundreds of labels, and you want to have only the last 5 major releases as your history in the new subversion repository. You could export the earliest desired version from CC, import into SVN and create a working copy. Then you would export some later version from CC and copy into your working copy and do an update. Lather, rinse, repeat until you get to LATEST from CC. The version you would get from CC is controlled by the views config spec. To get only files associated with a particular label (hopefully they have labels...) you change the config spec to:
To get the versions associate with a label AND the current version of anything not associated with that label you use:
For more information see the IBM/Rational config_spec documentation. |
||
|
|
|
|
I did some clearcase migration by myself: here are my thoughts:
Note, that this will also work with multiple projects. However if you have shared modules(one of weak points in SVN) you will need a specific repo-structure and import into SVN can be more complex(maybe use svn:externals). You really should automate the process, as most of the time you will import more than once, because your config-specs are missing files, your SVN structure will change, etc. So script the solution and run everything automatically, which will be much more flexible until all migration is over. You may also need to review the migration result. |
|||
|
|
|
|
Note: if by "baseline" you are referring to "UCM Baseline", this becomes simpler for a given component (tree of files within a Vob). Create a UCM project with a single Integration Stream and a dynamic view on it, then:
will give you the list of baselines to export.
within the dynamic view will set the view as a source for your export. But if you are with data labeled with base-ClearCase (and not UCM), be aware of this issue: a base-ClearCase label can be put on any file. Rule like the one suggested by Gary
can very well end-up selecting 0 files, simply because the label ' Plus there is no notion of "timeline" revision (like the revision in Subversion).
' |
|||
|
|
