CVS

CVS

(Video) Drupal CVS/SVN Setup

Video : Drupal CVS/SVN Setup

Description:
A 35 minute video about using CVS/SVN for maintaining the code for your Drupal installation

Courtesy:- drupalove.com

(Info) How to check out the latest version of Drupal modules from CVS

Tips : How to check out the latest version of Drupal modules from CVS

I am having some trouble with jscalendar and the views date module, so I want to make sure I have the "latest cvs version" (of the DRUPAL-5 branch!).
This also shows how to set up a whole site with spanking new stable branch code. Source: Drupal Handbook page .

First check out Drupal itself:
cvs -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal checkout -r DRUPAL-5 -d mysite drupal

(Tips) Solving the permission denied error when updating Drupal via CVS

Tutorial : Solving the permission denied error when updating Drupal via CVS

If you update Drupal via cvs by doing the following kind of command (here I am updating a Drupal 6.4 installation to Drupal 6.5):

$ cvs update -dP -r DRUPAL-6-5

You might run into the following error:

(Installation) Lullabot Install CVS On Mac

Video : Lullabot Install CVS On Mac

 

Courtesy : Lullabot.com

(Tutorial) Using TortoiseCVS

Tutorial : Using TortoiseCVS

This video covers the following topics:

(HOW TO) Upgrade an SVN Managed Drupal Installation (without CVS)

HOWTO: Upgrade an SVN Managed Drupal Installation (without CVS)

"At Chapter Three we use the Subversion Version Control System to manage our client and internal Drupal projects. When we kick off a new project we roll out the latest version of Drupal, stick it in the SVN repository, and start developing.

Syndicate content