Re: [fossil-users] Fossil SCGI Server Regression (from 1.36 to 1.37)

2017-02-14 Thread Thomas Bilk
So I did bisect yesterday and oh wonder, everything worked properly. I don't know why I had an issue on Sunday but today it works on a new test server as well as on my production server. So all-clear for the server --scgi command. I would like to use the occasion to thank you developers of fossil

Re: [fossil-users] Fossil SCGI Server Regression (from 1.36 to 1.37)

2017-02-13 Thread Thomas Bilk
2017-02-13 0:28 GMT+01:00 Richard Hipp : >> I guess there was a regression introduced somewhere between [8b03934e] >> and [fb4b87d9]. > > Would you be willing to bisect for us? Sure. I will report my findings later today. ___

[fossil-users] Fossil SCGI Server Regression (from 1.36 to 1.37)

2017-02-12 Thread Thomas Bilk
Hi all. I was finally upgrading my fossil server and encountered what I assume to be a regression. I am using the fossil server with scgi behind an nginx web server. I am hosting a directory with fossil repositories. These is my configuration: The fossil server is started with this fossil server

Re: [fossil-users] Merge failed with SQL error

2016-12-18 Thread Thomas Bilk
I have had the same issue with a merge with versions 1.35, 1.36 and a recent trunk build. I finally managed to merge my branches with version 1.34 of Fossil. So I guess the problem might stem from the `merge-renames` branch (http://fossil-scm.org/index.html/timeline?t=merge-renames), that happened

Re: [fossil-users] Version 1.33

2015-06-02 Thread Thomas Bilk
I managed to recreate the problem in Opensuse 13.2 maybe there is a problem there. I have created a Dockerfile that sets up OpenSuse so that fossil can be built and run. The problem is the same as on my machine. So here is the Dockerfile:[http://pastebin.com/4tB0ZR85] If you already have Docker

Re: [fossil-users] Version 1.33

2015-06-01 Thread Thomas Bilk
I also cannot access the /reports url. When I curl the address I get an empty reply from the server. Does Fossil have some kind of error log? I am using the checkout [2b1261a59] with gcc 4.8.3 on OpenSuse. On Thu, May 28, 2015 at 7:06 PM, Richard Hipp d...@sqlite.org wrote: On 5/28/15,

Re: [fossil-users] Email notification on ticket creation or modification

2014-07-31 Thread Thomas Bilk
This can be achieved even easier as I discovered just recently. There is a rss command option for fossil that generates rss files. I use this bash script with a cron to generate all rss files to a public directory: #!/usr/bin/env bash for fos in `ls /var/repos/*.fossil`; do rss=`echo $fos | sed

Re: [fossil-users] looking for interesting new fossil skins

2014-02-14 Thread Thomas Bilk
Am 14.02.2014 11:02, schrieb Samuel Debionne: Hi Stephen, I have made a skin using Twitter Bootstrap CSS that looks quite good IMHO (responsive layout and all). Actually this is a bit more involving than just using the skin, it requires patching the markup that is generated by fossil a bit,