README in rscm-0.3.7 vs README in rscm-0.3.8
- old
+ new
@@ -1,6 +1,6 @@
-= RSCM - Ruby Source Control Management (0.3.7)
+= RSCM - Ruby Source Control Management (0.3.8)
RSCM is to SCM what DBI/JDBC/ODBC are to databases - an SCM-independent API for accessing different SCMs. The features are roughly:
* Check out a working copy (with possibility to specify branch/date/label)
* Get changesets (changesets are emulated for non-transactional SCMs like CVS and StarTeam)
@@ -30,18 +30,18 @@
* Yogi Kulkarni - Perforce
== Supported SCMs
* CVS - http://www.cvshome.org (stable)
-* Perforce - http://www.perforce.com (not thoroughly tested)
-* StarTeam - http://www.borland.com/starteam (not thoroughly tested)
* Subversion - http://subversion.tigris.org (stable)
In progress:
-* ClearCase -http://www-306.ibm.com/software/awdtools/clearcase (half way there)
+* ClearCase -http://www-306.ibm.com/software/awdtools/clearcase (half complete)
* Darcs - http://www.abridgegame.org/darcs (very incomplete)
-* Monotone - http://www.venge.net/monotone (half way there)
+* Monotone - http://www.venge.net/monotone (half complete)
+* Perforce - http://www.perforce.com (nearly complete - a little out of date with recent API)
+* StarTeam - http://www.borland.com/starteam (nearly complete - a little out of date with recent API)
Planned:
Loads! All of them! How to add support for a new one is described further down in this file.