| · E.1. How do I use CVS to download the integration? You will need a CVS client for you to do this. Most UNIX machines have one installed, and there are a few out there for Windows machines, as well. Once you've got the CVS client installed, you can do the following from the command line:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gallery login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gallery checkout -P integration/gallery2/phpnuke
You will now have the latest integration code available on anonymous CVS.
If you don't have a CVS client, or can't install one, you can always browse the CVS tree here:
http://cvs.sourceforge.net/viewcvs.py/gallery/integration/gallery2/phpnuke/html/ [ Back to Top ]
|