On Thu, Feb 13, 2003 at 02:58:56PM +0100, Sebastian Leske wrote:
Hi,
as I could not find some webmaster contact address at the website at http://dillo.auriga.wearlab.de/ , I'm posting to this list.
For the project website (http://dillo.auriga.wearlab.de/) you're probably right here, for the auriga site (where the instructions were copied from, http://auriga.wearlab.de/cvs/?group_id=18), it would be something like admin@auriga.wearlab.de (which would be me).
I like the idea of providing some information on how to checkout the CVS version of dillo, so people without CVS experience can try it out.
However, the information about CVS given on http://dillo.auriga.wearlab.de/cvs.html is incomplete. The page give the command to to a checkout, but it neglects to mention that you first have to do a login with an empty password.
I'd propose you change the page to read:
Check out from our server at wearLab!
Just run these two commands:
cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo login cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo co dillo
When prompted for a password, just press Return. A new directory will be created with the current CVS version of dillo.
Auriga is not sourceforge. when setting up our cvs repositories, we found that it is possible to have anoncvs WITHOUT login, and it seemed a very good idea to use that, because the additional login step only confuses users. just as the dillo homepage says, you 'Just:' just to show that the password was not read from there: user@host[/tmp]$ mv ~/.cvspass ~/.cvspass_bak user@host[/tmp]$ cvs -z3 -d :pserver:anonymous@cvs.auriga.wearlab.de:/sfhome/cvs/dillo co dillo cvs checkout: failed to open /home/user/.cvspass for reading: No such file or directory cvs server: Updating dillo U dillo/AUTHORS U dillo/COPYING without login. are you SURE you need login for it to work? we haven't heard of any problems with this before.
Greetings and keep up the good work on Dillo! S.Leske
Greetings, Thorben Thuermer (r00t@wearlab.de)