The PADS source code has now been posted to the Sourceforge CVS server. It is available for anonymous access as well as developer write access.
Developers -
In order to access the PADS CVS repository, perform the following steps:
1. Ensure that a public key has been uploaded to Sourceforge. This can be done by accessing "Account Options" on your "my sf.net" page.
2. Copy your private key to ~/.ssh/identity on the host you plan to access the Sourceforge CVS repository.
3. Execute: cvs -d:ext:<username>@cvs.sf.net:/cvsroot/passive co pads
Once you have checked out the source code, the following steps need to be taken before it can be compiled:
1. EXECUTE: autoconf (This will generate the autoconf configuration files using configure.ac)
2. Untar the pcre-4.5.tar.gz archive.
Please let me know if anyone has any questions!
Thanks,
Matt Shelton
Lead Developer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings,
The PADS source code has now been posted to the Sourceforge CVS server. It is available for anonymous access as well as developer write access.
Developers -
In order to access the PADS CVS repository, perform the following steps:
1. Ensure that a public key has been uploaded to Sourceforge. This can be done by accessing "Account Options" on your "my sf.net" page.
2. Copy your private key to ~/.ssh/identity on the host you plan to access the Sourceforge CVS repository.
3. Execute: cvs -d:ext:<username>@cvs.sf.net:/cvsroot/passive co pads
Once you have checked out the source code, the following steps need to be taken before it can be compiled:
1. EXECUTE: autoconf (This will generate the autoconf configuration files using configure.ac)
2. Untar the pcre-4.5.tar.gz archive.
Please let me know if anyone has any questions!
Thanks,
Matt Shelton
Lead Developer