From: <smi...@us...> - 2003-10-15 23:48:55
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv19053/docs/documentation Modified Files: Tag: rel-1-0-patches documentation.xml Log Message: added information about cvs branches Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.43.2.2 retrieving revision 1.43.2.3 diff -u -d -r1.43.2.2 -r1.43.2.3 --- documentation.xml 11 Oct 2003 14:28:03 -0000 1.43.2.2 +++ documentation.xml 15 Oct 2003 23:48:52 -0000 1.43.2.3 @@ -815,6 +815,11 @@ <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para> <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para> <para>You find now the build systetem in the sub directory build/ .</para> + <tip> + <para>If you don't want to use the latest development version (which is probably not stable or won't even compile), you have to add the -r parameter to the checkout command. You can see the list of available tags when you browse the CVS repository <ulink url="http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/">http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/</ulink>.</para> + <para>To get i.e. the stable 1.0.x release, use the following command:</para> + <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para> + </tip> </sect3> <sect3> <title>Getting updates</title> |