Edgewall Software

Changes between Version 2 and Version 3 of TracMigrate


Ignore:
Timestamp:
Jun 8, 2007, 10:08:44 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracMigrate

    v2 v3  
    11= Migration =
     2[[TracGuideToc]]
    23
    34I had to migrate a subversion and Trac enviroment between two machines; Different distributions. For svnsync, it is required to have both svn server versions >= 1.4.0
     
    56== Subversion Replication ==
    67
    7 * Create a repository on the new server
     8 * Create a repository on the new server
    89{{{
    910$ svnadmin create /var/spool/raid/svn_repo
    1011}}}
    1112
    12 * Make sure the commit hooks are configured to allow our 'svnsync' user to do anything it wants.
     13 * Make sure the commit hooks are configured to allow our 'svnsync' user to do anything it wants.
    1314{{{
    1415$ echo "#!/bin/sh" > /var/spool/raid/svn_repo/hooks/pre-revprop-change
     
    4546
    4647== Trac Migration ==
    47 [[TracGuideToc]]
     48
    4849
    4950 * Install a Trac enviroment on the destination machine