|
Home Ports Accessing CVS Browse the CVS archive uClibc.org Privacy Policy
|
Accessing CVSCVS is a powerful tool that allows many developers to work on the same source code. Each developer fetches ("checks out") their own copy of the source code, and then they can work on the code on their own computer. When they are ready, each developer can then commit their changes into the CVS repository, where they are automatically merged into the rest of the source code. CVS also lets you find out what changes have been made, who changed things, and when they changed it. It also makes it nice when you mess up, since it is easy to revert to an earlier working version of the code.The following resources are available:
|