setembro 25, 2002
use anoncvs regularly

using anoncvs regularly to update openbsd source tree

First, start out by `get'-ing an initial tree:
(If you are following current):
# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
# cd /usr
# cvs -q get -P src

# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
# cd /usr
# cvs -q get -P ports

Anytime afterwards, to `update' this tree:

#!/bin/bash
## export CVSROOT=anoncvs@anoncvs.ca.openbsd.org:/cvs

echo "" ;echo "--- begin cvs updates for `date` ---"
export CVSROOT=':pserver:anoncvs@anoncvs.ca.openbsd.org:/cvs'

cd /usr/src
cvs -d $CVSROOT -q up -Pd

cd /usr
cvs -d $CVSROOT -q up -Pd ports
echo "--- end cvs updates for `date` ---" ;echo ""

Posted by skp at setembro 25, 2002 10:00 AM | TrackBack
Comments
Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?