On Thu, Mar 29, 2012 at 12:08 PM, Martin Gagnon <eme...@gmail.com> wrote:

>
>> What fossil version are you using?
>>
>>
> Latest version from trunk.
>
> I've look at this fix, it look like to affect only cgi mode, right ?
>

The way ssh:// works is that the local side sends appropriate shell
commands to the far end to start a mini-webserver that interprets HTTP
requests coming over the ssh pipe.  Then then the local side starts sending
the same HTTP requests over the ssh pipe that it would have been sending
over the network if you had used http://.  The far side handles those
requests and sends replies back over to the local end over the same ssh
pipe.

So, right.  The patch "only [e]ffects cgi mode".  Kinda.  But that is the
only "mode" that ssh uses.



>  In my case, I point to the ".fossil" directly using ssh://. Which should
> be equivalent of using file:// locally I guess.
>
> --
> Martin G.
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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