Edgewall Software

Changes between Version 9 and Version 10 of TracMigrate


Ignore:
Timestamp:
Mar 24, 2021, 9:59:05 AM (3 years ago)
Author:
Jun Omae
Comment:

Says using our svnsync user in this page

Legend:

Unmodified
Added
Removed
Modified
  • TracMigrate

    v9 v10  
    1212}}}
    1313
    14  * Make sure the commit hooks are configured to allow our 'svnsync' user to do anything it wants:
     14 * Make sure the commit hooks are configured to allow our `svnsync` user to do anything it wants:
    1515{{{#!sh
    1616$ echo "#!/bin/sh" > /var/spool/raid/svn_repo/hooks/pre-revprop-change
     
    2020 * Set destination repo to version 0 ('''svnsync --init dest_repo src_repo'''):
    2121{{{#!sh
    22 $ svnsync --username svnsync_user init file:///var/spool/raid/svn_repo/   svn+ssh://root@192.168.11.128/home/repos/projects/ 
     22$ svnsync --username=svnsync init file:///var/spool/raid/svn_repo/   svn+ssh://root@192.168.11.128/home/repos/projects/ 
    2323Copied properties for revision 0.
    2424}}}
     
    2626 * Sync the repositories:
    2727{{{#!sh
    28 $  svnsync --username=svnsync_user --non-interactive sync file:///var/spool/raid/svn_repo/
     28$  svnsync --username=svnsync --non-interactive sync file:///var/spool/raid/svn_repo/
    2929Committed revision 1.
    3030Copied properties for revision 1.