jake RSS


jakehofman.com

Archive

Jun
3rd
Tue
permalink

tip: cvs

if you get an error for sticky tag is not a branch, try cvs update -A

tips  cvs 
Jun
2nd
Mon
permalink

tip: cvs

to tag a set of module files (or the whole module, for e.g. a file release) use cvs -q tag

tips  cvs 
Sep
18th
Tue
permalink

tip: cvs

use chmod -R g+s on cvs repository directory to set sticky group bit, ensuring that group ownership is inherited. is this a security problem?

tips  cvs 
Apr
30th
Mon
permalink

tip: cvs

to restrict write access, place user names in writers file of CVSROOT

tips  cvs 
Apr
5th
Wed
permalink

tip: cvs

to import a project into a repository, use cvs import

tips  cvs 
permalink

tip: cvs

to start a cvs repository, use cvs init

tips  cvs 
Feb
13th
Mon
permalink

tip: cvs

cvs mode in emacs uses ctrl-x v v and ctrl-c c

tips  cvs 
May
13th
Fri
permalink

tip: cvs

to add a binary file, use -kb

tips  cvs