Use the CVSNT and WinCVS groups in the WIN2000 local area network environment:
1, ready to work
A. The server is installed with CVSNT, and the database Project is set in the CVSNT Control Panel.
B, add a good user on the server, such as CVS Passwd -a SD2003
C, the client is installed WinCVS and Python.
2, landing
A. Log in to the CVS server via WinCVS.
B, login mode: admin-> preference-> general
C, parameter: Authentication: PServer
PATH: / Project
Host Address: hostname
User Name: employee number
3, import
A. Set a working directory such as "D: / Project", create a subdirectory such as "SD003" (depending on your own number), build three subdirectories below: Code, document, database. The code directory is used to store source code and document directories. Note: You cannot import empty folders.
Used to store work summary and recording and related design documents, etc., database catalogs are used to store database backups.
b, select the local working path in WinCVS, such as the parent directory "D: / Project" of "SD003".
c, select the "SD003" directory click Right click, select "Import Module", the module name is your employee number.
D, delete the entire folder, as the SD003 directory above, of course, you can back up the security.
5, export
A. Select a local working path such as "D: / Project".
B. Click Right click to select "Check Out Module".
c, fill in the module name or select the module name.
6, update
A. Select the local module, folder or file you want to update.
b, click Right click to select "Update".
7, submit
a, select the module, folder or file you want to submit, which is already modified.
b, click Right click to select "Commit".
8, add a file
A. Copy the file to be added to the middle of the local corresponding working directory.
b, select this file in WinCVS, click on the menu MODIFY-> Add Selection.
c, if you are Word, you can't use the file edited by Notepad, you want to use Add binary.
D and submit it.
9, delete files
a, select the file you want to delete.
b, select the menu MODIFY-> REMOVE.
c and submit it.
10, add a folder
A. Similar to adding a module, just changing the corresponding path, such as adding a folder 1000 below the module SD003, the module name should be: SD003 / 1000.
b, other and import modules.
c, there is a method and add files, but you add a parent directory first, then the child directory, the last is a single file.
11, delete folders
A. Delete all the files under the folder.
12, view version record
a, select a file or folder.
B. Click Right click to select "Graph Selection" or "Log Selection".
13, get old version files
a, select a file or folder.
B. Click Right click to select "Update", fill in the version number of the version of the version in "Retrieve ... .." in Stick Option.
14, precautions
A, no strange operation without casual, enough.
B. Update local modules at get off work every day, when you work, you will submit a daily basis.