Senior Trainer-Instructor- Developer C++ / C UNIX & Web-JAVA / J2EE,PhD or Masters
WSI Nationwide, Inc.
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

The Power of CVS
It's pretty clear that CVS has become the standard for code versioning and control in the open source community. The core PHP developers even use it to control who can check in code, and to see what changes occurred and who made those changes.
CVS isn't just for hardcore software developers. I'm finding that it is really useful for developing PHP web sites (or really any HTML site). Since I have multiple machines in multiple locations across the US, it's super-convenient for me to store all my code in my main CVS tree in West Des Moines, IA and access from my desktop in SunnyVale, CA and my laptop before I jump on a plane.
Many current Linux OS installations will include CVS as part of the install. If not, simply download it, compile it, and install it. I installed using defaults (RTFM), then set up a CVSROOT on my box in Iowa:
[tperdue@myserver tperdue] $ cvs -d /fireball/cvs init
I also had to make an entry in /etc/inetd.conf to map port 2105 to the CVS server app. That allows other machines to connect to my new CVS server.
#CVS pserver
pserver  stream  tcp     nowait  root    /usr/bin/cvs cvs -b /usr/bin pserver
echo "[ Next Page ]"; And in /etc/services:
cvspserver      2401/tcp     #CVS pserver
[ Next Page ]


Comments:
RE: CVS via PHPPierre02/08/05 05:28
CVS via PHPArthur McLean01/11/05 13:26
use cvs export, .htaccessisao09/18/03 12:09
Adding files with cvs commitJ. Germano09/18/02 15:29
rsync and sshkastar08/27/02 05:49
why not use CVS export?Carl Meyer06/26/02 11:31
cvs quick guide in Chinesechedong05/24/02 03:05
RE: How to deal with Database driven sites ?Patrick05/11/02 15:50
custom 404 error page for NTMichael Sculley04/23/02 14:32
remove revision number clutter from diffsRoger Collins03/08/02 17:08
different between server and clientdaddius01/04/02 15:09
RE: GUI version for windown based clients??rasmus12/20/01 17:14
GUI version for windown based clients??DotGlum12/10/01 08:07
Error Noticing!!!Steven Chalker11/24/01 10:09
RE: NT hosted sitesneiljmac08/23/01 16:07
Explorer interfaceFrancis Irving07/13/01 03:03
using ssh and cvsdave07/10/01 09:36
RE: Don't clean up CVS dirsMax Hammond06/03/01 13:34
CVS is a exelent solution for any projectNeuromancer05/29/01 08:36
CVSwebAndy Wismar05/24/01 08:27
RE: CVS is excellent - proofOktay Altunergil04/02/01 17:31
RE: CVS is excellent - proofEffendi03/05/01 04:40
Don't clean up CVS dirsThierry de Villeneuve03/04/01 23:58
CVS is excellent - proofDave Kingdon02/21/01 18:40
Remote CVS repositoryZach02/11/01 08:58
RE: Better solution than pserver for web projBarnaby02/06/01 09:25
ExportDavid Buchan02/03/01 15:03
RE: client interfaceCloudmaster01/30/01 18:36
RE: NT hosted sitesSean01/05/01 10:25
RE: client interfacejoey01/02/01 14:05
NT hosted sitesChris Hemming12/28/00 15:16
How to deal with Database driven sites ?Xavier12/05/00 10:24
RE: Better solution than pserver for web projectsAlaric Snell11/22/00 19:07
Better solution than pserver for web projectsJason08/24/00 00:37
RE: client interfaceChris Stephens07/12/00 03:08
client interfacejohnny brasseur06/29/00 03:39
 

If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.

 

Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs