Re: CVS should be easier to use...


Subject: Re: CVS should be easier to use...
From: Rui Silva - Webmaster (rms@ssi.aaum.pt)
Date: Thu Jun 08 2000 - 12:10:16 CDT


To make my life easier, i defined this bash function:

function usecvs() {
        case "$1" in
                gnome)
                        export CVSROOT=':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'
                ;;
                abi|abiword)
                        export CVSROOT=':pserver:anoncvs@cvs.abisource.com:/cvsroot'
                ;;
        *)
                echo "Unknown CVS server"
                ;;
        esac
        cvs login
}

All that remains to be done is
./u.sh which is:

cvs -z3 update abi abidistfiles expat libpng unixfonts wv zlib libiconv

hope this helps.

-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?



This archive was generated by hypermail 2b25 : Thu Jun 08 2000 - 12:12:24 CDT