CVS Mozilla





Notes

This is the information on how to get and install mozilla from cvs... additional info at http://linux-sxs.org

cvs checkout

#!/bin/sh
# script to check out mozilla as source

echo The password is "anonymous"
export CVSROOT=':pserver:[email protected]:/cvsroot'
cvs login
cvs checkout mozilla

converting a tarball to a working cvs sandbox


James McDonald