From: Bernard D. <bde...@or...> - 2019-01-02 08:17:13
|
Hi Joachim, happy new year! I need more input to debug this updating problem. I’m surprised that you have a message related to vcsRun(done) because the updating process does not use the svn console any longer. Furthermore there is no such command as alpha::restartAlpha and I can’t figure out where it comes from. So I have two questions: - how did you trigger the developer checkout (is it just by selecting the appropriate command from the "Update Alpha" menu) ? - if the new mechanism got an error, you should have something in the file ~/Library/Logs/AlphaTcl/upgradeAlpha.log. Is there something useful therein ? Now, regarding the relaunch issue, it just means that the core has to be recompiled. As a workaround, you could try to modify the minCoreVersion variable in the file AlphaVersionInfo.tcl and set it to 9.0.2: variable minCoreVersion 9.0.2 This will avoid the annoying message about Alpha being too old, but I can’t guarantee that everything will work properly since the core would be left unchanged. Cheers, Bernard Le 1 janv. 2019 à 21:42, Joachim Kock <ko...@ma...> a écrit : > Hi Bernard, > > happy new year! > > I still have problems with the update > mechanism, developer checkout :-( > > Downloaded latest Alpha, > did developer checkout (to revision 1607), > got error > > can't set "vcsRun(done)": invalid command > name "alpha::restartAlpha" > > Then, upon relaunch: > > This version of Alpha (9.0.2) is too old. > Minimum required version is 9.0.3d1. > Upgrade from https://sourceforge.net/projects/alphacocoa > Alpha must quit now. > > (I am perfectly happy with 9.0.2 otherwise.) > > Cheers, > Joachim. > > > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |