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:
-
Apr 9, 2007, 4:11:12 AM (17 years ago)
- Author:
-
datallah
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v14
|
v15
|
|
12 | 12 | There is a monotone server running on pidgin.im. |
13 | 13 | |
| 14 | The initial revision history retrieval is quite taxing on the server. In order to make the initial pull more efficient, we provide a snapshot of the mtn database to bootstrap the process. This database requires monotone 0.33 or newer. |
| 15 | |
14 | 16 | To fetch the revision history from this server, and check out a working copy, do: |
15 | 17 | |
… |
… |
|
17 | 19 | $ DATABASE=/home/user/monotone_databases/pidgin.mtn |
18 | 20 | $ WORKINGDIR=/home/user/code/pidgin-mtn |
19 | | $ mtn -d $DATABASE db init |
| 21 | Download the bootstrap database from http://developer.pidgin.im/static/pidgin.mtn.bz2 and save it in $WORKINGDIR |
| 22 | $ bzip2 pidgin.mtn.bz2 |
20 | 23 | $ mtn -d $DATABASE pull pidgin.im im.pidgin.* |
21 | 24 | $ 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!