On 03/03/2012 12:04 AM, Guillermo Estrada wrote:
Hi, I've been trying to implement a webservice that hosts fossil
repositories. Kinda like chiselapp.com <http://chiselapp.com> . I have
achieved running my own server app written in golang to make the CGI
requests in a routed handler (i.e /user/repository ), but the problem
I'm facing is that the only way I can make it work is if a cgi script
exists to pass as argument to fossil.

Interesting! Will it be open source?

Is there any way around this?

I assume your Go program launches Fossil. When you open a CGI process, can't you just write to its standard input:

repository: /path/to/repo.fossil

?

--
Dmitry Chestnykh
http://www.codingrobots.com
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to