Posted by jpetso on January 2, 2009 at 6:29pm
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_cvs-5.x-2.0-rc2.tar.gz | 43.46 KB | a0311da7407f7a4e61a3a5b469b43ee1 |
| versioncontrol_cvs-5.x-2.0-rc2.zip | 56.51 KB | b1762bf435760cee331c4d6929a58acb |
Last updated: December 25, 2010 - 00:06
Despite being an -rc2, there have been a good number of improvements since -rc1.
- Recording commit information from 'cvs log' (a.k.a. log fetching) was broken in the previous release, that's fixed in this one.
- The CVS backend now supports basic repository browsing via Repoview, though only for the latest revisions on HEAD.
- A cvs.module compatibility layer (implemented as optional add-on module) has been added, so that the 'cvs' menu path (e.g. "http://drupal.org/cvs") keeps working when upgrading from cvs.module. Granted, without the update script being finished this will be of limited value, but we'll need that compatibility layer for Drupal 6 anyways, so why not add it now.
- On the coding side, lots of refactoring has been done, splitting out the code interfacing with CVS into a Drupal-agnostic helper library (which also means it won't need to be ported).