From 9e9fed99063a8d3ba9462d680607b8e384a85bd1 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 11 Apr 2005 01:28:40 +0000 Subject: [PATCH] add instructions for cvs checkout of 0.7.x branch --- download.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/download.xml b/download.xml index 3996ba3..74ceba1 100644 --- a/download.xml +++ b/download.xml @@ -18,7 +18,7 @@
  • Browse CVS repository
  • -

    Comedi and comedilib can be checked out using anonymous CVS +

    The latest unstable version of Comedi and comedilib can be checked out using anonymous CVS using the commands:

    @@ -28,6 +28,16 @@ cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co comedi cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co comedilib +

    +To check out the latest version of the stable branch (0.7.x), specify the branch-0_7 tag: +

    + +
    +cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs login
    +cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co -r branch-0_7 comedi
    +cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co -r branch-0_7 comedilib
    +
    +

    When prompted for a password, hit enter.