Author: mwiegand Date: 2008-09-09 14:32:02 +0200 (Tue, 09 Sep 2008) New Revision: 1307
Modified: trunk/doc/website/openvas-server.htm4 Log: Added information related to the branching of -server and -libraries. Modified: trunk/doc/website/openvas-server.htm4 =================================================================== --- trunk/doc/website/openvas-server.htm4 2008-09-09 12:06:36 UTC (rev 1306) +++ trunk/doc/website/openvas-server.htm4 2008-09-09 12:32:02 UTC (rev 1307) @@ -428,11 +428,32 @@ <h3>Most current state of development (directly from the source code management system)</h3> <p> -You need subversion to retrieve the code: +You need subversion to retrieve the code. </p> +<h4>Stable 1.0 branch</h4> + <p> +Note: Due to the current state of development, two modules needed to run +OpenVAS-Server have already been branched into a stable branch while the other +two are not affected by the major development efforts that required the +branching. +</p> + +<p> <code> +$ svn checkout https://svn.wald.intevation.org/svn/openvas/branches/openvas-libraries-1-0<br/> +$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-libnasl<br/> +$ svn checkout https://svn.wald.intevation.org/svn/openvas/branches/openvas-server-1-0<br/> +$ svn checkout +https://svn.wald.intevation.org/svn/openvas/trunk/openvas-plugins<br/> +</code> +</p> + +<h4>Current state of development</h4> + +<p> +<code> $ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-libraries<br/> $ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-libnasl<br/> $ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-server<br/> _______________________________________________ Openvas-commits mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-commits
