- mkdir RCS (ignore if folder already exists)
- rlog example.conf
- if rlog returns no file or dir, check in the file and enter description:
ci -u example.conf
- if rlog returns information, check out the file to edit:
co -l example.conf
- if it's not locked, you may edit the file with your favorite editor and save it.
- check in the file and write a log:
ci -u example.conf
- you may check the information using rlog again.
Please make sure you understand before doing it. Google for RCS.
No comments:
Post a Comment