|
|
|
|
| |
| |
|
|
| |
|
|
| |
| |
|
|
| |
| |
|
|
|
|
|
File Name | Description |
---|---|
aegis-3.17.README | The README file from the tar distribution. |
aegis-3.17.lsm | Brief description in LSM format. |
aegis-3.17.spec | RedHat package manager (RPM) specification file, from the tar distribution. |
aegis-3.17.tar.gz | The complete source. |
aegis-3.17.ae | The complete source, in aedist format. This is used by Aegis developers and maintainers. |
aegis-3.17.faq | Frequently asked questions, with answers. |
aegis-3.17.rm.ps.gz | Aegis Reference Manual in PostScript format. |
aegis-3.17.ug.ps.gz | Aegis User Guide in PostScript format. |
Aegis is also available from the Linux archives in the devel/vc directory.
There are some other packages you should get if and install you haven't already...
gettext | GNU Gettext internationalization library. (If you have GNU Libc 2.0 or later, you don't need this.) |
rx | GNU Regular eXpression library, if your system does not already have the regcomp and regexec library calls. |
zlib | The zlib compression library (implements the GNU Zip compression algorithm). Used to compress change sets for distributiuon, and to optionally compress Aegis' database. |
Filename | Description |
---|---|
example- make-rcs | This template project uses GNU Make for its build tool, and RCS as its history tool. |
example-cook-fhist | This template project uses Cook for its build tool, and FHist as its history tool. It scales better than the Make-RCS example. |
Compounding this is the fact that many sites want to develop their software for both Unix and Windows NT simultaneously. This means that the security of the repository needs to be guaranteed to be handled in the same way by both operating systems, otherwise one can act as a ``back door'' into the repository. Many sites do not have the same users and permissions (sourced from the same network register of users) on both Unix and Windows NT, making the mapping almost impossible even if the security models did actually correspond.
Most sites using Aegis and Windows NT together do so by running Aegis on the Unix systems, but building and testing on the NT systems. The work areas and repository are accessed via Samba or NFS.
There is more Software by Peter Miller at his home page.