old-www/HOWTO/Adv-Routing-HOWTO/lartc.intro.cvs.html

203 lines
3.2 KiB
HTML

<HTML
><HEAD
><TITLE
>Access, CVS &#38; submitting updates</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Linux Advanced Routing &#38; Traffic Control HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Introduction"
HREF="lartc.intro.html"><LINK
REL="PREVIOUS"
TITLE="Housekeeping notes"
HREF="lartc.intro.houskeeping.html"><LINK
REL="NEXT"
TITLE="Mailing list"
HREF="lartc.intro.mlist.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Advanced Routing &#38; Traffic Control HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="lartc.intro.houskeeping.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 2. Introduction</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="lartc.intro.mlist.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="LARTC.INTRO.CVS"
></A
>2.5. Access, CVS &#38; submitting updates</H1
><P
>The canonical location for the HOWTO is
<A
HREF="http://www.ds9a.nl/lartc"
TARGET="_top"
>here</A
>.</P
><P
>We now have anonymous CVS access available to the world at large. This is
good in a number of ways. You can easily upgrade to newer versions of this
HOWTO and submitting patches is no work at all.</P
><P
>Furthermore, it allows the authors to work on the source independently,
which is good too.</P
><TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
>$ export CVSROOT=:pserver:anon@outpost.ds9a.nl:/var/cvsroot
$ cvs login
CVS password: [enter 'cvs' (without 's)]
$ cvs co 2.4routing
cvs server: Updating 2.4routing
U 2.4routing/2.4routing.sgml</PRE
></FONT
></TD
></TR
></TABLE
><P
>If you spot an error, or want to add something, just fix it locally, and run
<TT
CLASS="USERINPUT"
><B
>cvs diff -u</B
></TT
>, and send the result off to us.</P
><P
>A Makefile is supplied which should help you create postscript, dvi, pdf,
html and plain text. You may need to install
<SPAN
CLASS="APPLICATION"
>docbook</SPAN
>, <SPAN
CLASS="APPLICATION"
>docbook-utils</SPAN
>,
<SPAN
CLASS="APPLICATION"
>ghostscript</SPAN
> and <SPAN
CLASS="APPLICATION"
>tetex</SPAN
>
to get all formats.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="lartc.intro.houskeeping.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="lartc.intro.mlist.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Housekeeping notes</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="lartc.intro.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Mailing list</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>