Actions:
|
2007-12-15 07:12 AEST by Glen Starrett - If the base version is corrupted, the unedit command will crash. There should
be either an automatic refetch of the original from the repository or a unedit
-F option to force a fetch.
For example:
...\Hello5>cvs edit -z test.bin
...\Hello5>attrib -r cvs\base\test.bin.gz
...\Hello5>ued cvs\base\test.bin.gz
< edit the file, making bad entries in the gzipped file >
...\Hello5>cvs unedit test.bin
cvs [unedit aborted]: expansion error (inflate): (-3)incorrect data check
WORKAROUND:
Remove the corrupt files, unedit the file, then update -C
...\Hello5>del cvs\base\test.bin*
...\Hello5>cvs unedit test.bin
...\Hello5>cvs up -C test.bin |