mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 02:34:53 +00:00
shapshot_posix: use --non-recursive rather than --depth=files until the linux distros catch up
[SVN r49432]
This commit is contained in:
parent
b637078888
commit
badc8bf62a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ rm -r -f svn_info
|
|||
|
||||
echo "Exporting files from subversion..."
|
||||
# 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
|
||||
# use --non-recursive rather than --depth=files until the linux distros catch up
|
||||
svn co --non-recursive http://svn.boost.org/svn/boost/branches/release svn_info
|
||||
svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
|
||||
|
||||
echo "Building docs..."
|
||||
|
|
Loading…
Add table
Reference in a new issue