Re: [Pyobjc-dev] Uh... this will sound stupid.
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-02-05 20:21:11
|
On Thursday, Feb 6, 2003, at 08:53 Europe/Amsterdam, Andre Garzia wrote: > Hi folks, > > is that i just don't know how to use CVS... i want to update my pyObjC > with the new templates and stuff... This is explained on sourceforge, but anyway... The first time you download the sources you do: $ cvs -d ':pserver:ano...@cv...:/cvsroot/pyobjc' login $ cvs -d ':pserver:ano...@cv...:/cvsroot/pyobjc' co pyobjc The first command will ask for a password, use an empty password. The second command will create a directory 'pyobjc' in the current directory. If you want to update your tree later on you can do 'cvs update' from the root of the checked out tree. Ronald |