
|
What is Free-VMS? | Licensing | News Coverage | Scripts | Reverse Mortgage Quoting Script | Buddies | Contact | ||
CVSCVS (Concurrent Version System) is a code management system. It keeps track of changes in a source repository, has features like branches, which allows for several parallell development efforts or bug correction paths for each file. I could have chosen something else, like CMS (Digital's code management system) or RCS (another free package for Unix, that basically does the same thing as CMS), but CVS has the following features I haven't seen elsewhere:
The drawback is that the server part can (for now) only work on Unix. That is, however, a very small problem, since it's very few (for now, only me) that will see it, and I'm prepared to handle the administrative part. If you don't know CVS already, I'd suggest you check the following docs: A warning! All the pages shown here will have Unix-specific parts. The VMS variants are shown further down this page
Free-VMS specifics: The CVS root for Free-VMS development is :pserver:username@cvs.free-vms.org:/src/FreeVMS.
The rest works very much as documented. Here is a quick reference:
... and here's when I get interrupted. I'll continue with this later... The repository is also available over the web. Please do not bookmark that, it will probably change. |