mirror of mongrel-development@rubyforge.org (inactive)
 help / color / mirror / Atom feed
* Can no longer checkout svn as anonymous
@ 2008-03-29 13:24 Luis Lavena
       [not found] ` <71166b3b0803290624h4b77a7ffu4a1b3dcc38e8ec94-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Luis Lavena @ 2008-03-29 13:24 UTC (permalink / raw)
  To: Mongrel Developers (ML)

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can no longer checkout svn as anonymous
       [not found] ` <71166b3b0803290624h4b77a7ffu4a1b3dcc38e8ec94-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-03-29 14:59   ` Evan Weaver
       [not found]     ` <b6f68fc60803290759y69ce4fan59e06cf5bc2b8a21-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Evan Weaver @ 2008-03-29 14:59 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
>  http://rubyforge.org/mailman/listinfo/mongrel-development
>



-- 
Evan Weaver
Cloudburst, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can no longer checkout svn as anonymous
       [not found]     ` <b6f68fc60803290759y69ce4fan59e06cf5bc2b8a21-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-03-29 15:03       ` Luis Lavena
       [not found]         ` <71166b3b0803290803s792fd3ffk22fa4a9f12f89da4-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Luis Lavena @ 2008-03-29 15:03 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

On Sat, Mar 29, 2008 at 11:59 AM, Evan Weaver <evan-72XWLPH10WVXUHR/Jj/Uug@public.gmane.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can no longer checkout svn as anonymous
       [not found]         ` <71166b3b0803290803s792fd3ffk22fa4a9f12f89da4-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-03-29 15:10           ` Evan Weaver
       [not found]             ` <b6f68fc60803290810v50948afco159909ae336f79d7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Evan Weaver @ 2008-03-29 15:10 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Sat, Mar 29, 2008 at 11:59 AM, Evan Weaver <evan-72XWLPH10WVXUHR/Jj/Uug@public.gmane.org> 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-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
>  http://rubyforge.org/mailman/listinfo/mongrel-development
>



-- 
Evan Weaver
Cloudburst, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can no longer checkout svn as anonymous
       [not found]             ` <b6f68fc60803290810v50948afco159909ae336f79d7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-03-29 15:15               ` Luis Lavena
       [not found]                 ` <71166b3b0803290815v38b41433oa83a38560ea08769-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Luis Lavena @ 2008-03-29 15:15 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

On Sat, Mar 29, 2008 at 12:10 PM, Evan Weaver <evan-72XWLPH10WVXUHR/Jj/Uug@public.gmane.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can no longer checkout svn as anonymous
       [not found]                 ` <71166b3b0803290815v38b41433oa83a38560ea08769-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-03-29 15:23                   ` Evan Weaver
  0 siblings, 0 replies; 6+ messages in thread
From: Evan Weaver @ 2008-03-29 15:23 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Sat, Mar 29, 2008 at 12:10 PM, Evan Weaver <evan-72XWLPH10WVXUHR/Jj/Uug@public.gmane.org> 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-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
>  http://rubyforge.org/mailman/listinfo/mongrel-development
>



-- 
Evan Weaver
Cloudburst, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-29 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-29 13:24 Can no longer checkout svn as anonymous Luis Lavena
     [not found] ` <71166b3b0803290624h4b77a7ffu4a1b3dcc38e8ec94-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-03-29 14:59   ` Evan Weaver
     [not found]     ` <b6f68fc60803290759y69ce4fan59e06cf5bc2b8a21-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-03-29 15:03       ` Luis Lavena
     [not found]         ` <71166b3b0803290803s792fd3ffk22fa4a9f12f89da4-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-03-29 15:10           ` Evan Weaver
     [not found]             ` <b6f68fc60803290810v50948afco159909ae336f79d7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-03-29 15:15               ` Luis Lavena
     [not found]                 ` <71166b3b0803290815v38b41433oa83a38560ea08769-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-03-29 15:23                   ` Evan Weaver

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 read-only IMAP folder(s) and NNTP newsgroup(s).