2006.06.20 16:49 "[Tiff] CVS Access", by Charles Auer

2006.06.20 19:15 "RE: [Tiff] CVS Access", by

> -----Original Message-----

> From: tiff-bounces@lists.maptools.org

> [mailto:tiff-bounces@lists.maptools.org]On Behalf Of Charles Auer
> Subject: [Tiff] CVS Access

export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot cvs login # use empty password"

cvs checkout libtiff

How do I enter this information into my browser?

Unless you can find a CVS plugin for your browser (I don't even know if one exists), you'll need a 3rd-party CVS client. I would recommend a little reading first: http://en.wikipedia.org/wiki/Concurrent_Versions_System

Then check out these cool CVS clients if you use Windows:

http://www.tortoisecvs.org/ -- integrates into shell (very cool)
or
http://www.wincvs.org/ -- full featured GUI (also pretty cool)

If you use any kind of 'nix, you'll probably be happy with the command-line utility (simply called 'cvs'), but you can even use the command-line on Windows through various means (for instance, Cygwin, http://www.cygwin.com/ ).