Re: [CMake] [PATCH] FindSubversion.cmake Windows fixes

2008-05-19 Thread Tanguy Krotoff
Done here: http://public.kitware.com/Bug/view.php?id=7047 On Mon, May 19, 2008 at 12:28 AM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > On Saturday 17 May 2008, Tanguy Krotoff wrote: >> Hello >> >> Another patch :) >> (against CMake-2.6.0) >> >> Issues: >> >> - SET(ENV{LC_ALL} C) does not work

Re: [CMake] [PATCH] FindSubversion.cmake Windows fixes

2008-05-18 Thread Alexander Neundorf
On Saturday 17 May 2008, Tanguy Krotoff wrote: > Hello > > Another patch :) > (against CMake-2.6.0) > > Issues: > > - SET(ENV{LC_ALL} C) does not work under Windows: it should be done > each time the macro Subversion_WC_INFO is run. > > - svn log -r takes too long > So I've splitted macro Subversio

[CMake] [PATCH] FindSubversion.cmake Windows fixes

2008-05-17 Thread Tanguy Krotoff
Hello Another patch :) (against CMake-2.6.0) Issues: - SET(ENV{LC_ALL} C) does not work under Windows: it should be done each time the macro Subversion_WC_INFO is run. - svn log -r takes too long So I've splitted macro Subversion_WC_INFO and created a new one: Subversion_WC_LOG -- Tanguy Krot