Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi Guys,
I am a newbie in tcl-scripting. I have the same problem. I am trying to use the script provided by Altera altera.com/support/support-resources/design-examples/design-software/tcl/tcl-svn-revision.html
if { } {
post_message -type critical_warning "Couldn't run command to get
revision number. $msg"
} else {
if { -1 == $done } {
post_message -type critical_warning "Timeout getting revision number."
} elseif { } {
post_message -type critical_warning
"Couldn't find revision number in output of svn info $rootPath."
}
} I always get the following warning. Critical Warning: Couldn't run command to get revision number. couldn't execute "svn": no such file or directory