_ |
Last modified: Sun Jun 18 07:19:47 EST 2000 |
For read-only access to the very latest HPComm source, you can use CVS. This is development code; it may contain new features, bugs, and incompatibilities with older versions.
Please note that if you are behind a firewall, it may not be possible for you to access CVS in this manner. You might try asking your system administrator to "pass through TCP port 2401". If this still doesn't help, please get in touch with us.
To use CVS under Unix:
Note: For HPComm, the main branch is what will become HPComm 3.1. Only bug-fixes will be made to 3.0. These have been most recently released as HPComm 3.0r3. The main branch may not be compilable for a while, so if you want to get the source to what has been shipped in the HP PC Connectivity Kit, it's probably best to add "-rR3_0_R2_FIX" just after the "cvs co" and "cvs update" commands. This will give you the stable, HPComm 3.0r3 branch. Also, to speed things up over the network, add a -z9 flag immediately after the cvs command. This causes all network traffic to be compressed. You can also create a file in your home directory called .cvsrc containing the line "cvs -z9". This will have the same effect. |
To use CVS under Windows:
|
We really suggest becoming familiar with CVS, as it's a very powerful tool! If you'd like to know more about CVS, try here .