Dominic Sisneros
2006-Aug-22 15:54 UTC
[Rails-core] Can we update gems to edge at least weekly
At work, I am behind a firewall that blocks all subversion traffic. I am able to use rubygems to download rails but the gemserver at http://gems.rubyonrails.org hasn''t been updated to trunk in awhile (No restful stuff). Is it possible to update the gems to follow edge on a weekly basis thanks, dominic --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Corey Donohoe
2006-Aug-22 17:19 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote:> At work, I am behind a firewall that blocks all subversion traffic. I am > able to use rubygems to download rails but the gemserver at > http://gems.rubyonrails.org hasn''t been updated to trunk in awhile (No > restful stuff). Is it possible to update the gems to follow edge on a > weekly > basis > > thanks, > > dominic >If it''s just a proxy you can get around that via your ~/.subversion/servers file pretty easily. [global] http-proxy-host = 10.1.1.1 http-proxy-port = 8080 Seems like it''d be nice if the beta gems were generated regularly though. -- Corey http://www.atmos.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Dominic Sisneros
2006-Aug-22 18:37 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
I tried updating that file. This is what I get after that. D:\workspace\fti\vendor>svn co http://dev.rubyonrails.org/svn/rails/trunkrails svn: PROPFIND request failed on ''/svn/rails/trunk'' svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An established connection was aborted by the software in your host machine. (http://dev.rubyonrails.org ) On 8/22/06, Corey Donohoe <corey.donohoe@gmail.com> wrote:> > > On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote: > > At work, I am behind a firewall that blocks all subversion traffic. I > am > > able to use rubygems to download rails but the gemserver at > > http://gems.rubyonrails.org hasn''t been updated to trunk in awhile (No > > restful stuff). Is it possible to update the gems to follow edge on a > > weekly > > basis > > > > thanks, > > > > dominic > > > If it''s just a proxy you can get around that via your > ~/.subversion/servers file pretty easily. > > [global] > http-proxy-host = 10.1.1.1 > http-proxy-port = 8080 > > Seems like it''d be nice if the beta gems were generated regularly though. > > -- > Corey > http://www.atmos.org/ > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Jeremy Kemper
2006-Aug-22 19:12 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote:> > I tried updating that file. This is what I get after that. > > D:\workspace\fti\vendor>svn co http://dev.rubyonrails.org/svn/rails/trunkrails > svn: PROPFIND request failed on ''/svn/rails/trunk'' > svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An > established connection was > aborted by the software in your host machine. ( > http://dev.rubyonrails.org) >Curious - does svn co http://dev.rubyonrails.org/svn/rails/trunk/ work? svn over https could defeat the proxy too. jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Dominic Sisneros
2006-Aug-22 19:59 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
Nope, I got the same error message as above svn: PROPFIND request failed on ''/svn/rails/trunk'' svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An established connection was aborted by the software in your host machine. (http://dev.rubyonrails.org ) On 8/22/06, Jeremy Kemper <jeremy@bitsweat.net> wrote:> > On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote: > > > I tried updating that file. This is what I get after that. > > > > D:\workspace\fti\vendor>svn co > > http://dev.rubyonrails.org/svn/rails/trunk rails > > svn: PROPFIND request failed on ''/svn/rails/trunk'' > > svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An > > established connection was > > aborted by the software in your host machine. (http://dev.rubyonrails.org > > ) > > > > Curious - does > svn co http://dev.rubyonrails.org/svn/rails/trunk/ > work? > > svn over https could defeat the proxy too. > > jeremy > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Dominic Sisneros
2006-Aug-22 20:04 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
Also, I have another box that I use as a subversion server inside the WAN that I use for development and from this I am able to use svn with no problems so that my subversion client is working correctly, just not when going through our gateway thanks in advance dominic On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote:> > Nope, I got the same error message as above > > > svn: PROPFIND request failed on ''/svn/rails/trunk'' > svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An > established connection was > aborted by the software in your host machine. (http://dev.rubyonrails.org > ) > > On 8/22/06, Jeremy Kemper <jeremy@bitsweat.net> wrote: > > > > On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote: > > > > > I tried updating that file. This is what I get after that. > > > > > > D:\workspace\fti\vendor>svn co > > > http://dev.rubyonrails.org/svn/rails/trunk rails > > > svn: PROPFIND request failed on ''/svn/rails/trunk'' > > > svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An > > > established connection was > > > aborted by the software in your host machine. (http://dev.rubyonrails.org > > > ) > > > > > > > Curious - does > > svn co http://dev.rubyonrails.org/svn/rails/trunk/ > > work? > > > > svn over https could defeat the proxy too. > > > > jeremy > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Jeremy Kemper
2006-Aug-22 20:23 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote:> > Nope, I got the same error message as above > > svn: PROPFIND request failed on ''/svn/rails/trunk'' > svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An > established connection was > aborted by the software in your host machine. (http://dev.rubyonrails.org > ) >You have a couple of options, at least: - have your proxy server admin enable the WebDAV HTTP methods (at least PROPFIND) - ssh myown.external.machine -L 8000:dev.rubyonrails.org:80 -N; svn co http://myown.external.machine/svn/rails/trunk - wait for dev.rubyonrails.org to support SSL jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Corey Donohoe
2006-Aug-22 20:36 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote:> Also, I have another box that I use as a subversion server inside the WAN > that I use for development and from this I am able to use svn with no > problems so that my subversion client is working correctly, just not when going > through our gateway > > thanks in advance > > dominic >I have no clue cause I try to stay away from windows machines for development. Once upon a time at a previous job i had to export some http_proxy variable as a windows environmental variable to get something to work, but I don''t recall how I did it exactly. Might be worth googling. -- Corey http://www.atmos.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Josh Knowles
2006-Aug-22 20:42 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote:> > Also, I have another box that I use as a subversion server inside the WAN > that I use for development and from this I am able to use svn with no > problems > so that my subversion client is working correctly, just not when going > through our gateway >Have you tried using svn export as opposed to co? Not sure if this used the same PROPFIND method calls or not. Josh -- Josh Knowles joshknowles@gmail.com http://joshknowles.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Dominic Sisneros
2006-Aug-22 21:00 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
When rails first started out, the way to track edge from the wiki documents was to do gem install rails -s http://gems.rubyonrails.org Also, ''Rails Recipes'' (page 227 Living on the Edge) says to do sudo gem install rails -s http://gems.rubyonrails.org When I use this method now, it gives me Successfully installed rails-1.1.6 This gem doesn''t have any of the restful stuff. From my first post, is it possible to update the gems on a more frequent basis to track edge Thanks again, :-) dominic On 8/22/06, Jeremy Kemper <jeremy@bitsweat.net> wrote:> > On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote: > > > Nope, I got the same error message as above > > > > svn: PROPFIND request failed on ''/svn/rails/trunk'' > > svn: PROPFIND of ''/svn/rails/trunk'': Could not read status line: An > > established connection was > > aborted by the software in your host machine. (http://dev.rubyonrails.org > > ) > > > > You have a couple of options, at least: > - have your proxy server admin enable the WebDAV HTTP methods (at least > PROPFIND) > - ssh myown.external.machine -L 8000:dev.rubyonrails.org:80 -N; svn co > http://myown.external.machine/svn/rails/trunk > - wait for dev.rubyonrails.org to support SSL > > jeremy > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
Dominic Sisneros
2006-Aug-22 21:04 UTC
[Rails-core] Re: Can we update gems to edge at least weekly
Save error. The proxy is blocking all the WEBDAV methods On 8/22/06, Josh Knowles <joshknowles@gmail.com> wrote:> > > > On 8/22/06, Dominic Sisneros <dsisnero@gmail.com> wrote: > > > Also, I have another box that I use as a subversion server inside the > > WAN that I use for development and from this I am able to use svn with no > > problems > > so that my subversion client is working correctly, just not when going > > through our gateway > > > > > Have you tried using svn export as opposed to co? Not sure if this used > the same PROPFIND method calls or not. > > Josh > > > > > -- > Josh Knowles > joshknowles@gmail.com > http://joshknowles.com > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---