Check-in Number:
|
2538 | |
Date: |
2002-Sep-12 11:02:04 (local)
2002-Sep-12 09:02:04 (UTC) |
User: | rse |
Branch: | |
Comment: |
update references to OSSP |
Tickets: |
|
Inspections: |
|
Files: |
|
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
|
|
ossp-pkg/pth/README 1.195 -> 1.196
--- README 2002/01/27 16:14:01 1.195
+++ README 2002/09/12 09:02:04 1.196
@@ -76,8 +76,11 @@
The documentation and latest release can be found on
- http://www.gnu.org/software/pth/
- ftp://ftp.gnu.org/gnu/pth/
+ o OSSP: http://www.ossp.org/pkg/lib/pth/
+ o OSSP: ftp://ftp.ossp.org/pkg/lib/pth/
+ o GNU: http://www.gnu.org/software/pth/
+ o GNU: ftp://ftp.gnu.org/gnu/pth/
+
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
|
|