Thursday, January 6, 2011

Checkout Module with WinCVS

We are going to checkout the “CVSBranchTest” module from CVS server. If the CVSBranchTest module does not exist in CVS server, please refer to “Import Module with WinCVS” in this document.

Step 1: Create -> Checkout module…


Step 2: Type in checkout module/directory, “CVSBranchTest”, in Checkout settings window.

If the Override option is not checked and “Checkout as” is not assigned, this checkout process will create a directory named “CVSBranchTest” under the path listed in “Local folder to checkout to” text box.

Step 3: Verify checkout directory:

Right click on “AlHome” folder and select “Reload view” option -> Click on “CVSBranchTest” folder and verify the files being checked out from CVS source.
Refer to Some files get checked out read-only

Step 4: Reset File Permission: Refer to Some files get checked out read-only
hsual@psgltpe014 $ 
hsual@psgltpe014 $ pwd
/home/hsual/alhsu/AlHome/CVSBranchTest
hsual@psgltpe014 $ ll
total 3
drwxrwxrwx+   2 hsual    Users        4096 Jan 23 16:13 CVS/
-r-xr-xr-x    1 hsual    Users          22 Jan 23 16:05 file1.txt*
-r-xr-xr-x    1 hsual    Users          22 Jan 23 16:05 file2.txt*
-r-xr-xr-x    1 hsual    Users          22 Jan 23 16:05 file3.txt*
hsual@psgltpe014 $ chmod 777 *
hsual@psgltpe014 $ 
hsual@psgltpe014 $ ll
total 3
drwxrwxrwx+   2 hsual    Users        4096 Jan 23 16:13 CVS/
-rwxrwxrwx    1 hsual    Users          22 Jan 23 16:05 file1.txt*
-rwxrwxrwx    1 hsual    Users          22 Jan 23 16:05 file2.txt*
-rwxrwxrwx    1 hsual    Users          22 Jan 23 16:05 file3.txt*
hsual@psgltpe014 $
Step 5: Verify File Permission: Refer to Some files get checked out read-only

No comments: