- Timestamp:
- Mar 11, 2010 2:31:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/gsascmds.tcl ¶
r955 r956 3262 3262 #set wish "[info nameofexecutable]" 3263 3263 # check for updates 3264 if [catch {set res [exec $SVN status $::expgui( scriptdir) -u]} err] {3264 if [catch {set res [exec $SVN status $::expgui(gsasdir) -u]} err] { 3265 3265 MyMessageBox -parent . -title "Error checking status" \ 3266 3266 -message "Error checking for updates: $err" \ … … 3294 3294 puts $fp "@echo Preparing to start upgrade of EXPGUI." 3295 3295 puts $fp "@pause" 3296 puts $fp "$SVN cleanup $::expgui( scriptdir)"3297 puts $fp "$SVN up $::expgui( scriptdir)"3296 puts $fp "$SVN cleanup $::expgui(gsasdir)" 3297 puts $fp "$SVN up $::expgui(gsasdir)" 3298 3298 puts $fp "@echo *" 3299 3299 puts $fp "@echo ******************************************************************" … … 3311 3311 3312 3312 # do a quiet cleanup. Sometimes needed after install, and never hurts 3313 if [catch {set res [exec $SVN cleanup $::expgui( scriptdir)]} err] {3313 if [catch {set res [exec $SVN cleanup $::expgui(gsasdir)]} err] { 3314 3314 MyMessageBox -parent . -title "Error in cleanup" \ 3315 3315 -message "Error performing cleanup. Will try to continue anyway. Error:\n$err" \ 3316 3316 -icon error 3317 3317 } 3318 if [catch {set res [exec $SVN up $::expgui( scriptdir)]} err] {3318 if [catch {set res [exec $SVN up $::expgui(gsasdir)]} err] { 3319 3319 MyMessageBox -parent . -title "Error updating" \ 3320 3320 -message "Error performing update:\n$err" \
Note: See TracChangeset
for help on using the changeset viewer.