wolf359's tutorials

CVS: set CVSROOT environment variable

Contributed by wolf359 on September 4, 2005 under UNIX software

This is a simple tip that will save tons of time when working with CVS. Since multiple CVS repositories can exist on the same system, CVS needs to know which one you want to use when you run the cvs program.

Comments Continue reading... 
 

CVS: Create a new project

Contributed by wolf359 on under UNIX software

In CVS, a project is a collection of files and possibly directory trees of files. A project can represent the source code for a programming project, the set of configuration files for a specific server, or the chapter of a book. This describes how to make a new project in an existing CVS repository.

Comments Continue reading... 
 

CVS: create a repository

Contributed by wolf359 on under UNIX software

CVS (concurrent version systems) is an essential tool for system administrators, programmers, authors, or anyone else who has to maintain a collection of text files that change over time. CVS is a version control system that keeps track of changes to sets of files. It all starts with a repository and this is how to make one.

Comments Continue reading...