[Zope-PTK] finding PTK
Mike Pelletier
mike@digicool.com
Fri, 11 Feb 2000 18:08:11 -0500 (EST)
On Fri, 11 Feb 2000, Timothy Wilson wrote:
> On Fri, 11 Feb 2000, Mike Pelletier wrote:
> > You wanted to do something like this--
> >
> > $ cd ~
> > $ CVSROOT=:pserver:anonymous@cvs.zope.org:/cvs-repository
> > $ cvs login
> > $ cvs co ZopePTK
> > $ cd /my/zope/lib/python/Products
> > $ ln -s ~/ZopePTK/PTKBase PTKBase
>
> Do you mean 'ln -s ./ZopePTK/PTKBase PTKBase' here? (Also for following
> lines?) At least that's what I needed to do.
Nope. '~' means 'my home directory'. At the beginning of the
example, I chdir to '~', and then checkout the package. Of course, it
doesn't have to be done in your home directory, it was just an example.
Mike.