Google Groups Home
Help | Sign in
svn+http on RubyForge
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Tom Copeland  
View profile
(1 user)  More options Jul 20 2007, 8:19 pm
From: Tom Copeland <t...@infoether.com>
Date: Sat, 21 Jul 2007 09:19:57 +0900
Local: Fri, Jul 20 2007 8:19 pm
Subject: svn+http on RubyForge
Hi all -

Just wanted to let folks know that RubyForge now supports svn+http for
read-only access to the svn repositories.  For example:

====================
$ svn checkout http://mongrel.rubyforge.org/svn/trunk/ mongrel
A    mongrel/test
A    mongrel/test/test_command.rb
A    mongrel/test/test_redirect_handler.rb
A    mongrel/test/test_response.rb
A    mongrel/test/test_stats.rb
[ ... etc ... ]
====================

Enjoy!

Yours,

Tom
http://generatingparserswithjavacc.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Dober  
View profile
 More options Jul 21 2007, 2:01 pm
From: "Robert Dober" <robert.do...@gmail.com>
Date: Sun, 22 Jul 2007 03:01:49 +0900
Local: Sat, Jul 21 2007 2:01 pm
Subject: Re: svn+http on RubyForge
On 7/21/07, Tom Copeland <t...@infoether.com> wrote:

Great news and a good occasion to say thanks to Tom for the great work :)

Cheers
Robert

--
I always knew that one day Smalltalk would replace Java.
I just didn't know it would be called Ruby
-- Kent Beck


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomas Pospisek's Mailing Lists  
View profile
 More options Jul 21 2007, 5:10 pm
From: Tomas Pospisek's Mailing Lists <t...@sourcepole.ch>
Date: Sun, 22 Jul 2007 06:10:01 +0900
Local: Sat, Jul 21 2007 5:10 pm
Subject: Re: svn+http on RubyForge

On Sat, 21 Jul 2007, Tom Copeland wrote:
> Just wanted to let folks know that RubyForge now supports svn+http for
> read-only access to the svn repositories.

Nice, thanks! I had to "tunnel" through our own server in order to
checkout the current rubyforge mocha project at my current contract work.
It took me several calls, some month and a half of waiting and a formal
request for my client company to open the SVN port and then only to my own
machine ... ;-). Life will be easier now.
*t

--
-----------------------------------------------------------
   Tomas Pospisek
   http://sourcepole.com -  Linux & Open Source Solutions
-----------------------------------------------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Beer for Rubyforge [was: svn+http on RubyForge]" by Ryan Davis
Ryan Davis  
View profile
 More options Jul 21 2007, 9:52 pm
From: Ryan Davis <ry...@zenspider.com>
Date: Sun, 22 Jul 2007 10:52:40 +0900
Local: Sat, Jul 21 2007 9:52 pm
Subject: Beer for Rubyforge [was: svn+http on RubyForge]

On Jul 21, 2007, at 11:01 , Robert Dober wrote:

> On 7/21/07, Tom Copeland <t...@infoether.com> wrote:
>> Just wanted to let folks know that RubyForge now supports svn+http  
>> for
>> read-only access to the svn repositories.  For example:

> Great news and a good occasion to say thanks to Tom for the great  
> work :)

Even better would be to give a tangible "thank you" to Tom for doing  
such a damn fine job of maintaining and improving a critical resource  
to all of us. He likes dark beer and porter. I was thinking of  
getting some donations via paypal and sending him a thank you gift he  
could really appreciate.

If you're interested, let me know and I'll see what we can do.

P.S. I don't drink so suggestions on dark beer / porter that can be  
ordered and shipped via the interwebs would be appreciated.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Copeland  
View profile
 More options Jul 21 2007, 10:54 pm
From: Tom Copeland <t...@infoether.com>
Date: Sun, 22 Jul 2007 11:54:26 +0900
Local: Sat, Jul 21 2007 10:54 pm
Subject: Re: Beer for Rubyforge [was: svn+http on RubyForge]

Thanks to all for the kind words!  And should I receive beer, I promise
not to do any sysadmin work on RubyForge after drinking it :-)

Yours,

Tom


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "svn+http on RubyForge" by Tom Copeland
Tom Copeland  
View profile
 More options Jul 21 2007, 10:57 pm
From: Tom Copeland <t...@infoether.com>
Date: Sun, 22 Jul 2007 11:57:33 +0900
Local: Sat, Jul 21 2007 10:57 pm
Subject: Re: svn+http on RubyForge
On Sun, 2007-07-22 at 06:10 +0900, Tomas Pospisek's Mailing Lists wrote:

> On Sat, 21 Jul 2007, Tom Copeland wrote:

> > Just wanted to let folks know that RubyForge now supports svn+http for
> > read-only access to the svn repositories.

> Nice, thanks! I had to "tunnel" through our own server in order to
> checkout the current rubyforge mocha project at my current contract work.
> It took me several calls, some month and a half of waiting and a formal
> request for my client company to open the SVN port and then only to my own
> machine ... ;-). Life will be easier now.

Cool.  I hope to get svn+https up and running at some point too.  As far
as I can tell, it seems like svn+ssh and svn+https are mutually
exclusive for the same svn repo - either the filesystem has to handle
the permissions or mod_dav_svn has to.  I'm working on a automated way
for a project admin to elect one or another... we shall see....

Yours,

Tom


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Beer for Rubyforge [was: svn+http on RubyForge]" by M. Edward (Ed) Borasky
M. Edward (Ed) Borasky  
View profile
 More options Jul 22 2007, 1:09 am
From: "M. Edward (Ed) Borasky" <zn...@cesmail.net>
Date: Sun, 22 Jul 2007 14:09:00 +0900
Subject: Re: Beer for Rubyforge [was: svn+http on RubyForge]

Email me off list for some links to the best beer in the world from
right here in Oregon, USA. :) The breweries themselves don't appear to
ship, but there are retailers who do.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "svn+http on RubyForge" by Paul Duncan
Paul Duncan  
View profile
 More options Jul 23 2007, 9:41 am
From: Paul Duncan <p...@pablotron.org>
Date: Mon, 23 Jul 2007 22:41:06 +0900
Local: Mon, Jul 23 2007 9:41 am
Subject: Re: svn+http on RubyForge

* Tom Copeland (t...@infoether.com) wrote:

Try using mod_auth_pam to defer HTTP authentication to PAM; then people
don't have to pick and choose.

> Yours,

> Tom

--
Paul Duncan <p...@pablotron.org>        pabs in #ruby-lang (OPN IRC)
http://www.pablotron.org/               OpenPGP Key ID: 0x82C29562

  signature.asc
1K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Copeland  
View profile
 More options Jul 24 2007, 9:20 am
From: Tom Copeland <t...@infoether.com>
Date: Tue, 24 Jul 2007 22:20:44 +0900
Local: Tues, Jul 24 2007 9:20 am
Subject: Re: svn+http on RubyForge

On Mon, 2007-07-23 at 22:41 +0900, Paul Duncan wrote:
> * Tom Copeland (t...@infoether.com) wrote:
> > Cool.  I hope to get svn+https up and running at some point too.  As far
> > as I can tell, it seems like svn+ssh and svn+https are mutually
> > exclusive for the same svn repo - either the filesystem has to handle
> > the permissions or mod_dav_svn has to.  I'm working on a automated way
> > for a project admin to elect one or another... we shall see....

> Try using mod_auth_pam to defer HTTP authentication to PAM; then people
> don't have to pick and choose.

Cool, I'll look into that...

Thanks,

Tom


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google