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 Subversion 1.4.6 from subversion.tigris.org
  • Doing our own build of Subversion so that we can control build configuration and so that Subversion version is independent of host OS
  • No source modifications at the moment
    • , put in /home/svn/src
    • No need to grab the deps tarball; RHEL 5 has adequate versions of
    all libraries, and the library versions do not affect the quality of service appreciably/home/svn/src contains the source tarball and build directory
    • those
    • Need to install some development packages: yum install apr-devel apr-util-devel neon-devel zlib-devel
    • Untar and do build with: ./configure --without-berkeley-db --prefix=/home/svn && make && make install

Next steps:

  • Get DCM set up from moira (by ops) and received on map-dev-svn1.  Mark Manley is working on the update_server port for receiving the DCM.
  • Get a repository created on svn.mit.edu for supporting materials
  • Identify supporting materials (exec-svnserve, DCM scripts, cron jobs, etc.) and put into repository with documentation

...