On Thu, 2004-09-02 at 09:37, George Birbilis wrote:
<snip/>
> Do you mean the anonymous, web-based CVS or someother CVS? Do I need some 
> local CVS client software or can I grab that module from the web somehow?

Yes, you need a local CVS client to checkout the sources.  Cvs should be
installed on any current Linux/*BSD platform.

Once you have a CVS client, you can checkout the sources with:

        $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/mono
        $ cvs login
        # insert any password when prompted
        $ cvs -z3 co MonoLOGO

See also:

        http://www.mono-project.com/contributing/anoncvs.html

If you want to do any actual development on MonoLOGO, such as checking
in any source code changes, you'll need an actual CVS account, not
anoncvs.  See:

        http://www.mono-project.com/contributing/ccvs.html

 - Jon


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to