Altera_Forum
Honored Contributor
16 years agocan't get revision number from svn in quartus
Hello
I try to get revision number of the project from SVN by the script file from Altera website. (http://www.altera.com/support/examples/tcl/tcl-version-number.html (http://www.altera.com/support/examples/tcl/tcl-version-number.html)) I can get correct revision number if I run it by tcl script tool of quartus seperately. so that prove the script is ok. But if I add set_global_assignment -name PRE_FLOW_SCRIPT_FILE "quartus_sh:update_version.tcl" to the .qsf file, and run the project. then quartus says: couldn't find revision number in output of svn. what's wrong with it? could any one help me? thanks