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:
-
Dec 12, 2006, 3:32:09 PM (17 years ago)
- Author:
-
datallah
- Comment:
-
a couple tyop fixes
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
24 | 24 | (The variables here are just to help you understand which parts of the process are up to your personal choice.) |
25 | 25 | |
26 | | This will create a database for storing your Gaim development stuffs, fetch the entire revision history available from pidgin.im to that database, and then check out a working copy of the newest revision of Gaim in that database. To update the database from the server in the future, you can either a) simply go to {{{$WORKINGDIR}}} and execute {{{mtn pull}}}, or execute {{{mtn -d $DATABASE pull}}} from anywhere. Note that this will pull the new revision ''history'' from the server, but will not update your working directory to reflect the newest avaialble revision. For this, you need to run {{{mtn up}}} in {{{$WORKINGDIR}}}. |
| 26 | This will create a database for storing your Gaim development stuffs, fetch the entire revision history available from pidgin.im to that database, and then check out a working copy of the newest revision of Gaim in that database. To update the database from the server in the future, you can either a) simply go to {{{$WORKINGDIR}}} and execute {{{mtn pull}}}, or execute {{{mtn -d $DATABASE pull}}} from anywhere. Note that this will pull the new revision ''history'' from the server, but will not update your working directory to reflect the newest available revision. For this, you need to run {{{mtn up}}} in {{{$WORKINGDIR}}}. |
27 | 27 | |
28 | 28 | 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. |
… |
… |
|
70 | 70 | }}} |
71 | 71 | |
72 | | Given that such structure exists and is possible, it can be eploited intentionally as well as created inadvertently. Monotone:DaggyFixes discusses just this, and its usage in identifying and fixing bugs. Additionally, this means that it is not necessary (as it often is with svn and CVS) to update your working directory before committing pending changes; simply commit them at the point where you created them, and then merge this commit with the branch as it currently stands. |
| 72 | Given that such structure exists and is possible, it can be exploited intentionally as well as created inadvertently. Monotone:DaggyFixes discusses just this, and its usage in identifying and fixing bugs. Additionally, this means that it is not necessary (as it often is with svn and CVS) to update your working directory before committing pending changes; simply commit them at the point where you created them, and then merge this commit with the branch as it currently stands. |
73 | 73 | |
74 | 74 | Note that {{{mtn update}}} will not update a branch which has multiple heads; you will either have to explicitly {{{mtn update -r <revision>}}} to select a particular head (or other revision), or merge the divergent heads before updating. |
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!