Re: [fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-13 Thread Juan Francisco Cantero Hurtado
On 13/12/17 18:02, Warren Young wrote: On Dec 12, 2017, at 12:33 PM, Juan Francisco Cantero Hurtado wrote: I want share a fossil repo using a static http server Call something like this from a crontab: $ wget -O /var/www/html/dl/my-project.zip

Re: [fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-13 Thread Warren Young
On Dec 12, 2017, at 12:33 PM, Juan Francisco Cantero Hurtado wrote: > > I want share a fossil repo using a static http server Call something like this from a crontab: $ wget -O /var/www/html/dl/my-project.zip http://localhost:8080/zip Then in the HTML: Download >

Re: [fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-12 Thread Stephan Beal
In short, no. To be able to clone, fossil needs a server process of some sort, which means either CGI or a the built-in standalone http server. It can use SSH, but that uses fossil's built-in server to do the real work. PS: the db does not store raw user passwords, but does store hashes of those

[fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-12 Thread Juan Francisco Cantero Hurtado
Something like: https://git-scm.com/book/en/v1/Git-Internals-Transfer-Protocols#The-Dumb-Protocol https://www.mercurial-scm.org/wiki/StaticHTTP IIUC, the .fossil files include the users passwords and I don't know if those include more private info. So, I can't just share directly the file.