Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 40 and Version 41 of UsingPidginMonotone


Ignore:
Timestamp:
Jan 16, 2011, 8:05:44 PM (13 years ago)
Author:
John Bailey
Comment:

Additional useful notes.

Legend:

Unmodified
Added
Removed
Modified
  • UsingPidginMonotone

    v40 v41  
    3030  $ bzip2 -d pidgin.mtn.bz2
    3131
    32   $ mtn -d $DATABASE pull --set-default mtn.pidgin.im "im.pidgin.*"
     32  # Pull from our mtn server to update the database.
     33    # If your version of mtn is older than 0.99:
     34    $ mtn -d $DATABASE pull --set-default mtn.pidgin.im "im.pidgin.*"
     35
     36    # If your version of mtn is 0.99 or newer:
     37    $ mtn -d $DATABASE pull --set-default mtn://mtn.pidgin.im/pidgin?im.pidgin.*
     38
     39  # Check out a working copy of our main development branch:
    3340  $ mtn -d $DATABASE co -b im.pidgin.pidgin $WORKINGDIR
    3441}}}
     
    4148    mtn: misuse: (this is irreversible; you may want to make a backup copy first)
    4249}}}
    43 it means you have to "update" the scheme used by the Pidgin MTN database. Do:
     50it means you have to "update" the schema used by the Pidgin MTN database. Do:
    4451{{{
    4552mtn -d $DATABASE db migrate
    4653}}}
    47 ... and try again.[[BR]]
     54... and try again.  You will ''have'' to run the migration command if your mtn version is 0.45 or newer.  Multiple migrations may be necessary--if this is the case, mtn will automatically do all the work for you.[[BR]]
    4855
    4956
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!