kopia lustrzana https://gitlab.com/sane-project/website
71 wiersze
2.6 KiB
HTML
71 wiersze
2.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>SANE - Scanner Access Now Easy</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="author" content="Henning Meier-Geinitz">
|
|
<meta name="keywords" content="sane, scanner, cvs, cvsweb, development, unstable">
|
|
<meta name="description" content="SANE CVS server">
|
|
<link href="mailto:hmg-guest@users.alioth.debian.org" rev="made">
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
</head>
|
|
|
|
<body>
|
|
<center>
|
|
<a href="http://www.mostang.com/sane/" target="_top"><img src="images/sane-logo-3.png" alt="SANE" height="225" width="192" border="0"></a>
|
|
</center>
|
|
|
|
<h1><a
|
|
href="https://alioth.debian.org/scm/?group_id=1308" target="_top">SANE: CVS Access</a></h1>
|
|
|
|
<p>
|
|
There is development and anonymous CVS access. To use <em>anonymous</em>
|
|
CVS, use the following commands (just press enter when asked for the
|
|
password):
|
|
</p>
|
|
<pre>
|
|
cvs -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane login
|
|
cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane co sane-backends
|
|
</pre>
|
|
<p>
|
|
If you intend to use the <em>development</em> CVS server, <a
|
|
href="https://alioth.debian.org/account/register.php" target="_top">get a login at
|
|
Alioth</a> and <a
|
|
href="https://alioth.debian.org/projects/sane/" target="_top">contact one of the SANE
|
|
project managers</a> to get added to the project. Don't be surprised
|
|
that you get a "foo-guest" account, that's just the normal naming
|
|
scheme. Development CVS access is done by ssh (version 1):
|
|
</p>
|
|
<pre>
|
|
export CVS_RSH=ssh
|
|
cvs -z3 -d:ext:developername@cvs.alioth.debian.org:/cvsroot/sane co sane-backends
|
|
</pre>
|
|
<p>
|
|
For getting access to SANE frontends, just replace "sane-backends" by
|
|
"sane-frontends" in the commands above.
|
|
</p>
|
|
<p>
|
|
If you are interested in the changes in the SANE CVS tree, subscribe to
|
|
the <a
|
|
href="http://lists.alioth.debian.org/mailman/listinfo/sane-commit" target="_top">sane-commit
|
|
mailing list</a> (see below).
|
|
</p>
|
|
<p>
|
|
More information and links to CVS web can be found on the <a
|
|
href="https://alioth.debian.org/scm/?group_id=1308" target="_top">Alioth CVS page</a>.
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
$Date$ $Author$<br>
|
|
<a href="/">Overview</a><br>
|
|
<a href="http://www.mostang.com/sane/" target="_top">SANE
|
|
homepage</a><br>
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|