From: <smi...@us...> - 2003-10-15 23:48:22
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv18930/docs/documentation Modified Files: documentation.xml Log Message: added information about cvs tags Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- documentation.xml 11 Oct 2003 14:27:15 -0000 1.45 +++ documentation.xml 15 Oct 2003 23:48:18 -0000 1.46 @@ -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> |