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]
How do I add an enlistment for a sourceforge project using CVS?
I can't figure out how to write the source control URL correctly.
Here are the commands used to check out the source code:
cvs -d:pserver:[email protected]:/cvsroot/alliancemanager login
cvs -z3 -d:pserver:[email protected]:/cvsroot/alliancemanager co -P trunk
No password is required of course.
:pserver:[email protected]:/cvsroot/alliancemanager
is correct but you need to enter a module name. You can find the module name under the CVS Browse
function in SourceForge.
For this project, the direct link to the modules is
http://alliancemanager.cvs.sourceforge.net/alliancemanager/
Thanks, it seems it has already been added now. I don't know if you did or if it was from one of my attempts, but it's added. :)
I added it but feel free to modify it.
For the record, when you add/modify the code's source, ohloh will attempt to connect right away and if the address is wrong (as in your first trial), it will tell you so. If you were successful, ohloh will tell you something about the next step of source code analysis pending... So you know right away if you entered a working address.