CVS doesn't work for me...

CVS doesn't work for me...

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?

評比平均分數: -
In reply to Thomas Robb

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

Martin Dougiamas發表於
Core developers的相片 Documentation writers的相片 Moodle HQ的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 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...

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!