Beman Dawes 16 лет назад
Родитель
Сommit
34205c112a

+ 5 - 2
tools/release/snapshot_posix.bat

@@ -13,9 +13,12 @@ rmdir /s /q svn_info >nul
 del posix.tar.gz >nul
 del posix.tar.bz2 >nul
 
-echo Exporting files from subversion...
 rem  leave an audit trail, which is used by inspect to determine revision number
-svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
+echo Getting current subversion revision number...
+svn co --non-interactive --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
+svn info svn_info
+
+echo Exporting files from subversion...
 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
 
 echo Creating release history README.txt...

+ 5 - 2
tools/release/snapshot_windows.bat

@@ -13,9 +13,12 @@ rmdir /s /q svn_info >nul
 del windows.7z >nul
 del windows.zip >nul
 
-echo Exporting files from subversion...
 rem  leave an audit trail, which is used by inspect to determine revision number
-svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
+echo Getting current subversion revision number...
+svn co --non-interactive --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
+svn info svn_info
+
+echo Exporting files from subversion...
 svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
 
 echo Creating release history README.txt...

+ 3 - 3
tools/release/unmerged.bat

@@ -6,10 +6,10 @@ goto done
 
 :usage_ok
 svn diff %2 %3 %4 %5 %6 http://svn.boost.org/svn/boost/branches/release/boost/%1.hpp ^
- http://svn.boost.org/svn/boost/trunk/boost/%1.hpp
+  https://svn.boost.org/svn/boost/trunk/boost/%1.hpp
 svn diff %2 %3 %4 %5 %6 http://svn.boost.org/svn/boost/branches/release/boost/%1 ^
-  http://svn.boost.org/svn/boost/trunk/boost/%1
+  https://svn.boost.org/svn/boost/trunk/boost/%1
 svn diff %2 %3 %4 %5 %6 http://svn.boost.org/svn/boost/branches/release/libs/%1 ^
-  http://svn.boost.org/svn/boost/trunk/libs/%1
+  https://svn.boost.org/svn/boost/trunk/libs/%1
 
 :done

粤ICP备19079148号