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
150
4. Enter a comment for check-in after the prompt (">>") and press Enter.
5. Enter one period '.' and press Enter.
rcs_sample.c,v <-- rcs_sample.c
enter description, terminated with single '.' or end of file:
NOTE: This is NOT the log message!
>> .
initial revision: 1.1
done
C:\RCS>
6. Enter "exit" and press Enter. This closes the MS-DOS command prompt window.
7. A High-performance Embedded Workshop confirmation dialog box appears. Click Yes. The keyword now
includes the file name, revision number, date, and user name.
Tip:
If you do not wish to see the result of command execution in the MS-DOS command prompt window, select the Close
DOS Window on exit checkbox in the General tab of the Version Control Setup dialog box.
8.11.1.5 Step 5: Using the Version Control facility (Compare)
1. To compare with the checked-in file, modify the file "rcs_sample.c" and save it.
2. Select the file "rcs_sample.c" in the Projects tab of the workspace window and select [Tools -> Version
Control -> Diff].
3. The MS-DOS command prompt window appears and shows the result of comparison.
4. Enter "exit" and press the Enter key. This closes the MS-DOS command prompt window.
RCS file: rcs_sample.c,v
Working file: rcs_sample.c
head: 1.1
branch:
locks: strict
user: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
----------------------------
revision 1.1 locked by: user;
date: 2006/03/14 07:22:42; author: user; state: Exp;
Initial revision
=============================================================================