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

2014-07-28 Thread Raghavendra Chary B
Hi, This a documentation request. There are multiple ways to set up email notification on ticket creation or modification. I think simplest of them is using IFTTT approach, but i spent lot of time before i could find it. Hence I strongly feel this should be documented in official wiki, given

Re: [fossil-users] fossil vs git-based arrangements. code review and ticket export

2014-07-28 Thread Nico Williams
On Sat, Jul 26, 2014 at 10:04 PM, Eric Rubin-Smith eas@gmail.com wrote: Richard Hipp wrote: Fossil can give you the ticket data as SQL. I think that is probably about as portable as ticket data is going to get. +1 ... says the top SQL expert between here and the Romulan Neutral Zone.

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

2014-07-28 Thread Ross Berteig
On 7/28/2014 5:43 AM, Raghavendra Chary B wrote: ... There are multiple ways to set up email notification on ticket creation or modification. I think simplest of them is using IFTTT approach, but i spent lot of time before i could find it. Hence I strongly feel this should be documented in

Re: [fossil-users] fossil vs git-based arrangements. code review and ticket export

2014-07-28 Thread Stephan Beal
On Mon, Jul 28, 2014 at 8:13 PM, Nico Williams n...@cryptonector.com wrote: Sure, a JSON representation of the same data would be more portable in some sense, but either way you have a standard representation of ahem... [stephan@host:~/cvs/fossil/cwal/s2]$ f json timeline checkin -n 1 -I 2 {

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Bjorn Madsen
Hi - I just got a newbie asking how to get fossil to run in raspbian and of course searched the mail archives as the first option. Could you add a comment on the top of the download site that `apt-get install fossil` is available? Thank you :-) On 15 December 2013 18:11, Stephan Beal

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Richard Hipp
On Mon, Jul 28, 2014 at 3:09 PM, Bjorn Madsen bjorn.h.mad...@googlemail.com wrote: Hi - I just got a newbie asking how to get fossil to run in raspbian and of course searched the mail archives as the first option. Could you add a comment on the top of the download site that `apt-get install

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Stephan Beal
On Mon, Jul 28, 2014 at 9:15 PM, Richard Hipp d...@sqlite.org wrote: Maybe we just need to add a pre-compiled binary for raspbian... Incidentally, i built one for Holger (from the TCL conference) over the weekend: http://fossil.wanderinghorse.net/tmp/fossil-raspbian-20140826.bin -- -

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Stephan Beal
On Mon, Jul 28, 2014 at 9:25 PM, Stephan Beal sgb...@googlemail.com wrote: Incidentally, i built one for Holger (from the TCL conference) over the weekend: http://fossil.wanderinghorse.net/tmp/fossil-raspbian-20140826.bin Achtung: configured with: --json --with-openssl=none If you'd like

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Stephan Beal
On Mon, Jul 28, 2014 at 9:27 PM, Stephan Beal sgb...@googlemail.com wrote: If you'd like a specific build, let me know the options and my pi is now running 24/7 now, so i can get it built (the last guy who lived here LAN-wired the whole house, so i've got a place to stash the Pi!). BTW: that

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Richard Hipp
. I put a build for BeagleBone-Black at http://www.fossil-scm.org/tmp/fossil-beaglebone-black-20140728.zip - I don't know if this will work on raspian or not. Can somebody please try it and let me know. FWIW, took 6m36.130s to compile with -Os on the beaglebone. -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Stephan Beal
after a reconfigure/clean, so i can't do more than a few a day, though. I put a build for BeagleBone-Black at http://www.fossil-scm.org/tmp/fossil-beaglebone-black-20140728.zip - I don't know if this will work on raspian or not. Can somebody please try it and let me know. pi@raspberrypi

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Stephan Beal
On Mon, Jul 28, 2014 at 9:29 PM, Stephan Beal sgb...@googlemail.com wrote: BTW: that offer's not just for Richard - send your build option requests here and i'll get to them as time allows. It takes almost half an hour to build after a reconfigure/clean, so i can't do more than a few a day,

[fossil-users] Fossil does not handle this (ugly) scenario gracefully

2014-07-28 Thread Matt Welland
A fossil user accidentally created a file where he intended to create a directory. After correcting his mistake he was completely unable to commit. To repair this I moved his changes to a branch and recreated them correctly. I think fossil should handle this by disallowing a file to become a

Re: [fossil-users] Fossil on Raspberry Pi

2014-07-28 Thread Andy Bradford
Thus said Stephan Beal on Mon, 28 Jul 2014 23:27:04 +0200: (BTW: is --static preferred or not nowadays?) I prefer to use --static when fossil is going to be in a chrooted environment to minimize dependencies, but typically I use it without --static for daily use. Andy -- TAI64

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

2014-07-28 Thread Ross Berteig
On 7/28/2014 12:02 PM, Andreas Kupries wrote: On Mon, Jul 28, 2014 at 11:24 AM, Ross Berteig r...@cheshireeng.com wrote: We had a similar need here for a project that unfortunately could not have a public-facing server, There is also FX, the Fossil eXtension project, see

Re: [fossil-users] Suggestion for cloning

2014-07-28 Thread Andy Bradford
Thus said Baruch Burstein on Sun, 27 Jul 2014 23:31:17 +0300: When cloning a repository, if I don't have write privileges, can autosync by default be set to pullonly in the clone, to prevent annoying pull only - not authorized to push? Are you suggesting that the clone detect