http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark@akamail.com 2005-01-06 13:25 ------- I think that the step you missed was that you need to "cd" into your top level Wine directory. Once you are there, the CVS commands will figure out that you want to operate on that CVS tree. Specifically for your questions:
where do I define my wine repository
Your "repository" is the Wine tree you already downloaded via CVS.
where do I define the cvs server
This was defined in ~/.cvspass. Once you cd into the Wine directory, CVS will know the correct server to use.
why does the 'cvs login' command tells me this
You don't need to do a cvs login. The ~/.cvspass does this for you. Once you cd into the Wine tree, you can just execute the cvs update commands.