We are migrating from Clearcase to another VCS (probably either SVN or Mercurial). For companies that have made this transition, what factors did they find important in selecting another VCS tool, and what practices did they find eased the transition?
ClearCase and ClearQuest discontinued support for platforms and software, and component deprecation in 2020.
https://community.atlassian.com/t5/Bitbucket-questions/Migration-From-ClearCase-to-Git/qaq-p/1261208. After that, you can import your repository using the import tool by accessing your workspace > Select Create repository > Go to Import repository > fill in the required fields and click Import repository.
To stop or start ClearCase, use the Windows commands net stop and net start: net stop albd . net start albd .
IBM Rational ClearCase provides controlled access to software assets, including code, requirements, design documents, models, test plans and test results.
SVN and Mercurial are both good SCM. Many opensource projects use them. If your choice only narrowed down to these two then what you and your team must consider is:
How do you want to do the commits and branching? Distributed or Purely centralized? This is related to the company policy too. Go with SVN if you want everything to be centralized. But this does not mean you can not have central repository with Mercurial. It's quite beneficial if your team choose DVCS like Mercurial because:
Other than that, both are really good as they both have good (enough) performance, good windows support (SVN, Hg) and good documentation/book (SVN, Hg).
A couple to add are:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With