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.
- Timestamp:
-
Aug 31, 2008, 11:56:04 AM (15 years ago)
- Author:
-
Sim-on
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v36
|
v37
|
|
34 | 34 | }}} |
35 | 35 | |
| 36 | If you get this message: |
| 37 | {{{ |
| 38 | $ mtn -d $DATABASE pull --set-default pidgin.im "im.pidgin.*" |
| 39 | mtn: misuse: database /home/user/monotone_databases/pidgin.mtn is laid out according to an old schema |
| 40 | mtn: misuse: try 'mtn db migrate' to upgrade |
| 41 | mtn: misuse: (this is irreversible; you may want to make a backup copy first) |
| 42 | }}} |
| 43 | it means you have to "update" the scheme used by the Pidgin MTN database. Do: |
| 44 | {{{ |
| 45 | mtn -d $DATABASE db migrate |
| 46 | }}} |
| 47 | ... and try again.[[BR]] |
| 48 | |
| 49 | |
36 | 50 | (The variables here are just to help you understand which parts of the process are up to your personal choice.) |
37 | 51 | |
… |
… |
|
39 | 53 | |
40 | 54 | Consult the monotone documents, and particularly [http://venge.net/monotone/docs/CVS-Phrasebook.html#CVS-Phrasebook their CVS phrasebook] to see the things you can now do with your database and working copy. You should find that most of the actions at this point feel pretty familiar. |
| 55 | |
41 | 56 | |
42 | 57 | == Keys and Key Management == |
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!