Home ›
Maintaining a module on Drupal.org with CVS: committing changesMaintaining a module on Drupal.org with CVS: committing changes
Submitted by dhakimzadeh on November 17, 2009 - 5:37pm
This is for a module where the current version's code is in HEAD and we aren't going to do any branching.
(agc is an agaric-specific helper script.)
agc entreztest NEW
cd drupal/
cd sites/all/modules/
mkdir entrez
export CVSROOT=:pserver:agaric@cvs.drupal.org:/cvs/drupal-contrib
cvs login
cvs co -d entrez contributions/modules/entrez
cd entrez/
More like this
- Use Git to commit to CVS, such as for maintaining a Drupal module
- Fighting with Drupal.org's CVS: nothing known about module files and sticky tags not valid
- Committing a patch to a contributed module you maintain
- Putting a local project maintained in git on a server as a central repository
- Maintenance Helper | drupal.org

