diff options
author | Beman Dawes <bdawes@acm.org> | 2008-10-22 12:46:29 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2008-10-22 12:46:29 +0000 |
commit | badc8bf62ab499c811b7c22ea7b1acfba6bf4f1e (patch) | |
tree | 82521d39ed0c7dbd7ed3a7a2a4c0f67429afaa87 /tools/release | |
parent | b63707888875d49c384804e6fc603fd2306a3c78 (diff) | |
download | boost-badc8bf62ab499c811b7c22ea7b1acfba6bf4f1e.tar.gz |
shapshot_posix: use --non-recursive rather than --depth=files until the linux distros catch up
[SVN r49432]
Diffstat (limited to 'tools/release')
-rwxr-xr-x | tools/release/snapshot_posix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/release/snapshot_posix.sh b/tools/release/snapshot_posix.sh index 015e2f52b9..8203ae9ae1 100755 --- a/tools/release/snapshot_posix.sh +++ b/tools/release/snapshot_posix.sh @@ -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..." |