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.

Monotone Best Practices

The purpose of this page is to create a set of best practices for the use of pidgin monotone. When deemed worthy, it will be merged into UsingPidginMonotone.

Speedups

mtn refresh_inodeprints

The above command will create a inode cache of your current workspace. This will dramatically reduce the runtime of mtn status, commit, etc. Technically this method is less safe then the default behavior, as under certain circumstances, some changes may not be noticed. Please read the official docs for more information.

Pulling New Branches

If you did not do an initial pull with mtn pull mtn.pidgin.im im.pidgin.* it is possible that you will not automagically pull new branches. If you have noticed a lack of branches in mtn ls branches you can remedy this one of two ways.

From a working copy:

mtn pull --set-default mtn.pidgin.im "im.pidgin.*"

From anywhere:

mtn -d <path to your pidgin database> pull --set-default mtn.pidgin.im "im.pidgin.*"
Last modified 15 years ago Last modified on Oct 16, 2008, 6:55:08 PM
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!