[Monotone-devel] Projection of files

2007-04-04 Thread Matthew Sackman
Hi, Monotone explicitly focusses on revisions and the relationship between revisions. But when you want to project a view based on files, this seems extraordinarily difficult. For example, how do you find revisions which modified a particular file? It'd be nice if there was a suitable selector so

[Monotone-devel] Re: Projection of files

2007-04-04 Thread Bruce Stephens
Matthew Sackman [EMAIL PROTECTED] writes: [...] For example, how do you find revisions which modified a particular file? mtn log path It'd be nice if there was a suitable selector so you could go mtn automate select f:path/to/the/file. Maybe, though / is also used to separate selectors,

Re: [Monotone-devel] Re: Projection of files

2007-04-04 Thread Matthew Sackman
On Wed, Apr 04, 2007 at 11:36:32AM +0100, Bruce Stephens wrote: Matthew Sackman [EMAIL PROTECTED] writes: For example, how do you find revisions which modified a particular file? mtn log path Fantastic, particularly in combination with --brief. It'd be nice if there was a suitable

Re: [Monotone-devel] Re: Projection of files

2007-04-04 Thread Chad Walstrom
Matthew Sackman [EMAIL PROTECTED] wrote: ___ Monotone-devel mailing list Monotone-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/monotone-devel

Re: [Monotone-devel] Re: Projection of files

2007-04-04 Thread Chad Walstrom
Sorry about the noise. ;-P I just suggested Matthew take a look at the wiki page http://www.venge.net/mtn-wiki/BranchNamingConventions for other discussions on selector syntax. Chad ___ Monotone-devel mailing list Monotone-devel@nongnu.org

[Monotone-devel] Monotone revision updates, minor feature requests

2007-04-04 Thread J Decker
With the latest updates, the cert counter counts like mad which is great and all, but I suspect that the update of the display is taking more time than the actual counting/reading of the certs... the digits up to thousands update at an unreadable speed... Perhaps a simple timer that can check to

Re: [Monotone-devel] Monotone revision updates, minor feature requests

2007-04-04 Thread Matthew Gregan
At 2007-04-04T11:12:58-0700, J Decker wrote: With the latest updates, the cert counter counts like mad which is great and all, but I suspect that the update of the display is taking more time than the actual counting/reading of the certs... the digits up to thousands update at an unreadable

Re: [Monotone-devel] Monotone revision updates, minor feature requests

2007-04-04 Thread Jack Lloyd
On Wed, Apr 04, 2007 at 11:12:58AM -0700, J Decker wrote: Some silly things... if I'm in a workspace, why can't I just type 'mtn serve' and use the default key/database specified in the workspace? I'd like this one as well - when I was without my central mtn server I spent a lot of time syncing

Re: [Monotone-devel] Monotone revision updates, minor feature requests

2007-04-04 Thread J Decker
It seems that mtn add --unknown is now broken under windows. Can you be more specific? It seems to work for me and the testsuite. Honestly I'm not sure - a couple people tried adding files and I said mtn add *, they said that didn't work... and mtn add directory name didn't add all the

Re: [Monotone-devel] Monotone revision updates, minor feature requests

2007-04-04 Thread Nathaniel Smith
On Wed, Apr 04, 2007 at 04:20:54PM -0700, J Decker wrote: Honestly I'm not sure - a couple people tried adding files and I said mtn add *, they said that didn't work... and mtn add directory name didn't add all the files in the directory... another one was attempting to use

Re: [Monotone-devel] Monotone revision updates, minor feature requests

2007-04-04 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 4 Apr 2007 20:31:06 -0700, Nathaniel Smith [EMAIL PROTECTED] said: njs On Wed, Apr 04, 2007 at 04:20:54PM -0700, J Decker wrote: njs Honestly I'm not sure - a couple people tried adding files and I said mtn njs add *, they said that didn't work...