Changeset 1400 in tailor for README


Ignore:
Timestamp:
06/19/07 01:05:59 (6 years ago)
Author:
lele@…
Hash name:
20070618230559-97f81-a90f7c2127d31d1c6697959c95e746123b713c42
Message:

Added another example: whole monotone source to subversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r1399 r1400  
    381381and create a new Mercurial repository in ``~/mypxlib/migrated``. 
    382382 
    383 On final example to show the syntax of Baz sources:: 
     383The following example shows the syntax of Baz sources:: 
    384384 
    385385    [project] 
     
    405405``tailor.state``.  In this particular example, it will end up as 
    406406``/tmp/calife/hg/.hg/tailor.state``. 
     407 
     408Last, a complete example used to migrate the whole Monotone_ source 
     409repository under Subversion_:: 
     410 
     411    [DEFAULT] 
     412    #debug = True 
     413    #verbose = True 
     414    start-revision = INITIAL 
     415    root-directory = /tmp/rootdir-Monotone 
     416    source-repository = /home/user/Monotone/monotone-database.mtn 
     417    target-repository = file:///tmp/svn-repository 
     418    use-propset = True 
     419 
     420    # Projects 
     421    [net.venge.monotone.cvssync] 
     422    source = monotone:net.venge.monotone.cvssync 
     423    target = svn:net.venge.monotone.cvssync 
     424 
     425    [net.venge.monotone.cvssync.attrs] 
     426    source = monotone:net.venge.monotone.cvssync.attrs 
     427    target = svn:net.venge.monotone.cvssync.attrs 
     428 
     429    [net.venge.monotone.de] 
     430    source = monotone:net.venge.monotone.de 
     431    target = svn:net.venge.monotone.de 
     432 
     433    [net.venge.monotone.svn_import] 
     434    source = monotone:net.venge.monotone.svn_import 
     435    target = svn:net.venge.monotone.svn_import 
     436 
     437    [net.venge.monotone] 
     438    source = monotone:net.venge.monotone 
     439    target = svn:net.venge.monotone 
     440 
     441 
     442    # Sources 
     443    [monotone:net.venge.monotone.cvssync] 
     444    module = net.venge.monotone.cvssync 
     445    subdir = mtnside-net.venge.monotone.cvssync 
     446 
     447    [monotone:net.venge.monotone.cvssync.attrs] 
     448    module = net.venge.monotone.cvssync.attrs 
     449    subdir = mtnside-net.venge.monotone.cvssync.attrs 
     450 
     451    [monotone:net.venge.monotone.de] 
     452    module = net.venge.monotone.de 
     453    subdir = mtnside-net.venge.monotone.de 
     454 
     455    [monotone:net.venge.monotone.svn_import] 
     456    module = net.venge.monotone.svn_import 
     457    subdir = mtnside-net.venge.monotone.svn_import 
     458 
     459    [monotone:net.venge.monotone] 
     460    module = net.venge.monotone 
     461    subdir = mtnside-net.venge.monotone 
     462 
     463 
     464    # Targets 
     465    [svn:net.venge.monotone.cvssync] 
     466    module = branches/net.venge.monotone.cvssync 
     467    subdir = svnside-net.venge.monotone.cvssync 
     468 
     469    [svn:net.venge.monotone.cvssync.attrs] 
     470    module = branches/net.venge.monotone.cvssync.attrs 
     471    subdir = svnside-net.venge.monotone.cvssync.attrs 
     472 
     473    [svn:net.venge.monotone.de] 
     474    module = branches/net.venge.monotone.de 
     475    subdir = svnside-net.venge.monotone.de 
     476 
     477    [svn:net.venge.monotone.svn_import] 
     478    module = branches/net.venge.monotone.svn_import 
     479    subdir = svnside-net.venge.monotone.svn_import 
     480 
     481    [svn:net.venge.monotone] 
     482    module = trunk 
     483    subdir = svnside-net.venge.monotone 
    407484 
    408485.. [#] NB: when the source and the target repositories specify 
Note: See TracChangeset for help on using the changeset viewer.