Edgewall Software

Changes between Version 8 and Version 9 of TracMigrate


Ignore:
Timestamp:
Mar 24, 2021, 9:39:16 AM (3 years ago)
Author:
Cinc-th
Comment:

Corrected subversion mirror init command in text.

Legend:

Unmodified
Added
Removed
Modified
  • TracMigrate

    v8 v9  
    1818}}}
    1919
    20  * Set destination repo to version 0 ('''svnsync --opts dest_repo src_repo'''):
     20 * Set destination repo to version 0 ('''svnsync --init dest_repo src_repo'''):
    2121{{{#!sh
    22 $ svnsync --username svnsync  init file:///var/spool/raid/svn_repo/   svn+ssh://root@192.168.11.128/home/repos/projects/ 
     22$ svnsync --username svnsync_user  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 --non-interactive sync file:///var/spool/raid/svn_repo/
     28$  svnsync --username=svnsync_user --non-interactive sync file:///var/spool/raid/svn_repo/
    2929Committed revision 1.
    3030Copied properties for revision 1.
     
    4242.....
    4343}}}
     44Note that it's possible to replicate just a subtree of your source repository.
    4445
    4546== Trac Migration