mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Make revision fetching compatible with git-svn.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3952 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
3918916025
commit
ccc84da702
@ -35,8 +35,10 @@ if (Subversion_FOUND AND EXISTS "${SOURCE_DIR}/.git")
|
|||||||
RESULT_VARIABLE __git_svn_status
|
RESULT_VARIABLE __git_svn_status
|
||||||
OUTPUT_FILE "${OUTPUT_DIR}/svn_status.txt"
|
OUTPUT_FILE "${OUTPUT_DIR}/svn_status.txt"
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
message (STATUS "git-svn status: ${__git_svn_status}")
|
file (STRINGS "${OUTPUT_DIR}/svn_status.txt" __svn_changes
|
||||||
if (NOT ${__git_svn_status} EQUAL 0)
|
REGEX "^diff-tree"
|
||||||
|
)
|
||||||
|
if ((NOT ${__git_svn_status} EQUAL 0) OR __svn_changes)
|
||||||
set (MY_WC_REVISION "${MY_WC_REVISION}-dirty")
|
set (MY_WC_REVISION "${MY_WC_REVISION}-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
# write a file with the SVNVERSION define
|
# write a file with the SVNVERSION define
|
||||||
|
Loading…
Reference in New Issue
Block a user