[Mono-list] [OT] MonoLOGO

Jonathan Pryor jonpryor@vt.edu
Fri, 03 Sep 2004 07:22:52 -0400


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:anonymous@anoncvs.go-mono.com:/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