Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cvs_anonymous.html 1020B

12345678910111213141516171819202122232425262728293031323334353637
  1. <HTML>
  2. <TITLE>Anonymous CVS</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>Anonymous CVS</H1>
  5. <p>
  6. Anonymous, public, read-only access to the code in CVS is
  7. available. Here are the basic instructions for Unix systems:
  8. </p>
  9. <ol>
  10. <li>Install CVS client software on your computer. Version 1.9.28 is known to work.
  11. </li><li>Login as an anonymous user: <code>cvs -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
  12. login</code>
  13. </li><li>Just hit return at the <code>CVS password:</code> prompt.
  14. </li><li>Then checkout mesa: <code>cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
  15. co Mesa</code>
  16. </li></ol>
  17. <p>To update your Mesa CVS source to the latest CVS source:
  18. </p><ol>
  19. <li><code>cd Mesa</code>
  20. </li><li><code>cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
  21. update</code>
  22. </li></ol>
  23. <p>You can browse the Mesa source code in CVS
  24. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mesa3d/">here.
  25. </a>
  26. </p>
  27. </body>
  28. </html>