CVS doesn't work for me...

CVS doesn't work for me...

by Thomas Robb -
Number of replies: 2
I'm now trying to upload changes to my hotpot module to CVS, but am running up against a wall. I can't even seem to locate information on the Source Forge site that might help. For example, can anyone tell me where the use of flags and other codes such as 'co' are explained -- such as those used in this line on the Moodle Developers' page? (http://moodle.org/doc/?frame=developer.html)

cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle co contrib

Is this still the correct format?? If I want to access the hotpot area, which is correct?

cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle co contrib/hotpot

*or*

cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle/contrib co hotpot

When following the instructions on my Mac G4 powerbook, I get this error

thor2:/Volumes/Thor/PC/mdlCVSDec13 Robb$ cvs -z3 -d:ext:trobb@cvs.sourceforge.net:/cvsroot/moodle co moodle
dyld: cvs can't open library: /usr/lib/libgssapi_krb5.2.2.dylib (No such file or directory, errno = 2)

Any idea of what is going on here?

Average of ratings: -
In reply to Thomas Robb

Re: CVS doesn't work for me...

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Looks like CVS is not installed properly on your Mac there.  Are you using the fink one or a package or something else?

co == checkout , and the first line is still correct, yes.
In reply to Martin Dougiamas

Re: CVS doesn't work for me...

by Thomas Robb -
>Looks like CVS is not installed properly on your Mac

Yes, you were right! I've now uploaded the most recent version of the XCODE Developer's tools, and it now works.

Thanks!