> -----Original Message-----
> From: Mark Phippard [mailto:markp@softlanding.com]
> Sent: Saturday, November 26, 2005 10:02 PM
> To: dev@subclipse.tigris.org
> Subject: Re: [Subclipse-dev] Error message that svn.exe can't
> find aprutil dll
>
> This code was added by Martin Letenay in r1632. He says it
> was added to prevent localized messages in the command
> output. I imagine this is because it can mess up the parsing
> of the output.
>
> I am not going to undo his code. Is there any reason you do
> not just have the DLL it is trying to load? It seems like a
> bug in the cygwin side if it compiles the .exe to use a .dll
> that you do not have.
>
> Since 1.3 adds a lot more --xml support, I am hoping someone
> will step up and improve the command line adapter to use it.
> This would probably remove the need for this change since we
> would be parsing a dependable output format.
>
> Mark
Yes, I just can confirm.
I've added the locale stuff there to get the command line adapter working on
non english locales.
The svn's output is localized and ao the parser in commandLineAdapter goes
nuts on e.g. german machines.
As long as all stdout parsing is replaced by the --xml output we can safely
remove it.
Martin
Received on Tue Nov 29 19:24:39 2005