Re: [fossil-users] Fossil 1.25

2013-01-02 Thread Richard Hipp
On Wed, Jan 2, 2013 at 3:58 PM, Ruediger Haertel wrote: > Hello, > > happy new year to all of you. Will there be precompiled versions of v1.25? > I > remember there was a discussion about this, but don't know what the result > was. > > I really like to have a precompiled binary for windows. Not t

[fossil-users] Fossil 1.25

2013-01-02 Thread Ruediger Haertel
Hello, happy new year to all of you. Will there be precompiled versions of v1.25? I remember there was a discussion about this, but don't know what the result was. I really like to have a precompiled binary for windows. Not that I couldn't build one myself but it was really handy just to downl

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Nico Williams
You could just compute throw away mnodes and just cache that. Fossil already has a cache, no? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Richard Hipp
On Wed, Jan 2, 2013 at 3:14 PM, Nico Williams wrote: > There used to be a VCS called PRCS. It had no network support, but aside > from that it was awesome, partly because every file was assigned an > "mnode", which was roughly an analog of inode numbers, and this allowed > wonderful rename funct

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Nico Williams
There used to be a VCS called PRCS. It had no network support, but aside from that it was awesome, partly because every file was assigned an "mnode", which was roughly an analog of inode numbers, and this allowed wonderful rename functionality. The same approach might work equally well for Fossil

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Richard Hipp
On Wed, Jan 2, 2013 at 11:09 AM, Stefan Bellon wrote: > Hi, > > I'm trying to find the correct command line syntax to specify in order > to query the diff of a file that has been renamed (and possibly > modified) between "from" and "to". E.g. the following scenario: > > $ echo "foobar" > file1.

[fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Stefan Bellon
Hi, I'm trying to find the correct command line syntax to specify in order to query the diff of a file that has been renamed (and possibly modified) between "from" and "to". E.g. the following scenario: $ echo "foobar" > file1.txt $ fossil addremove $ fossil commit -m "file1" New_Version:

Re: [fossil-users] Ticket #246cc1149c

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 1:43 PM, Richard Hipp wrote: > The current behavior is that all the buttons are always in alphabetical > order. I kind of like that. > Sounds like "will not fix" to me ;). i'll update the ticket. @list: if someone objects strongly to my closing it, please re-open it (per

Re: [fossil-users] Ticket #246cc1149c

2013-01-02 Thread Richard Hipp
On Wed, Jan 2, 2013 at 7:29 AM, Stephan Beal wrote: > Hiho, > > regarding this ticket: > > http://fossil-scm.org/index.html/tktview?name=246cc1149c > > what would be the general consensus for the fix: > > a) move the "older" button when "show files" is off or > b) move the "older" button when "sh

[fossil-users] Ticket #246cc1149c

2013-01-02 Thread Stephan Beal
Hiho, regarding this ticket: http://fossil-scm.org/index.html/tktview?name=246cc1149c what would be the general consensus for the fix: a) move the "older" button when "show files" is off or b) move the "older" button when "show files" is on :-? (i have no opinion on the matter) -- - ste

Re: [fossil-users] New regexp OpenBSD build error

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin < baptiste.darous...@gmail.com> wrote: > 2013/1/2 James Turner : > ... > in.mx = nIn>=0 ? nIn : strlen(zIn); > ... > pRe->sIn.mx = strlen(pRe->sIn.z); those are fixed now, too. Thanks again for the report. http://fossil-scm.org/index.html/

Re: [fossil-users] New regexp OpenBSD build error

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 11:34 AM, Stephan Beal wrote: > Thank you, i'll take care of the JSON warnings this week (possibly today - > i'm alone at the office). > FYI: those and the re_execute() fixes have been committed. Thanks for the heads up. -- - stephan beal http://wanderinghorse.net/ho

Re: [fossil-users] New regexp OpenBSD build error

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin < baptiste.darous...@gmail.com> wrote: > ... For the test, I run configure --json --markdown > > If you think it is worth fixing those, I can provide a patch, next > week (I'll be off the rest of the week) > Hiho, Thank you, i'll take care of t

[fossil-users] test-grep

2013-01-02 Thread kk
I like this. I've been testing it in [31dd2c0e3e] : It looks pretty good, except a backwhack doesn't remove all of the special properties for a metacharacter. fossil test-grep '^\*\* the version' src/* doesn't find anything. Also doesn't work without the anchor, or if it's double backw