Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Problem adding Poldek cvs

I can't enlist Poldek cvs.

Fetching Poldek's source work ok:

cvs -d :pserver:cvs:@cvs.pld-linux.org:2401/cvsroot co poldek

But when I try to fill enlisting form I get this message:

The cvs server did not respond to an 'ls' command. Are the URL and module name correct?

Artur Frysiak over 17 years ago
 

Yes, as it turns out, this server does not respond to an 'ls' command. The following results in a server abort:

cvsnt -d :pserver:cvs:@cvs.pld-linux.org:2401/cvsroot ls poldek

Ohloh requires rlog, ls, and co commands to work.

Robin Luckey over 17 years ago