3 Jan
2008
3 Jan
'08
2:06 p.m.
On 03 Jan 13:46, Chris G wrote:
First problem, I'm not familiar enough with cvs to work out how to download the development version of libusb. All it says on the libusb site is:-
You can check it out with the V1_0_DEVEL tag from CVS.
... but I can't work out the anonymous CVS command to use to specify downloading with that V1_0_DEVEL tag, can anyone help please.
Following the link to the sourceforge destructions for CVS you get... cvs -d:pserver:anonymous@libusb.cvs.sourceforge.net:/cvsroot/libusb login (when prompted for password, hit enter) cvs -z3 -d:pserver:anonymous@libusb.cvs.sourceforge.net:/cvsroot/libusb co -P -r V1_0_DEVEL libusb (OK - so that second line I've added some bits to ;) HTH, HAND. -- Brett Parker