* Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? @ 2010-05-05 14:10 Michael Norman 2010-05-05 14:16 ` Shawn O. Pearce 2010-05-06 12:04 ` Florian Weimer 0 siblings, 2 replies; 8+ messages in thread From: Michael Norman @ 2010-05-05 14:10 UTC (permalink / raw) To: git Subject line says it all - does it help? Thanks in advance, --- Mike Norman ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? 2010-05-05 14:10 Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? Michael Norman @ 2010-05-05 14:16 ` Shawn O. Pearce 2010-05-05 14:20 ` Michael Norman 2010-05-06 12:04 ` Florian Weimer 1 sibling, 1 reply; 8+ messages in thread From: Shawn O. Pearce @ 2010-05-05 14:16 UTC (permalink / raw) To: Michael Norman; +Cc: git Michael Norman <mwnorman@gmail.com> wrote: > Subject line says it all - does it help? Not sure I can see how/why. The smart HTTP code helps git go through a firewall, not SVN. SVN already speaks HTTP, just somewhat inefficiently. -- Shawn. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? 2010-05-05 14:16 ` Shawn O. Pearce @ 2010-05-05 14:20 ` Michael Norman 2010-05-05 14:32 ` Scott Chacon 2010-05-05 14:33 ` Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? Nicolas Pitre 0 siblings, 2 replies; 8+ messages in thread From: Michael Norman @ 2010-05-05 14:20 UTC (permalink / raw) To: git; +Cc: Shawn O. Pearce Sigh - most SVN installations require ssh+svn for read/write access. Our company is changing firewall vendors and I have been told that our TortoisePlink+putty-session 'trick' may be blocked :-( On Wed, May 5, 2010 at 10:16 AM, Shawn O. Pearce <spearce@spearce.org> wrote: > Michael Norman <mwnorman@gmail.com> wrote: >> Subject line says it all - does it help? > > Not sure I can see how/why. The smart HTTP code helps git go > through a firewall, not SVN. SVN already speaks HTTP, just > somewhat inefficiently. > > -- > Shawn. > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? 2010-05-05 14:20 ` Michael Norman @ 2010-05-05 14:32 ` Scott Chacon 2010-05-05 14:55 ` SVN support at GitHub (was Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too?) Matthieu Moy 2010-05-05 14:33 ` Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? Nicolas Pitre 1 sibling, 1 reply; 8+ messages in thread From: Scott Chacon @ 2010-05-05 14:32 UTC (permalink / raw) To: Michael Norman; +Cc: git, Shawn O. Pearce Hey, On Wed, May 5, 2010 at 7:20 AM, Michael Norman <mwnorman@gmail.com> wrote: > Sigh - most SVN installations require ssh+svn for read/write access. > > Our company is changing firewall vendors and I have been told that our > TortoisePlink+putty-session 'trick' may be blocked :-( You can use GitHub for native SVN and Git access, both over http - that will allow you to use Git as the main repository as it should be. :) Scott ^ permalink raw reply [flat|nested] 8+ messages in thread
* SVN support at GitHub (was Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too?) 2010-05-05 14:32 ` Scott Chacon @ 2010-05-05 14:55 ` Matthieu Moy 2010-05-05 15:08 ` Scott Chacon 0 siblings, 1 reply; 8+ messages in thread From: Matthieu Moy @ 2010-05-05 14:55 UTC (permalink / raw) To: Scott Chacon; +Cc: Michael Norman, git, Shawn O. Pearce Scott Chacon <schacon@gmail.com> writes: > You can use GitHub for native SVN and Git access, both over http - > that will allow you to use Git as the main repository as it should be. > :) Wow, that's neat! Is it a private GitHub thing, or some open source code that other people can install on their own server? -- Matthieu Moy http://www-verimag.imag.fr/~moy/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: SVN support at GitHub (was Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too?) 2010-05-05 14:55 ` SVN support at GitHub (was Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too?) Matthieu Moy @ 2010-05-05 15:08 ` Scott Chacon 0 siblings, 0 replies; 8+ messages in thread From: Scott Chacon @ 2010-05-05 15:08 UTC (permalink / raw) To: Matthieu Moy; +Cc: Michael Norman, git, Shawn O. Pearce Hey, On Wed, May 5, 2010 at 7:55 AM, Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> wrote: > Scott Chacon <schacon@gmail.com> writes: > >> You can use GitHub for native SVN and Git access, both over http - >> that will allow you to use Git as the main repository as it should be. >> :) > > Wow, that's neat! > > Is it a private GitHub thing, or some open source code that other > people can install on their own server? > Right now our version is very tied to our weird infrastructure, and thus would not be generally useful, but I would like to fix and open source it someday. Currently it's not much different than the HeeChee project, however, which does largely the same thing, but for both Hg and Git. If you're interested, I would check that out: http://bitbucket.org/andrewgodwin/heechee/ Scott > -- > Matthieu Moy > http://www-verimag.imag.fr/~moy/ > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? 2010-05-05 14:20 ` Michael Norman 2010-05-05 14:32 ` Scott Chacon @ 2010-05-05 14:33 ` Nicolas Pitre 1 sibling, 0 replies; 8+ messages in thread From: Nicolas Pitre @ 2010-05-05 14:33 UTC (permalink / raw) To: Michael Norman; +Cc: git, Shawn O. Pearce On Wed, 5 May 2010, Michael Norman wrote: > Sigh - most SVN installations require ssh+svn for read/write access. > > Our company is changing firewall vendors and I have been told that our > TortoisePlink+putty-session 'trick' may be blocked :-( Any firewall installation ought to be configurable and allow for letting through selected ssh connections. If no I suggest you change firewall vendors again. Nicolas ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? 2010-05-05 14:10 Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? Michael Norman 2010-05-05 14:16 ` Shawn O. Pearce @ 2010-05-06 12:04 ` Florian Weimer 1 sibling, 0 replies; 8+ messages in thread From: Florian Weimer @ 2010-05-06 12:04 UTC (permalink / raw) To: git * Michael Norman: > Subject line says it all - does it help? The Subversion folks work on a different HTTP-based protocol, which is supposed to be more proxy/cache-friendly (it's no longer WebDAV). Until that is deployed on servers, there is little Git can do to improve the situation. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-05-06 12:25 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-05-05 14:10 Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? Michael Norman 2010-05-05 14:16 ` Shawn O. Pearce 2010-05-05 14:20 ` Michael Norman 2010-05-05 14:32 ` Scott Chacon 2010-05-05 14:55 ` SVN support at GitHub (was Re: Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too?) Matthieu Moy 2010-05-05 15:08 ` Scott Chacon 2010-05-05 14:33 ` Does recent 'smart' HTTP feature help git-svn thru unfriendly corp. firewalls too? Nicolas Pitre 2010-05-06 12:04 ` Florian Weimer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).