[fossil-users] clang-analyzer results (unchecked setgid/setuid returns)

2012-06-29 Thread John Nowak
Hopefully some Fossil developer finds this useful: http://heap.johnnowak.com/2012/06/29/scan-build-2012-06-29-1/ Mostly dead stores, but it seems that the return values of 'setgid' and 'setuid' are not checked at src/main.c:1137. All of the problems seem easily correctable. - jn

Re: [fossil-users] clang-analyzer results (unchecked setgid/setuid returns)

2012-06-29 Thread John Nowak
On 06/29/2012 05:29 PM, Andreas Kupries wrote: On 6/29/2012 1:49 PM, John Nowak wrote: Hopefully some Fossil developer finds this useful: http://heap.johnnowak.com/2012/06/29/scan-build-2012-06-29-1/ How complicated is the generation of such a report ? (Are scripts for this available

[fossil-users] problem importing from git

2011-06-29 Thread John Nowak
I am trying to import a very small git repository but I'm running into an error; I've no git branch named trunk if that makes a difference: $ git fast-export --full-tree --all | fossil import --git foo.fossil Rebuilding repository meta-data... 100.0% complete... Vacuuming... ok project-id:

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just realized I did this wrong. I'm new to fossil obviously. Still, deconstructing and then reconstructing results in the same

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 4:11 AM, Lluís Batlle i Rossell wrote: On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 8:37 AM, Lluís Batlle i Rossell wrote: What fossil version? This is fossil version [0448438c56] 2011-05-28 18:51:22 UTC ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] problem importing from git

2011-06-29 Thread John Nowak
On Jun 29, 2011, at 8:47 AM, Richard Hipp wrote: Try this: fossil open foo.fossil master No dice, even though I do have a branch named master as expected: $ fossil open foo.fossil master fossil: not a valid object name: master However, I was able to specify the only other