paperlined.org
apps > subversion
document updated 14 years ago, on Sep 10, 2009
Translating from Clearcase to Subversion:

Clearcase Subversion Notes
ct mkview svn co In SVN, files can be modified immediately after doing this, you don't have to do a separate 'co' step before a file can be modified.
ct co svn lock `svn lock` is optional, not required
(not required from a technical perspective; your group's policy may mandate it)
n/a svn update In Clearcase, your view is automatically kept up-to-date with checkins that other people make. In Subversion, you have to manually decide when to pull in others' updates.
ct ci svn commit
ct edcs svn update --revision
ct mkbranch svn copy
ct mklabel svn copy from a working directory
ct lsco
ct lspriv
svn status
ct mkelem
ct mkdir
svn add