Luis Lavena
2008-Mar-29 13:24 UTC
[Mongrel-development] Can no longer checkout svn as anonymous
Hello guys, After the move to Trac, my CI can no longer checkout from the repository. Been using the http path stated here: http://rubyforge.org/scm/?group_id=1306 using this command: svn checkout http://mongrel.rubyforge.org/svn/ which no longer works, since mongrel.rubyforge now resolves to the trac instance. Any workaround this? Maybe is a Rubyforge thing that RF staff can solve? For the time being, I''m switching to svn:// protocol. Just FYI. -- Luis Lavena Multimedia systems - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams
Evan Weaver
2008-Mar-29 14:59 UTC
[Mongrel-development] Can no longer checkout svn as anonymous
svn:// works, or you can point mongrel.rubyforge.org to the Rubyforge.org IP in your /etc/hosts file. If there''s some Apache rewrite I can add so that that URL still gets forwarded I will do it, but I wasn''t quite sure how. Evan On Sat, Mar 29, 2008 at 9:24 AM, Luis Lavena <luislavena at gmail.com> wrote:> Hello guys, > > After the move to Trac, my CI can no longer checkout from the > repository. Been using the http path stated here: > > http://rubyforge.org/scm/?group_id=1306 > > using this command: > > svn checkout http://mongrel.rubyforge.org/svn/ > > which no longer works, since mongrel.rubyforge now resolves to the > trac instance. > > Any workaround this? Maybe is a Rubyforge thing that RF staff can solve? > > For the time being, I''m switching to svn:// protocol. > > Just FYI. > -- > Luis Lavena > Multimedia systems > - > Human beings, who are almost unique in having the ability to learn from > the experience of others, are also remarkable for their apparent > disinclination to do so. > Douglas Adams > _______________________________________________ > Mongrel-development mailing list > Mongrel-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-development >-- Evan Weaver Cloudburst, LLC
Luis Lavena
2008-Mar-29 15:03 UTC
[Mongrel-development] Can no longer checkout svn as anonymous
On Sat, Mar 29, 2008 at 11:59 AM, Evan Weaver <evan at cloudbur.st> wrote:> svn:// works, or you can point mongrel.rubyforge.org to the > Rubyforge.org IP in your /etc/hosts file. >Started to use svn:// for the CI, thank you.> If there''s some Apache rewrite I can add so that that URL still gets > forwarded I will do it, but I wasn''t quite sure how. >I don''t know. Last time I played with apache was in the 90''s and with 1.x version I guess. -- Luis Lavena Multimedia systems - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams
Evan Weaver
2008-Mar-29 15:10 UTC
[Mongrel-development] Can no longer checkout svn as anonymous
I guess I could just try it. I wasn''t sure if you could forward to a remote server in a sane way. Evan On Sat, Mar 29, 2008 at 11:03 AM, Luis Lavena <luislavena at gmail.com> wrote:> On Sat, Mar 29, 2008 at 11:59 AM, Evan Weaver <evan at cloudbur.st> wrote: > > svn:// works, or you can point mongrel.rubyforge.org to the > > Rubyforge.org IP in your /etc/hosts file. > > > > Started to use svn:// for the CI, thank you. > > > > If there''s some Apache rewrite I can add so that that URL still gets > > forwarded I will do it, but I wasn''t quite sure how. > > > > I don''t know. Last time I played with apache was in the 90''s and with > 1.x version I guess. > > -- > > > Luis Lavena > Multimedia systems > - > Human beings, who are almost unique in having the ability to learn from > the experience of others, are also remarkable for their apparent > disinclination to do so. > Douglas Adams > _______________________________________________ > Mongrel-development mailing list > Mongrel-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-development >-- Evan Weaver Cloudburst, LLC
Luis Lavena
2008-Mar-29 15:15 UTC
[Mongrel-development] Can no longer checkout svn as anonymous
On Sat, Mar 29, 2008 at 12:10 PM, Evan Weaver <evan at cloudbur.st> wrote:> I guess I could just try it. I wasn''t sure if you could forward to a > remote server in a sane way.svn will follow redirects, by default, http://mongrel.rubyforge.org/svn/ was redirecting to itself... (at least that was bzr pulling reported). Regards and thank you, -- Luis Lavena Multimedia systems - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams
Evan Weaver
2008-Mar-29 15:23 UTC
[Mongrel-development] Can no longer checkout svn as anonymous
Rubyforge needs to see the Host: header to know which repository to access, so just a plain 30x isn''t good enough. Evan On Sat, Mar 29, 2008 at 11:15 AM, Luis Lavena <luislavena at gmail.com> wrote:> On Sat, Mar 29, 2008 at 12:10 PM, Evan Weaver <evan at cloudbur.st> wrote: > > I guess I could just try it. I wasn''t sure if you could forward to a > > remote server in a sane way. > > svn will follow redirects, by default, > http://mongrel.rubyforge.org/svn/ was redirecting to itself... (at > least that was bzr pulling reported). > > Regards and thank you, > -- > > > Luis Lavena > Multimedia systems > - > Human beings, who are almost unique in having the ability to learn from > the experience of others, are also remarkable for their apparent > disinclination to do so. > Douglas Adams > _______________________________________________ > Mongrel-development mailing list > Mongrel-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-development >-- Evan Weaver Cloudburst, LLC