Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stephan Beal
Hiho, On Fri, Jan 11, 2013 at 9:04 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: e.g. for the fossil repo itself (as of today at e4ca677a6c), `fossil info' reports checkin-count: 4845 however, I do see a total (files+wiki+ticket) of 8799 checkins and fossil time -t ci -n 1|grep

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
On Sun, 13 Jan 2013 11:38:17 +0100, Stephan Beal sgb...@googlemail.com wrote: Hiho, hi, the numbers I'm going to report refer to this night's `a0dd5' being at the top (I presume that's the same state you are looking on?): On Fri, Jan 11, 2013 at 9:04 PM, j. v. d. hoff

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stephan Beal
On Sun, Jan 13, 2013 at 12:43 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: it's banal: the `-n' flag does not at all specify the _number_ of timeline entries to show (which one would expect!) but rather (probably) the total number of lines Ah, right - i had forgotten about that (the

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread j. v. d. hoff
just my 2 cents: 1. I agree that it should be easier (or occuring even automatically?) to merge such random forks. the `monotone' example was given. `hg' is another obvious one doing that painlessly. 2. I agree that improvement of the CLI is not given enough attention in comparison to

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stephan Beal
On Sun, Jan 13, 2013 at 12:58 PM, Stephan Beal sgb...@googlemail.comwrote: i'll get the wiki/ticket counts added to the info page, but want to get an OK from DRH before i change the commit count calculation (though my analysis confers with yours - that the current count is not quite correct

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
On Sun, 13 Jan 2013 14:37:38 +0100, Stephan Beal sgb...@googlemail.com wrote: On Sun, Jan 13, 2013 at 2:16 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: In this case this basic information would always be simply there. otherwise time required for generating this information obviously

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
See attached (if the list doesn't remove it), ignoring the question of which commit count is correct for the moment. I would exclude the headline (Repository Statistics:) from column width computation (so reducing the white space amount between keys and values). otherwise I like this

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stefan Bellon
On Sun, 13 Jan, Stephan Beal wrote: See attached (if the list doesn't remove it), ignoring the question of which commit count is correct for the moment. I'd lose the Repository Statistics: headline as well because it is just a repetition of the command issued. A timeline command e.g. does not

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
another minor thing: to decide whether to count the revisions starting from 0 (offset relative to initial checkin) or from 1. j. On Sun, 13 Jan 2013 14:58:09 +0100, Stephan Beal sgb...@googlemail.com wrote: On Sun, Jan 13, 2013 at 2:41 PM, Stephan Beal sgb...@googlemail.com wrote:

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stephan Beal
On Sun, Jan 13, 2013 at 3:13 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: I would exclude the headline (Repository Statistics:) from column width computation (so reducing the white space amount between keys and values). i didn't use that column for width determination - i used hard tabs

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
looks good On Sun, 13 Jan 2013 15:42:22 +0100, Stephan Beal sgb...@googlemail.com wrote: On Sun, Jan 13, 2013 at 3:13 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: I would exclude the headline (Repository Statistics:) from column width computation (so reducing the white space amount

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Ramon Ribó
In my opinion, the solution is more simple. Instead of: - sync - stop if would fork - commit - sync The procedure should be: - commit - sync - rollback if would fork Ramon Ribó El 13/01/2013 13:11, Richard Hipp d...@sqlite.org va escriure: On Sun, Jan 13, 2013 at 1:45 AM, Matt Welland

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Matt Welland
On Sun, Jan 13, 2013 at 5:10 AM, Richard Hipp d...@sqlite.org wrote: On Sun, Jan 13, 2013 at 1:45 AM, Matt Welland estifo...@gmail.com wrote: On Sat, Jan 12, 2013 at 5:31 PM, Richard Hipp d...@sqlite.org wrote: Curious response. Did you intend to be insulting? I'm working with a bunch

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stefan Bellon
On Sun, 13 Jan, j. v. d. hoff wrote: (Incidentally I did already put that one into the new wiki page http://www.fossil-scm.org/fossil/wiki?name=Wish+List today) While I agree with some points on the wish list, I strongly object to the first one. If the user insist with force to commit

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
On Sun, 13 Jan 2013 18:48:30 +0100, Stefan Bellon sbel...@sbellon.de wrote: On Sun, 13 Jan, j. v. d. hoff wrote: (Incidentally I did already put that one into the new wiki page http://www.fossil-scm.org/fossil/wiki?name=Wish+List today) While I agree with some points on the wish list, I

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Stephan Beal
On Sun, Jan 13, 2013 at 3:52 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: looks good The word came down from DRH that this is the correct SQL to use for counting commits: SELECT COUNT(*) from event where where type='ci'; and Richard cannot off-hand explain the 40-some-odd difference

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Eric
On Sun, 13 Jan 2013 13:17:46 +0100, j. v. d. hoff veedeeh...@googlemail.com wrote: snip yes, fossil naming scheme is somewhat ideosyncratic `st' should be the canonical name for `timeline; anyway in order not to put off svn and hg users ;-) Idiosyncratic? I think it is beautifully

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Eric
On Sun, 13 Jan 2013 16:35:11 +0100, Ramon Ribó ram...@compassis.com wrote: In my opinion, the solution is more simple. Instead of: - sync - stop if would fork - commit - sync The procedure should be: - commit - sync - rollback if would fork There is no rollback, an commit has been

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread Eric
On Sun, 13 Jan 2013 18:48:30 +0100, Stefan Bellon sbel...@sbellon.de wrote: snip Just for example: In my case, fossil is used in an automated environment to store certain states of files. This is completely automated. Then you are using fossil for a purpose for which it was not designed. Lots

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Eric
On Sun, 13 Jan 2013 07:48:59 +0200, John Found johnfo...@evrocom.net wrote: On Sat, 12 Jan 2013 21:22:28 -0800 Michael L. Barrow mlbar...@barrow.me wrote: Please stop trolling I am not trolling. I am prepared to believe you but I can see how tone and content might make people

Re: [fossil-users] `fossil info' feature request (a.k.a. wish)

2013-01-13 Thread j. v. d. hoff
On Sun, 13 Jan 2013 20:12:09 +0100, Eric e...@deptj.eu wrote: On Sun, 13 Jan 2013 13:17:46 +0100, j. v. d. hoff veedeeh...@googlemail.com wrote: snip yes, fossil naming scheme is somewhat ideosyncratic `st' should be the canonical name for `timeline; anyway in order not to put off svn and

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Eric Junkermann
On Sun, 13 Jan 2013 20:36:50 +0100, Ramon Ribó ram...@compassis.com wrote: There is no rollback, an commit has been done. I suppose you mean to reverse the commit I know it is not there. This is exactly the reason for me to write this email. Sorry for being less than clear - I mean that a

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Richard Hipp
On Sun, Jan 13, 2013 at 7:10 AM, Richard Hipp d...@sqlite.org wrote: http://chronicleoutdoors.com/wp-content/gallery/cougar-photo/mountainlion.jpg I'll see what I can do about enhancing Fossil with an approaching puma warning (warnings that a fork has occurred) and a shoot puma with sidearm

Re: [fossil-users] Unintentional fork/race condition

2013-01-13 Thread Matt Welland
On Sun, Jan 13, 2013 at 6:58 PM, Richard Hipp d...@sqlite.org wrote: On Sun, Jan 13, 2013 at 7:10 AM, Richard Hipp d...@sqlite.org wrote: http://chronicleoutdoors.com/wp-content/gallery/cougar-photo/mountainlion.jpg I'll see what I can do about enhancing Fossil with an approaching puma