http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark@akamail.com 2005-30-05 12:39 ------- Fernando wrote: Hi, as you should know, I am new in this, and I just dont understand how to download the cvs tree to my hard disk, I tried but I can't do it, I only get error messages and I don't know even if the options I use with cvs are OK. I will appreciate if you could guide to do it (maybe a step by step tutorial or explanation or something, I usually don't need much information to understand things), I want to get these regressions corrected... Regards, Fernando
Howdy. Could you enter comments into the bug form directly, rather than emailing to the list?
The easy way to use CVS is to: 1) Create the file ~/.cvspass ('~' refers to your home directory) containing the single line: :pserver:cvs@cvs.winehq.com:/home/wine Ah<Z 2) Create the file ~/.cvsrc containing three lines: cvs -z 3 update -PAd diff -up 3) Type the command: cvs checkout wine Assuming a reasonably fast internet connection, you should have a complete wine tree in a few minutes.