MantisBT - CMake
View Issue Details
0007047CMakeModulespublic2008-05-19 06:032008-05-19 10:04
tanguy_k 
Brad King 
normalminoralways
closedfixed 
CMake-2-6 
 
0007047: FindSubversion.cmake Windows fixes
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

Patch attached
No tags attached.
related to 0005492closed Marcel Loose FindSubversion.cmake cannot find the infos on "localized" versions of subversion 
patch findsubversion.patch (3,196) 2008-05-19 06:03
https://public.kitware.com/Bug/file/1474/findsubversion.patch
Issue History
2008-05-19 06:03tanguy_kNew Issue
2008-05-19 06:03tanguy_kFile Added: findsubversion.patch
2008-05-19 08:01Bill HoffmanStatusnew => assigned
2008-05-19 08:01Bill HoffmanAssigned To => Brad King
2008-05-19 10:04Brad KingStatusassigned => closed
2008-05-19 10:04Brad KingNote Added: 0011991
2008-05-19 10:04Brad KingResolutionopen => fixed
2011-01-26 17:42Marcel LooseRelationship addedrelated to 0005492

Notes
(0011991)
Brad King   
2008-05-19 10:04   
Applied, thanks.

/cvsroot/CMake/CMake/Modules/FindSubversion.cmake,v <-- Modules/FindSubversion.cmake
new revision: 1.4; previous revision: 1.3