What Checkout Does
[Previous] [Main] [Next]

What Checkout Does


·Checkout creates a folder on your PC with the same name as the projects.  
· Checkout copies all of the files from the repository to your PC.  
·Checkout creates a CVS folder below each of the folders created by checkout.  

These folders contain three files.
1. Repository - one line containing the name of the project
2. Root - one line containing the login information you used to access the repository.
3. Entries - one line per file in the referenced folder. Contains the name and version number for each file.