Changeset 27221 for main/trunk


Ignore:
Timestamp:
2013-04-18T15:43:04+12:00 (11 years ago)
Author:
kjdon
Message:

Automating svn checkout of winbin so we don't have to do that step manually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/makegs2.bat

    r26975 r27221  
    2727
    2828rem Checking for Winbin and Unzip utility
     29
     30:: try getting it from svn
     31IF NOT EXIST .\bin\windows\*.* (
     32    echo Getting winbin FROM http://svn.greenstone.org/main/trunk/binaries/windows/bin INTO bin/windows
     33    cd bin
     34    svn co http://svn.greenstone.org/main/trunk/binaries/windows/bin windows
     35    cd ..
     36)
     37
    2938IF NOT EXIST .\bin\windows\*.* GOTO ENDNOWINBIN
    3039IF NOT EXIST .\bin\windows\choice32.exe GOTO ENDNOWINBIN
     
    242251echo.
    243252echo /!\ Error /!\ - Winbin has not been found.
    244 echo This is required to get the conversion tools used for importing different types of files.
     253echo (FAILED trying to get it from http://svn.greenstone.org/main/trunk/binaries/windows/bin.)
     254echo Winbin is required to get the conversion tools used for importing different types of files.
    245255echo For more info please visit this page
    246256echo http://wiki.greenstone.org/wiki/index.php/Installing_Greenstone_2_from_SVN_source_on_Windows#Getting_winbin
Note: See TracChangeset for help on using the changeset viewer.