Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSmall bug repair:
replace:
set cmd "cvs log ${file_name}"
by
set cmd "cvs status ${file_name}"
and line
if { } {
by
if { } {
Otherwise for branched code you will not get correct output.