summaryrefslogtreecommitdiff
path: root/tools/release
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2008-10-22 12:46:29 +0000
committerBeman Dawes <bdawes@acm.org>2008-10-22 12:46:29 +0000
commitbadc8bf62ab499c811b7c22ea7b1acfba6bf4f1e (patch)
tree82521d39ed0c7dbd7ed3a7a2a4c0f67429afaa87 /tools/release
parentb63707888875d49c384804e6fc603fd2306a3c78 (diff)
downloadboost-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-xtools/release/snapshot_posix.sh3
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..."