Sunday, August 5, 2007

using wget to get stuff from siteflip

wget -r ftp://(name):(passwword)@daves-notes.net/www/beamtruss

creating a cvs module

export CVSROOT=:pserver:localhost:/garland
cvs login
mkdir beamtruss

cd beamtruss
cvs import -m "creating beamtruss module" beamtruss vtag rtag

starting a new cvs repository

here is what I had to do to start a new cvs repository:

cvs -d /var/lib/cvsd/garland init

add line: ' Repos /garland' to /etc/cvsd/cvsd.conf

create: /var/lib/cvsd/garland/CVSROOT/passwd with appropriate entries.

change ownership: chown -R cvsd /var/lib/cvsd/garland