[fossil-users] Core Dump in Shared Hosting

2012-08-17 Thread José Romero
Hi, I'm new to Fossil SCM. I'm trying to install the lastest binaries for linux in a shared hosting account. I've ssh access, but wheh I'm try to execute ./fossil (755 chmoded) a core dump is generated. I cannot build from sources, have no access to cc nor gcc in this account. The same happens

Re: [fossil-users] API?

2012-08-17 Thread Stephan Beal
n Sat, Aug 18, 2012 at 1:31 AM, Miles Fidelman mfidel...@meetinghouse.netwrote: Hi Folks, Is there any kind of RESTful API for accessing Fossil repositories? https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/view That's about the closest thing there is. It's

Re: [fossil-users] API?

2012-08-17 Thread Miles Fidelman
Stephan Beal wrote: n Sat, Aug 18, 2012 at 1:31 AM, Miles Fidelman mfidel...@meetinghouse.net mailto:mfidel...@meetinghouse.net wrote: Hi Folks, Is there any kind of RESTful API for accessing Fossil repositories?

Re: [fossil-users] API?

2012-08-17 Thread Nico Williams
On Fri, Aug 17, 2012 at 7:03 PM, Stephan Beal sgb...@googlemail.com wrote: On Sat, Aug 18, 2012 at 1:31 AM, Miles Fidelman mfidel...@meetinghouse.net wrote: Is there any kind of RESTful API for accessing Fossil repositories?

Re: [fossil-users] API?

2012-08-17 Thread Stephan Beal
On Sat, Aug 18, 2012 at 5:17 AM, Nico Williams n...@cryptonector.comwrote: That's very nice. Thanks! :-D What's not RESTful about it? At first glance I see it uses GET and POST appropriately, not using GET to create things, using POST to create/modify things. It doesn't use DELETE, but

Re: [fossil-users] API?

2012-08-17 Thread Nico Williams
On Fri, Aug 17, 2012 at 11:24 PM, Stephan Beal sgb...@googlemail.com wrote: Let's put it this way. To return 200 for a POST that actually failed is very strange -- the response entity had better, at the very least, not be cacheable if you'll do that. Arg, I meant 201 code. i would hope that