mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 09:00:36 +00:00
Update hook to make subversion read-only.
But not yet, will activate sometime after midnight UTC. See: http://lists.boost.org/Archives/boost/2013/11/208822.php [SVN r86791]
This commit is contained in:
parent
4b325aba6d
commit
9d9feb2d77
1 changed files with 14 additions and 0 deletions
|
@ -53,6 +53,20 @@
|
|||
# http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/ and
|
||||
# http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Make subversion read-only. I left the rest of the script in place
|
||||
# in case it needs to reactivated.
|
||||
|
||||
echo "This Subversion repository is no longer in active use. "
|
||||
echo
|
||||
echo "It has been superseded by a Git super-project repository "
|
||||
echo "and individual Git repositories for each Boost library. "
|
||||
echo
|
||||
echo "See: https://github.com/boostorg"
|
||||
exit 1
|
||||
|
||||
################################################################################
|
||||
|
||||
#REPOS="$1"
|
||||
REPOS="/home/subversion/boost"
|
||||
|
|
Loading…
Add table
Reference in a new issue