[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: ClearCase to SVN

From: Weintraub, David <David.Weintraub_at_ilex.com>
Date: 2005-04-15 19:26:37 CEST

I believe that ClearCase has a ccase_export_ffile that might be pretty close
to what you want. (Or maybe there's only a "ccase_import_ffile"?)

Then again, if you are interested in importing only certain versions stored
inside of ClearCase (such as only actively supported releases and current
development), you could do something like this:

Go into a dynamic ClearCase view
for each ClearCase version to import
do
    set the configspec of the view to see the version you're working on
    do an "svn status" in your view
    for all files in that show up in the svn status
    do
       do an "svn add" to all files with a "?"
       do an "svn rm" to all files with a "!"
    done
    do an "svn commit" in your view
done

-----Original Message-----
From: Travis [mailto:svn@castle.fastmail.fm]
Sent: Friday, April 15, 2005 10:59 AM
To: Stefan Turalski
Cc: users@subversion.tigris.org
Subject: Re: ClearCase to SVN

On Apr 15, 2005, at 7:01 AM, Stefan Turalski wrote:

> I seen the famous vss2svn script, I before I reinvent the weel, I just
> drop in with question:
> Did someone done comething like cc2svn or I would be the one to do it?

Try using Google with a query like 'clearcase subversion'.
A number of relevant links will be returned.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 19:30:34 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.