In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
(Michael Nahrath) wrote:

> > To check out http://www.mozilla.org/foo:
> > 
> > setenv CVSROOT :pserver:[EMAIL PROTECTED]:/docs
> > cvs login (passwd anonymous)
> > cvs co cvs co mozilla-org/html/foo
> 
> Oh, I hoped this was all accessible through the web interface...
> 
> What program do you use on the Mac to give those commands? 

On Mac OS X, you use Terminal. The CVS client comes with the OS. (I'm 
not sure whether it is part of the BSD subsystem package or the 
Developer Tools package. It comes in the box anyway.)


On Mac Classic with MacCVS, you use the MPW Shell. In that case, the 
command

setenv CVSROOT :pserver:[EMAIL PROTECTED]:/docs

needs to be replaced with these commands

set CVSROOT ':pserver:[EMAIL PROTECTED]:/docs'
set USER 'anonymous'
set CVS_GETPASS 'anonymous'
set MAC_DEFAULT_RESOURCE_ENCODING AppleSingle
export CVSROOT
export USER
export CVS_GETPASS
export MAC_DEFAULT_RESOURCE_ENCODING

as described at http://www.mozilla.org/cvs.html


About Mac Classic with MacCVS Pro, I have no idea.

> Is there a HowTo?

For documentation, no. For apps source, yes: 
http://www.mozilla.org/cvs.html

-- 
Henri Sivonen
[EMAIL PROTECTED]
http://www.clinet.fi/~henris/

Reply via email to