Re: [Orgmode] problems cloning using the http protocol

2009-07-16 Thread Bastien
>> "For people who cannot use git, we provide zip >> or tar.gz snapshot release files corresponding >> to the latest git version. " Actually this cannot be true. AFAIK the snapshots were done by Carsten, not by the server. I fixed that so now the snapshots are updated each hour and will be as

Re: [Orgmode] problems cloning using the http protocol

2009-07-15 Thread Dias Badekas
Thanks for all your help. Turns out that the git version was 1.4.* and has a bug that prevented proper use of http_proxy settings. Upgrading to git 1.6.3.3 solved the problem. Now I can use git clone http:// Scot Becker writes: > Just tried: >git clone http://repo.or.cz/r/org-mode.

Re: [Orgmode] problems cloning using the http protocol

2009-07-15 Thread Dias Badekas
I was under the impression that downloading/pulling only the changes from git (even with the *dumb* http method) would be "better" than getting repeatedly the whole archive. According to some posts on this thread, maybe the above assumption is not correct with git. is that right ? Still, it seem

Re: [Orgmode] problems cloning using the http protocol

2009-07-15 Thread Giovanni Ridolfi
--- Mar 14/7/09, Richard Riley ha scritto: > Giovanni Ridolfi > writes: > > > --- Mar 14/7/09, Dias Badekas > ha scritto: > >> At work being behind a corporate firewall I have > no choice > >> but to use > >> the http protocol inorder to get the latest > development of > >> orgmode. > > > > wh

Re: [Orgmode] problems cloning using the http protocol

2009-07-14 Thread Richard Riley
Giovanni Ridolfi writes: > --- Mar 14/7/09, Dias Badekas ha scritto: >> At work being behind a corporate firewall I have no choice >> but to use >> the http protocol inorder to get the latest development of >> orgmode. > > why don't you download the zip file? > > http://orgmode.org/index.html#se

Re: [Orgmode] problems cloning using the http protocol

2009-07-14 Thread Nick Dokos
Scot Becker wrote: > I don't suppose anyone knows how to git org develpment releases > sometimes behind an http proxy and sometimes directly (as on a laptop > that is sometimes behind a firewall, and sometimes not.) I couldn't > make this to work. > AFAIK, with just an http proxy, you are stuc

Re: [Orgmode] problems cloning using the http protocol

2009-07-14 Thread Scot Becker
thanks, Nick On Tue, Jul 14, 2009 at 2:26 PM, Nick Dokos wrote: > Scot Becker wrote: > >> I don't suppose anyone knows how to git org develpment releases >> sometimes behind an http proxy and sometimes directly (as on a laptop >> that is sometimes behind a firewall, and sometimes not.)  I couldn'

Re: [Orgmode] problems cloning using the http protocol

2009-07-14 Thread Giovanni Ridolfi
--- Mar 14/7/09, Dias Badekas ha scritto: > At work being behind a corporate firewall I have no choice > but to use > the http protocol inorder to get the latest development of > orgmode. why don't you download the zip file? http://orgmode.org/index.html#sec-3.2 "For people who cannot use git,

Re: [Orgmode] problems cloning using the http protocol

2009-07-14 Thread Scot Becker
Just tried: git clone http://repo.or.cz/r/org-mode.git behind my corporate firewall, and it worked. It's slow, however. So I don't think the problem is on the server end. Did you try any other projects (using git+http proxy)? I don't suppose anyone knows how to git org develpment releases s