Phine Solutions web work notes

some cvs commands — since I keep forgetting

Filed under: cvs and subversion by 1.618 — July 30, 2007 8:42 pm

To get started with a repository:

%export CVSROOT=/home/user/cvs

%cvs init

or, if multiple ROOTs are kept,

%cvs -d /home/user/cvs/project1cvs init

create a source directory just like any normal unix directory, then we can do

%cvs add hello.php

After satisfied with hello.php,

%cvs commit

will check in the file for real.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

©phinesolutions.com