Upgrading

Upgrading to a new version Subversion server software.

  1. Shut down svnserve, Apache, and anything else that might be accessing the repository:

    svc -d /service/apache
  2. Dump a backup of the repository using the currently installed Subversion:
    svnadmin dump /var/svn/repo_name > dumpfile.txt
  3. Move the current repository to make room for a new one:
    mv /var/svn/repo_name /var/svn/repo_name-old
  4. Install the new version of subversion.
  5. Create a new repository:
    svnadmin create /var/svn/repo-name
  6. Load the dump file into the new repository:
    svnadmin load /var/svn/repo-name < dumpfile.txt
  7. Restart Apache
    svc -u /service/apache

Recent Updates

  • 1 year 11 months ago
  • 1 year 11 months ago
  • 1 year 12 months ago
    php 8.x
  • 1 year 12 months ago
    10.6.7
  • 2 years 51 min ago
    Drop Centos 5/6 stuff