- The <A HREF="http://www.mostang.com/sane/">SANE project</A> has two CVS servers, one for developers, and one
- read only for anonymous access. Both use pserver connections.
-
- <P>They are hosted by <A HREF="http://www.hungry.com/">The Hungry
- Programmers</A>
-
- <h2>Accessing the development server</h2>
-
- Only peoples allowed by the current SANE maintainer get access to
- this server. To check out the current development source, issue the
- following commands:
-
- <BLOCKQUOTE>
- cvs -d :pserver:<username>@cvs.hungry.com:/cvsroot login
- <BR>cvs -d :pserver:<username>@cvs.hungry.com:/cvsroot co sane
- </BLOCKQUOTE>
-
- More info on CVS is available from
- <A HREF="http://www.loria.fr/~molli/cvs/cvs-tut/cvs_tutorial_toc.html">The
- CVS tutorial</A>
-
- <h2>Accessing the anonymous server</h2>
-
- To get read-only access to the latest development version, issue
- the following commands:
-
- <BLOCKQUOTE>
- cvs -d :pserver:anoncvs@anoncvs.hungry.com:/cvsroot login
- <BR>[password "anoncvs"]
- <BR>cvs -d :pserver:anoncvs@anoncvs.hungry.com:/cvsroot co sane
- </BLOCKQUOTE>
-
- The anonymous CVS version is updated every hour, on the hour.
-
-<P>Before 2000-08-13, development where being done in the DEVEL_1_9
-branch. Now we are developing in the main branch instead.
+ The <A HREF="http://sane.alioth.debian.org/">SANE project</A> has
+ a new CVS server available from the Debian Alioth service. The
+ old repository hosted by <A HREF="http://www.hungry.com/">The
+ Hungry Programmers</A> is moved there. See
+ <a href="http://sane.alioth.debian.org/cvs.html">the new CVS
+ page</a> for more inof on the new repository.