-
Version Control API -- CVS backend: February 25, 2011 2:07
Commit 2b1b426 on 5.x-2.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Version Control API -- CVS backend: February 25, 2011 2:07
Commit 4baf02b on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Version Control API -- CVS backend: February 25, 2011 2:07
Commit 19375fc on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Port of #323047 by kbahey and dww: Prevent clobbering of CVSROOT/passwd file when an unexpected error happens.
-
Also redirect from the newer cvs.module "project committers" page.
-
Redirection for the 'project/developers/$nid' path.
-
Make cvslib_export() work in cases where "." as export target directory did not work before. In my case, that was the drupal.org pserver. (That's right, I can locally generate release packages from d.o CVS.)
-
Implement export_directory(), and adapt get_item() to the changed API.
-
Avoid excessively wide tables by cutting off ":pserver:[user]:[password]" from the Root column in the admin repository overview.
-
#354564: Implement versioncontrol_cvs_get_parallel_items(). Dude, CVS is really a bitch when trying to retrieve file info. Not quite as bad as SVN with logs, but a serious pain in the neck. Anyways, this is probably as good as it gets.