Hi Greg,

Christmas dinners has clouded my brain
See this sequence of commands and see where "SET LANG=en_US" in scripts
See http://sourceforge.net/p/wsjt/mailman/message/32802726/
SET LANG=en_US must be before any svn command, better on start of script

Microsoft Windows [Versione 10.0.10586]
(c) 2015 Microsoft Corporation. Tutti i diritti sono riservati.

C:\Users\Sandro>cd \jtsdk

C:\JTSDK>SET version=2.0.3

C:\JTSDK>SET based=C:\JTSDK

C:\JTSDK>SET tools=%based%\tools\bin

C:\JTSDK>SET svnd=%based%\subversion\bin

C:\JTSDK>SET PATH=%based%;%tools%;%svnd%;%WINDIR%\System32

C:\JTSDK>%svnd%\svn.exe info
Percorso: .
Working Copy Root Path: C:\JTSDK
URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
Repository: https://svn.code.sf.net/p/jtsdk/jtsdk
UUID del Repository: da7e4c40-b621-48c2-8152-8d9fe17156ef
Revisione: 564
Tipo di Nodo: directory
Azione: normale
Autore dell'Ultimo Cambiamento: ki7mt
Revisione dell'Ultimo Cambiamento: 564
Data dell'Ultimo Cambiamento: 2015-12-26 22:09:42 +0100(sab, 26 dic 2015)


C:\JTSDK>SET LANG=en_US

C:\JTSDK>%svnd%\svn.exe info
Path: .
Working Copy Root Path: C:\JTSDK
URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
Repository Root: https://svn.code.sf.net/p/jtsdk/jtsdk
Repository UUID: da7e4c40-b621-48c2-8152-8d9fe17156ef
Revision: 564
Node Kind: directory
Schedule: normal
Last Changed Author: ki7mt
Last Changed Rev: 564
Last Changed Date: 2015-12-26 22:09:42 +0100 (sab, 26 dic 2015)

Best wishes for 2016

73's
Sandro
IW3RAB



Il 26/12/2015 21:57, Alessandro Gorobey ha scritto:
> Hi Greg,
>
> I try with full path and work.
> Next days try msys to work.
>
> 73
> Sandro
> IW3RAB
>
>
>
> Il 26/12/2015 20:40, Greg Beam ha scritto:
>> Hi Sandro,
>>
>> Yes, I think that is the problem, but I do not know why this is
>> affecting some users and not others.
>>
>> I will add the full path to the svn.exe for the version check which
>> should fix the problem.
>>
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 12/26/2015 12:28, Alessandro Gorobey wrote:
>>> Hi Greg,
>>>
>>> as requested follow
>>> Seems as svn is not liked as command before the second "path" setup  in
>>> scripts.
>>>
>>> 73
>>> Sandro
>>> IW3RAB
>>>
>>> -------------------------------------------------------------
>>>      JTSDK General Maintenance Environment - 2.0.3-
>>> -------------------------------------------------------------
>>>
>>>      * Provides Access To: Subversion, Gnu Tools and Asciidoctor
>>>      * Upgrades JTSDK Main Scripts and Packages when needed
>>>
>>>      TO UPDATE and UPGRADE
>>>       Type .......: update
>>>       Then Type ..: upgrade
>>>
>>>      TO DISPLAY CURRENT VERSION INFORMATION
>>>       Type .......: version
>>>
>>>      GENERAL: MAINTENANCE
>>>       With this env, you have access to all the Gnu
>>>       Tools, Subversion and Asciidoctor. It can be used
>>>       to perform most any task needed by the SDK.
>>>       There are no Tool-Chains or Frameworks ( Qt / Python )
>>>       in *PATH*
>>>
>>> C:\JTSDK>svn info
>>> Path: .
>>> Working Copy Root Path: C:\JTSDK
>>> URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
>>> Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
>>> Repository Root: https://svn.code.sf.net/p/jtsdk/jtsdk
>>> Repository UUID: da7e4c40-b621-48c2-8152-8d9fe17156ef
>>> Revision: 561
>>> Node Kind: directory
>>> Schedule: normal
>>> Last Changed Author: ki7mt
>>> Last Changed Rev: 560
>>> Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)
>>>
>>>
>>> C:\JTSDK>
>>>
>>> Il 26/12/2015 18:23, Greg Beam ha scritto:
>>>> Hi Sandro,
>>>>
>>>> I need some info from you on the SVN version issue.
>>>>
>>>> Open JTSDK-Main, and type:
>>>>
>>>> svn info
>>>>
>>>> Then paste that paste that back to me.
>>>>
>>>> Also, give the me the results of:
>>>>
>>>> svn info |grep "Rev:" |awk "{print $4}" >r.v & set /p rev=<r.v & rm r.v
>>>>
>>>>
>>>> 73's
>>>> Greg, KI7MT
>>>>
>>>> On 12/26/2015 04:04, Alessandro Gorobey wrote:
>>>>> Hi All,
>>>>>
>>>>> I need some help on Windows 10.
>>>>> winver command give me version 1511 (build SO 10586.36)
>>>>>
>>>>> After update upgrade of jtsdk if ran jtsdk maintenance the svn revision
>>>>> is not present in windows title (see image) and in the text.
>>>>> This also for jtsdk-qt and jtsdk-py
>>>>>
>>>>> version command give me
>>>>>
>>>>> --------------------------------------------
>>>>> JTSDK-Win32 Repository Information
>>>>> --------------------------------------------
>>>>>
>>>>> * Version: JTSDK-Win32 2.0.3
>>>>> * Last Changed Rev: 560
>>>>> * URL:
>>>>> https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
>>>>> * Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)
>>>>>
>>>>> that seem correct.
>>>>> Now the problem.
>>>>>
>>>>> JTSDK MSYS give me:
>>>>>           0 [main] bash 9736 fork_copy: linked dll data/bss pass 0 failed,
>>>>> 0x1C8000..0x1C8AD8, done 0, windows pid 4780, Win32 error 487
>>>>> bash.exe: fork: Resource temporarily unavailable
>>>>>
>>>>> and/or after reboot the logo JTSDK-MSYS is printed but any simple
>>>>> command cause the problem:
>>>>>
>>>>> Sandro@Sandro-HP~$ ls
>>>>>           0 [main] bash 3972 fork_copy: linked dll data/bss pass 0 failed,
>>>>> 0x6E8000..0x6E8AD8, done 0, windows pid 10656, Win32 error 487
>>>>> bash.exe: fork: Resource temporarily unavailable
>>>>>
>>>>> Nobody similar problem?
>>>>>
>>>>> Thank in advance
>>>>>
>>>>> 73
>>>>> Sandro
>>>>> IW3RAB
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> wsjt-devel mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> wsjt-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> wsjt-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to