Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The server is an ops VM image running RHEL 5 with AFS and update_server installed.  The standard IPS user accounts are also installed.
  • Subversion setup:
    • Created user "svn" alongside the IPS accounts.
    • Grabbed Grab Subversion 1.4.6 from subversion.tigris.org, put in /home/svn/src
    • No need to grab the deps tarball; RHEL 5 has adequate versions of those
    • Need to install some development packages: yum install apr-devel apr-util-devel neon-devel zlib-devel
    • Untar into /home/svn/src/subversion-1.4.6
    • Run ./autogen.sh to work around some libtool issue with 64-bit libraries
    • Do and do build with: ./configure --without-berkeley-db --prefix=/home/svn && make && make install

...