]> git.saurik.com Git - wxWidgets.git/commitdiff
Exclude src/msw/version.rc from svn pre-commit hook checks.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Jun 2013 02:29:06 +0000 (02:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Jun 2013 02:29:06 +0000 (02:29 +0000)
This file must be remain in CP1252 encoding and not UTF-8 because this is what
Windows uses for showing the strings in it, so exclude it from this check.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/svn/hooks/pre-commit

index 7c1ccd7d758c1178a32c6d600885dadfee6df399..c4a3bf033e9adc358297bd53ff52c2c83f559be5 100755 (executable)
@@ -23,6 +23,7 @@ all_changed_files=`svnl changed | \
                     egrep -v "branches/WX_2_" | \
                     egrep -v "wxWidgets/vendor" | \
                     egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \
+                    egrep -v "src/msw/version.rc" | \
                     egrep -v "_wrap.cpp" | \
                     egrep -v "wxPython/.*/docs/.*\.html$"`