ossp-pkg/pth/HACKING 1.13 -> 1.14
--- HACKING 2002/01/30 12:54:21 1.13
+++ HACKING 2002/09/12 09:02:04 1.14
@@ -13,22 +13,20 @@
---------------------------
Those who want to be always at the bleeding edge or even want to
- hack on the Pth sources can fetch the latest Pth source tree via
- Anonymous-CVS from a copy of the master source repository. This
- copy is updated in regular intervals from the authors original CVS
- repository and can be used for easily keeping local modifications in a
- checked out tree while the master version is updated over time.
+ hack on the Pth sources can browse the latest Pth source tree on
+ http://cvs.ossp.org/pkg/lib/pth/ or retrieve these sources via
+ Anonymous-CVS from the OSSP master repository.
For this you need CVS 1.10 or later. If you still don't have CVS installed,
grab it from http://www.cvshome.org/ and install it first. Then you can
check out the Pth source tree via the following steps:
- | $ CVSROOT=:pserver:anoncvs@cvs.engelschall.com:/e/cvs
+ | $ CVSROOT=:pserver:anonymous@cvs.ossp.org:/e/ossp/cvs
| $ export CVSROOT
| $ cvs login
- | (Logging in to anoncvs@cvs.engelschall.com)
+ | (Logging in to anonymous@cvs.ossp.org)
| CVS password:
- [use `anoncvs' for the password]
+ [use an empty password by just pressing RETURN]
| $ cvs -z3 checkout pth
| cvs server: Updating pth
| U pth/.configure
|
|