User Tools

Site Tools


dr:cvs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
dr:cvs [2005/12/01 21:23] – created fgmdr:cvs [2006/04/23 08:53] fgm
Line 1: Line 1:
-====== CVS for crash test dummies ====== 
  
-(or a few notes on how to actually use cvs on drupal) 
- 
-  * checking out 4.6.4: 
- 
-  zcvs -d co -rDRUPAL-4-6-4 drupal 
- 
-  * the newly checked-out version will be available after a 
- 
-  cd drupal 
- 
-  * diff-ing our checked-out, then modified version with 4-6-4: 
- 
-  zcvs diff -rDRUPAL-4-6-4 
- 
-  * building a patch: 
- 
-  cd drupal;  
-  zcvs diff -up > mychanges.patch 
- 
-  * zcvs is a 3-line script that just does this: 
- 
-<file> 
-  set CMD="e:\Program Files\Zend\ZendStudioClient-5.0.0\bin\SourceControl\cvs\cvs.exe" 
-  set ACCESS=-d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal 
-  %CMD% %ACCESS% %* 
-</file> 
dr/cvs.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1