bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sccs2rcs bug


From: Tenhung Chu
Subject: sccs2rcs bug
Date: Tue, 05 Jun 2001 15:43:53 -0500

Thanks for the sccs2rcs script in the cvs contribution. It makes the conversion from SCCS to CVS so much easier. I found some errors you may already know about,

missing closing quote at line 72

echo "Error RCS directory not empty"

line 180 date was not defined at the first pass, thus year is not defined at line 181, causes files with year before 1999 to fail. I replace the line with

set year = `sccs prs -r$rev $file | grep "^D " | awk '{print $3}'| cut -c1-2`

Thanks

Ten
___________________________
Ten-Hung Chu
Senior Consultant
Chicago Systems Group
(312) 444-2760




reply via email to

[Prev in Thread] Current Thread [Next in Thread]