intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

Add support for alternate MSYS path #273

Closed intvsteve closed 5 years ago

intvsteve commented 5 years ago

The MSYS2 version of svn (1.11 as of this submission) hangs when running svn export of the repo. In fact, this happens even with older versions of svn in MSYS2. The hang appears to be in msys-crypto-1.1.

To avoid this, support an alternative location of svn via MSYS.

This is only honored and used bin the Installer.source batch file builder in Windows. Older versions of svn appear to work just fine in Windows. Mac build is unaffected, but at the same time, it, too, is likely running an older version of svn.

If it is the case that it's svn-version-specific, then this needs to be addressed in a different way eventually.