detecting and repairing damaged sccs files
【程序编程相关:[连载]GNU 文本实用程序简介----】
【推荐阅读:[转载]GNU 文本实用程序简介----】
【扩展信息:http://www.myfaq.com】
you can detect and repair damaged sccs files using the admin command.
procedure
check sccs files on a regular basis for possible damage. any time an sccs file is changed without properly using sccs commands, damage may result to the file. the sccs file system detects this damage by calculating the checksum and comparing it with the one stored in the delta table. check for damage by running the admin command with the -h flag on all sccs files or sccs directories as shown: admin -h s.file1 s.file2 ...or
... 下一页