Re: [fossil-users] filename contains illegal characters

2012-11-25 Thread Jan Nijtmans
2012/11/22 Jan Nijtmans jan.nijtm...@gmail.com: 2012/11/22 Stefan Bellon sbel...@sbellon.de: On Thu, 22 Nov, Jan Nijtmans wrote: Stefan, could you try out [e6a1910fa8]? This sounds very cool. :-) New test version in [d3bee356ba]. It changes the filename contains illegal characters fatal

Re: [fossil-users] howto `grep' through old revisions

2012-11-25 Thread Baruch Burstein
On Sat, Nov 24, 2012 at 9:53 PM, Bernd Paysan bernd.pay...@gmx.de wrote: Am Samstag, 24. November 2012, 20:28:16 schrieb j. v. d. hoff: what you propose could easily be filter out from a full recursive search backward through all revisions (and it would require such a search), right?

Re: [fossil-users] howto `grep' through old revisions

2012-11-25 Thread Joan Picanyol i Puig
* Gilles gilles.gana...@free.fr [20121124 23:01]: On Sat, 24 Nov 2012 09:21:54 -0500, Richard Hipp d...@sqlite.org wrote: One big problem here is that the user will doubtless expect to have full Perl regular expressions. That will mean another compile-time dependency. And maybe also a

Re: [fossil-users] Fossil as DLL?

2012-11-25 Thread Tomek Kott
Gilles, You might want to take a look at the work done for SharpFossil: http://repository.mobile-developers.de/cgi-bin/ikoch/sharpfossil/index. Although it hasn't been worked on in a while, I think some of the commands you are looking for have been implemented as a wrapper useable by C#

Re: [fossil-users] How to force commit?

2012-11-25 Thread Stefan Bellon
On Sun, 25 Nov, Jan Nijtmans wrote: The crnl warning is meant to tell people: be carefull, what you are doing works fine on Windows, but not on UNIX. The unicode warning works the same: this file will probably work fine on Windows, but in UNIX project, most likely not. I would be fine with a

Re: [fossil-users] How to force commit?

2012-11-25 Thread Stefan Bellon
On Sun, 25 Nov, Jan Nijtmans wrote: Partly, -f already functions like that, although -f does more: It permits no-op commits as well. I do not (yet) feel confident enough to propose code changes. Maybe trying to implement a unicode-glob would be a good not-to-difficult first step. I

Re: [fossil-users] How to force commit?

2012-11-25 Thread Jan Nijtmans
2012/11/25 Stefan Bellon sbel...@sbellon.de: Attached you'll find a patch that adds the unicode-glob to the settings and respects its setting in the check-in. Additionally I disabled all the check-in warnings (crnl, binary and unicode) in case --force/-f is set on commit. Hope this quick and

Re: [fossil-users] How to force commit?

2012-11-25 Thread Jan Nijtmans
2012/11/25 Jan Nijtmans jan.nijtm...@gmail.com: 2012/11/25 Stefan Bellon sbel...@sbellon.de: Attached you'll find a patch that adds the unicode-glob to the settings and respects its setting in the check-in. Additionally I disabled all the check-in warnings (crnl, binary and unicode) in case

Re: [fossil-users] How to force commit?

2012-11-25 Thread Richard Hipp
On Sun, Nov 25, 2012 at 4:45 PM, Jan Nijtmans jan.nijtm...@gmail.comwrote: 2012/11/25 Jan Nijtmans jan.nijtm...@gmail.com: 2012/11/25 Stefan Bellon sbel...@sbellon.de: Attached you'll find a patch that adds the unicode-glob to the settings and respects its setting in the check-in.

Re: [fossil-users] status of fossil / jimtcl and docs

2012-11-25 Thread Steve Bennett
On 19/11/2012, at 7:01 PM, fossil-m...@h-rd.org wrote: From: Steve Bennett steveb-sr3wrjstenvtt0ehb6f...@public.gmane.org I created a proof-of-concept branch (jimtcl) around this time last year that replaced TH1 with Jim Tcl. I also added support for writing xfer scripts in Jim Tcl.

Re: [fossil-users] howto `grep' through old revisions

2012-11-25 Thread Steve Bennett
On 25/11/2012, at 9:24 AM, Richard Hipp wrote: On Sat, Nov 24, 2012 at 5:02 PM, Gilles gilles.gana...@free.fr wrote: On Sat, 24 Nov 2012 09:21:54 -0500, Richard Hipp d...@sqlite.org wrote: One big problem here is that the user will doubtless expect to have full Perl regular expressions.