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?
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.
co == checkout , and the first line is still correct, yes.
>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!
Yes, you were right! I've now uploaded the most recent version of the XCODE Developer's tools, and it now works.
Thanks!