# HG changeset patch # User Augie Fackler # Date 1470785896 14400 # Node ID 4c9beb0d5753f0dcdea2dfefeb6af6ef9d8d0cfd # Parent 1b5d9d370b0426756a71cbce7cda680e10f1d5ae Dump obsolete script. diff --git a/unixSoft/otherbin/svn-bootstrap.sh b/unixSoft/otherbin/svn-bootstrap.sh deleted file mode 100644 --- a/unixSoft/otherbin/svn-bootstrap.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -echo 'fetching and building serf trunk' -svn co http://serf.googlecode.com/svn/trunk serf || exit 1 -cd serf -./serfmake --prefix=/opt/durin install || exit 3 - -echo 'fetching and building svn trunk with swig-py' -svn co http://svn.collab.net/repos/svn/trunk subversion || exit 4 -cd subversion -./autogen.sh && ./configure --without-apxs --without-sasl \ - --with-serf=/opt/durin --without-neon --prefix=/opt/durin || exit 5 -make -j 4 && make install && make swig-py && make install-swig-py || exit 6