Re: [fossil-users] Inofficial naming contest...

2013-07-30 Thread Gautier DI FOLCO
2013/7/30 Remigiusz Modrzejewski l...@maxnet.org.pl On Jul 30, 2013, at 12:06 , Stephan Beal wrote: Hi, all, As most of you know, work has begun on a prototype of what i unfortunately dubbed fossil v2. As it turns out, everything i want to do can be done on top of current repos,

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Gautier DI FOLCO
2013/7/22 Stephan Beal sgb...@googlemail.com The problem is the interpreter. i am not aware of a small embedable JS interpreter. SpiderMonkey/Jaegermonkey are complex and poorly documented. Google V8 is nice but (A) huge, (B) C++, and (C) they recently made drastic API changes which

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Gautier DI FOLCO
2013/7/22 Richard Offer rich...@whitequeen.com What about a web-hook type mechanism? If I want to write my hooks in Python, I implement them inside a simple web-server (i.e. python -m SimpleHttpServer), Likewise for any other interpreted langauge... I agree its not as nice as a real

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Gautier DI FOLCO
2013/7/22 Stephan Beal sgb...@googlemail.com That's an interesting idea. What would you imagine doing with fossil over RPC? For example putting the calls in queues (ZeroMQ, RabbitMQ, etc.) to make asynchronous and distributed calls, to have a scallable architecture.

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Gautier DI FOLCO
2013/7/22 Stephan Beal sgb...@googlemail.com So you envision fossil making RPC calls to other services, correct? The JSON API is a sort of RPC service. If we will add scriptable triggers then they could do this sort of thing. Yes, it seems to be the simpliest way to do it, to make a hook

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Gautier DI FOLCO
2013/7/22 Stephan Beal sgb...@googlemail.com Then it starts looking like a message queue, and i personally have no intention of seeing fossil grow into such a creature. Keep it simple, RPCs can be queued by an external tool. ___ fossil-users mailing

Re: [fossil-users] fossil server --baseurl doesn't work with directories

2012-12-10 Thread Gautier DI FOLCO
2012/12/6 Richard Hipp d...@sqlite.org I have your requests (both this on and FOSSIL_USERS). I'm a little busy now fixing problems on other systems. Remind me if I fail to get back to this within a few days. On Thu, Dec 6, 2012 at 1:15 PM, Maxim Khitrov m...@mxcrypt.com wrote: On Thu,

[fossil-users] Questions about the checkout mecanism

2012-11-28 Thread Gautier DI FOLCO
Hi all, I have learned many things on fossil with the wiki but, even if how fossil manages branches is described I haven't seen why branches are differents directory (like bzr) instead of being the same directory with differents files (like git or hg)? Is it a technical problem? If yes, someone

Re: [fossil-users] Questions about the checkout mecanism

2012-11-28 Thread Gautier DI FOLCO
2012/11/28 Richard Hipp d...@sqlite.org On Wed, Nov 28, 2012 at 7:56 AM, Gautier DI FOLCO gautier.difo...@gmail.com wrote: Hi all, I have learned many things on fossil with the wiki but, even if how fossil manages branches is described I haven't seen why branches are differents

[fossil-users] Fossil integration in repositories dynamically managed

2012-11-20 Thread Gautier DI FOLCO
Hi all, I have to manage many (D)VCS and many repositories and I want to integrate fossil. I have many constraints and, for the moment, I have the following architecture: - A simple web interface which allow the creation and the deletion of repositories and the membre which are allowed to

[fossil-users] Incomplete settings command

2012-11-19 Thread Gautier DI FOLCO
Hi all, I have to manage mnay (D)VCS with dynamic repositories. I'd like to integrate fossil, but I have a problem: my infrastructure is based on REMOTE_USER, so I sought to make fossil using REMOTE_USER to identify the user. Fossil supports it! great :) but I can only activate him by the web

Re: [fossil-users] Incomplete settings command

2012-11-19 Thread Gautier DI FOLCO
2012/11/19 Richard Hipp d...@sqlite.org echo replace into config(name,value) values('remote_user_ok',1); | fossil sql So fast, thanks. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Problem on website with non-root repository

2012-09-26 Thread Gautier DI FOLCO
2012/9/26 Richard Hipp d...@sqlite.org On Wed, Sep 26, 2012 at 4:22 AM, Martijn Coppoolse li...@martijn.coppoolse.com wrote: Hello Gautier, I have multiple repositories on a server which hosts other things (like internal tools accessible via a web browser, etc.), so I setup nginx with

Re: [fossil-users] Problem on website with non-root repository

2012-09-25 Thread Gautier DI FOLCO
2012/9/17 Joan Picanyol i Puig lists-fos...@biaix.org * Richard Hipp d...@sqlite.org [20120916 20:06]: On Sun, Sep 16, 2012 at 1:57 PM, Gautier DI FOLCO gautier.difo...@gmail.com wrote: Hi all, I have multiple repositories on a server which hosts other things (like internal

[fossil-users] Problem on website with non-root repository

2012-09-16 Thread Gautier DI FOLCO
Hi all, I have multiple repositories on a server which hosts other things (like internal tools accessible via a web browser, etc.), so I setup nginx with the reverse proxy module, my fossil server is accessible via /fossil/, but all media, css, etc. are seeked at /, they are not founded, is their

[fossil-users] Unable to push on remote repository.

2012-08-26 Thread Gautier DI FOLCO
Hi all, I'm new to fossil and I have followed this post ( http://blog.appamatto.com/2011/11/13/multiple-fossil-repositories-setup.html) to setup a fossil on my home server (an OpenBSD 5.1 i386). I have the following nginx.conf : user _nginx; worker_processes 1; events { worker_connections

Re: [fossil-users] Unable to push on remote repository.

2012-08-26 Thread Gautier DI FOLCO
Hi, Thanks for your answer. 2012/8/26 Rene renew...@xs4all.nl Has the user _nginx on the server write permissions to the repo? No, I think it don't need it, because nginx is just a proxy, I run the 'fossil serve' command as fossil user, so it has the rights to write, and it works because I

Re: [fossil-users] The future of markdown-in-fossil

2012-07-30 Thread Gautier DI FOLCO
2012/7/30 Bill Burdick bill.burd...@gmail.com I'd like to see it included, as well! I'd like it too, it will be easier for beginnes (like me!). ___ fossil-users mailing list fossil-users@lists.fossil-scm.org