Renesas REJ10J1837-0100 Network Card User Manual


 
High-performance Embedded Workshop 8. Using the Custom Version Control System
REJ10J1837-0100 Rev.1.00 Nov. 16, 2008
155
Executing C:\cvs-1-11-17\cvs.exe checkout sampleCVS
U sampleCVS/dbsct.c
(Omit)
cvs.exe checkout: Updating sampleCVS
Command(s) completed successfully.
8.11.2.7 Step 7: Using the Version Control facility (Modify the File)
Use the High-performance Embedded Workshop editor to modify the file (and save it). In this example, the file
"sampleCVS.c" is modified.
8.11.2.8 Step 8: Using the Version Control facility (Check the Status)
1. The status of the file "sampleCVS.c" should be checked.
2. Select [Tools -> Version Control -> Status].
3. Select the file in the Status dialog box and click the OK button.
4. The Version Control tab of the output window shows the following message.
Executing C:\cvs-1-11-17\cvs.exe status sampleCVS.c
===================================================================
File: sampleCVS.c Status: Locally Modified
Working revision: 1.1.1.1 Tue Feb 28 02:46:30 2006
Repository revision: 1.1.1.1 C:\cvs-1-11-17\DATABASE/sampleCVS/sampleCVS.c,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
Command(s) completed successfully.
The status of the file "sampleCVS.c" is shown as "Locally Modified".
8.11.2.9 Step 9: Using the Version Control facility (Compare)
1. The changes made in the file "sampleCVS.c" should be checked.
2. Select [Tools -> Version Control -> Diff].
3. Select the file in the Diff dialog box and click the OK button.
4. The Version Control tab of the output window shows the following message.
Executing C:\cvs-1-11-17\cvs.exe diff sampleCVS.c
Index: sampleCVS.c
===================================================================
RCS file: C:\cvs-1-11-17\DATABASE/sampleCVS/sampleCVS.c,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 sampleCVS.c
28c28,31
< printf("### Data Input ###\n");
---