Re: [fossil-users] Fossil error fossil knows nothing about: C20131_IR_At7_OpSystem_ProjectFile.fossil

2015-05-13 Thread Martin Gagnon
May be you can set 'Gary_Gabriel_Dev' as the default user for this repo. $ fossil user default Gary_Gabriel_Dev -- Martin G. (From a mobile: Excuse brevity and top posting.) Le mercredi 13 mai 2015, Gary_Gabriel gabrielrobert.qu...@googlemail.com a écrit : Hi Warren, Thanks for your

Re: [fossil-users] Feature idea: Protected branches

2015-05-13 Thread Matt Welland
On Tue, May 12, 2015 at 1:51 PM, Warren Young w...@etr-usa.com wrote: On May 12, 2015, at 2:31 PM, Matt Welland mattrwell...@gmail.com wrote: Does your team use Unix file permissions to prevent people from viewing files they have no right to be looking at? Are you suggesting that Fossil

[fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Hello, I use fossil 1.29 on Debian and the output of fossil help add changes gdiff mv rm timeline addremove clean helpopenrss ui all clone import praise settingsundo annotatecommit info

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Warren Young
On May 13, 2015, at 2:55 PM, Warren Young w...@etr-usa.com wrote: Also, “configure --disable-lineedit” fixes the symptom, so it’s definitely either libedit itself causing the problem, or Fossil’s use of it. Another discovery: My standalone sqlite3 binary is from the platform sqlite3

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Warren Young
On May 13, 2015, at 2:29 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: I got this backtrace from running “fossil sqlite” under gdb on CentOS 5: el_init() never calls search_init(). It does in the copy of libedit I’m using here. src/el.c, line

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Warren Young
On May 13, 2015, at 3:20 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: On May 13, 2015, at 2:29 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: I got this backtrace from running “fossil sqlite” under gdb on

Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Warren Young
On May 13, 2015, at 1:37 PM, Stéphane Aulery saul...@legtux.org wrote: I use fossil 1.29 on Debian Recent versions of Fossil know “fossil help -a”, which fixes the discrepancy you have found. Perhaps 1.29 also knows “fossil help -a”? While I do enjoy using binary packages myself, I only use

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Richard Hipp
On 5/13/15, Warren Young w...@etr-usa.com wrote: On May 13, 2015, at 2:29 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: I got this backtrace from running “fossil sqlite” under gdb on CentOS 5: el_init() never calls search_init(). It does in the

Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Warren Young
On May 13, 2015, at 3:14 PM, Stéphane Aulery saul...@legtux.org wrote: These sub options seem counterproductive. They are not all named in the result of fossil help”. Fossil 1.32 does mention -a in “fossil help” output. But you’re right, it fails to mention other global flags, like --user.

Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Le mercredi 13 mai 2015 à 10:33:05, Stephan Beal a écrit : On Wed, May 13, 2015 at 9:37 PM, Stéphane Aulery saul...@legtux.org wrote: I use fossil 1.29 on Debian and the output of fossil help add changes gdiff mv rm timeline addremove clean

Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Le mercredi 13 mai 2015 à 02:36:24, Warren Young a écrit : On May 13, 2015, at 1:37 PM, Stéphane Aulery saul...@legtux.org wrote: I use fossil 1.29 on Debian Recent versions of Fossil know “fossil help -a”, which fixes the discrepancy you have found. Perhaps 1.29 also knows “fossil help

[fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Warren Young
I got this backtrace from running “fossil sqlite” under gdb on CentOS 5: 0x00455784 in StrNLen32 (z=0x18820 Address 0x18820 out of bounds, N=-1) at ./src/printf.c:202 202 while( (N-- != 0) *(z++)!=0 ){ n++; } (gdb) bt #0 0x00455784 in StrNLen32 (z=0x18820 Address 0x18820

Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stephan Beal
On Wed, May 13, 2015 at 9:37 PM, Stéphane Aulery saul...@legtux.org wrote: Hello, I use fossil 1.29 on Debian and the output of fossil help add changes gdiff mv rm timeline addremove clean helpopenrss ui all clone

Re: [fossil-users] Fossil error fossil knows nothing about: C20131_IR_At7_OpSystem_ProjectFile.fossil

2015-05-13 Thread Warren Young
On May 13, 2015, at 1:13 AM, Gary_Gabriel gabrielrobert.qu...@googlemail.com wrote: First after using your suggestion; Fossil did not recognize the user: fossil user defaultGary_Gabriel_Dev no such user: Gary_Gabriel_Dev Now checking to see if the new user entry was successful: fossil

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Richard Hipp
On 5/13/15, Warren Young w...@etr-usa.com wrote: I got this backtrace from running “fossil sqlite” under gdb on CentOS 5: 0x00455784 in StrNLen32 (z=0x18820 Address 0x18820 out of bounds, N=-1) at ./src/printf.c:202 202 while( (N-- != 0) *(z++)!=0 ){ n++; } (gdb) bt #0

Re: [fossil-users] Incomplete help command output / manpage

2015-05-13 Thread Stéphane Aulery
Le mercredi 13 mai 2015 à 03:42:30, Warren Young a écrit : On May 13, 2015, at 3:14 PM, Stéphane Aulery saul...@legtux.org wrote: I could not find how to report this bug to the tracker. This is subject to the Agreement as well as the contribution of code? I think you can consider it

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread bch
I applied this. Thanks. -bch On 5/13/15, Warren Young w...@etr-usa.com wrote: On May 13, 2015, at 3:20 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: On May 13, 2015, at 2:29 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Warren Young
On May 13, 2015, at 4:41 PM, Richard Hipp d...@sqlite.org wrote: I checked in an even simpler fix. Please verify that tip of trunk works. Thanks. Yes, it does. I should have thought of that myself. Thank you! ___ fossil-users mailing list

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Richard Hipp
On 5/13/15, Warren Young w...@etr-usa.com wrote: On May 13, 2015, at 3:20 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: On May 13, 2015, at 2:29 PM, Richard Hipp d...@sqlite.org wrote: On 5/13/15, Warren Young w...@etr-usa.com wrote: I got this

[fossil-users] no checkin found

2015-05-13 Thread Tomek Kott
Hi folks, I just solved an error, but would like to know why it worked The problem manifestation is the following: 1. When using 'fossil diff,' some files seem to show the correct (expected) difference. Others shows the difference between the MANIFEST and the current file?! 2. When

Re: [fossil-users] Feature idea: Protected branches

2015-05-13 Thread Ramon Ribó
Hello, A reasonable solution could be a pre-commit hook, where the script in TH1 or TCL had access to the branch name of the commit and other details. As a result, the hook could accept the commit, raise a warning, ask for confirmation or deny the commit. This hook would not stop a determined

[fossil-users] Stash DIFF

2015-05-13 Thread Tony Papadimitriou
Hello, Is there a way to see a ‘diff’ between two stashed ids, rather than stash to disk? Thanks.___ 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] Feature idea: Protected branches

2015-05-13 Thread Ron W
On Wed, May 13, 2015 at 11:45 AM, Ramon Ribó ram...@compassis.com wrote: A reasonable solution could be a pre-commit hook, where the script in TH1 or TCL had access to the branch name of the commit and other details. As a result, the hook could accept the commit, raise a warning, ask for

Re: [fossil-users] Allow checkins on another repo

2015-05-13 Thread Warren Young
On May 12, 2015, at 11:45 PM, Steve Stefanovich s...@stef.rs wrote: What about nested checkouts? Which repo should it check to? I presume the first _FOSSIL_ it finds. Yes. I can give you a real-world case where that happens, in fact. We have a repo that exists only to hold a set of files

Re: [fossil-users] Fossil error fossil knows nothing about: C20131_IR_At7_OpSystem_ProjectFile.fossil

2015-05-13 Thread Gary_Gabriel
Hi Warren, Thanks for your help and comments. I tried your tip , and checked the user name again, the repo is installed on a PC with another user name. But irregardless of what I tried; Fossil replies with no such user: Gary_Gabriel_Dev. The details follow. Fossil attempts to guess the

Re: [fossil-users] Segfault in fossil sqlite

2015-05-13 Thread Stephan Beal
On Wed, May 13, 2015 at 10:25 PM, Warren Young w...@etr-usa.com wrote: I got this backtrace from running “fossil sqlite” under gdb on CentOS 5: #4 0x0045fcaa in search_init (zPattern=value optimized out, zMarkBegin=0x824a10 , zMarkEnd=0x0, zMarkGap=0x18820 Address 0x18820 out of