CVS doesn't work for me...

CVS doesn't work for me...

Thomas Robb -
回帖数: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?

回复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.
回复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!