summaryrefslogtreecommitdiffstats
path: root/Modules/FindSubversion.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-24/+11
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* BUG: Fixes for FindSubversionBrad King2008-05-191-10/+19
| | | | | | | | | - Split log out from Subversion_WC_INFO into Subversion_WC_LOG - Fix report of log info to be in <var-prefix>_WC_LAST_CHANGED_LOG as documented (instead of Subversion_LAST_CHANGED_LOG) - Fix setting of LC_ALL environment variable to be inside macro - Patch from Tanguy Krotoff - See issue #7047
* BUG: Remove reference to PROJECT_SOURCE_DIR so that the Subversion_WC_INFO ↵David Cole2008-03-201-1/+1
| | | | macro may be called from a ctest or cmake script.
* BUG: set LC_ALL to C, so message from svn are not translated, which can leadAlexander Neundorf2008-01-141-0/+8
| | | | | | | | to problems (since the output is parsed, which fails then) Brad, Bill, can you think of any reasons this change might create problems ? Alex
* ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987.Brad King2006-10-301-0/+118