Hello
I am trying to (anonymous) access CVS for the newly migrated ECL project.
But keep getting following error:
>>>>
In F:\projects: "F:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "-P" "ecl" CVSROOT=:pserver:anonymous@common-lisp.net:/project/ecl/cvsroot
cvs checkout: Empty password used - try 'cvs login' with a real password
cvs [checkout aborted]: /project/ecl/cvsroot: no such repository
Error, CVS operation failed <<<<<<<<<<
I am using TortoiseCVS with the CVS details supplied on this page:
http://sourceforge.net/forum/forum.php?forum_id=553176
NOTE: I can view the repository: http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=ecl
Cheers Dean.
On 3/21/06, Dean O'Connor dean.oconnor@ite.com.au wrote:
I am trying to (anonymous) access CVS for the newly migrated ECL project.
But keep getting following error:
Thanks for reporting this. Turns out we've hit the max number of repositories that can be served via cvsd. Actually, I think the limit is the fact that repositories are being passed on the command line. Anyway, I've fixed this for ECL but I'll have to deal with the bigger issue, too, though that shouldn't affect your ability to checkout from CVS.
Thanks, Erik.