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:
-
Oct 7, 2007, 5:16:08 AM (16 years ago)
- Author:
-
rlaager
- Comment:
-
Provide a shell script sample for the bootstrap database.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v30
|
v31
|
|
24 | 24 | $ DATABASE=/home/user/monotone_databases/pidgin.mtn |
25 | 25 | $ WORKINGDIR=/home/user/code/pidgin-mtn |
26 | | Download the bootstrap database from http://developer.pidgin.im/static/pidgin.mtn.bz2 |
27 | | Extract the bootstrap database and move it to $DATABASE |
| 26 | |
| 27 | # Download the bootstrap database. For example: |
| 28 | $ cd $(dirname $DATABASE) |
| 29 | $ wget http://developer.pidgin.im/static/pidgin.mtn.bz2 |
| 30 | $ bzip2 -d pidgin.mtn.bz2 |
| 31 | |
28 | 32 | $ mtn -d $DATABASE pull pidgin.im im.pidgin.* |
29 | 33 | $ mtn -d $DATABASE co -b im.pidgin.pidgin $WORKINGDIR |
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!