Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 811866d96d7e52c94055a34b3f792ef0 > files > 29

flood-1.1-3.r719568.2mdv2010.0.i586.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>CVS Repository</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="Flood manual" /><link rel="up" href="ch02.html" title="Chapter 2. Getting Flood" /><link rel="prev" href="ch02.html" title="Chapter 2. Getting Flood" /><link rel="next" href="ch02s03.html" title="Flood binaries" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">CVS Repository</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Getting Flood</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr /></div><div class="section" title="CVS Repository"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2508790"></a>CVS Repository</h2></div></div></div><p>
            You can get flood source code directly from CVS repository. All you
            have to do (besides getting CVS software itself) is to issue
            following commands:
            </p><pre class="screen">
$ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
$ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-test/flood
            </pre><p>
            Note, that with CVS repository you're basically on your own with
            meeting build dependencies. So you'll have to get apr libraries
            as well:
            </p><pre class="screen">
$ cd httpd-test/flood
$ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co apr
$ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co apr-util
            </pre><p>
            Please note that source code from CVS might not compile under
            certain circumstances, so don't expect it to be as stable as
            official releases. On the other hand, you schould try CVS
            repository before reporting a problem. There is a huge chance,
            that your bug is already fixed.
            </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. Getting Flood </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Flood binaries</td></tr></table></div></body></html>