[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[maybe ot?] RubyForge now supports SFTP...

Tom Copeland

3/24/2005 2:14:00 PM

...many thanks to Brian Candler for making this work. An example
session:

===================
[tom@hal tmp]$ sftp tom@rubyforge.org
Connecting to rubyforge.org...
tom@rubyforge.org's password:
sftp> ls -l
-rwxr-xr-x 1 tom tom 62 Oct 27 14:05 alltail.sh
drwxrwxr-x 2 tom tom 4096 Oct 25 11:35 cron
-rwxr-xr-x 1 tom tom 762 Dec 16 16:04 decode.rb
-rw-r--r-- 1 tom tom 5 Mar 24 09:04 test.txt
[ ... various other files ... ]
sftp> rm test.txt
Removing /home/tom/test.txt
sftp> bye
[tom@hal tmp]$
===================

Yours,

Tom



7 Answers

Florian Gross

3/24/2005 2:40:00 PM

0

Tom Copeland wrote:

> ..many thanks to Brian Candler for making this work. An example
> session:
>
> ===================
> [tom@hal tmp]$ sftp tom@rubyforge.org
> Connecting to rubyforge.org...

Thanks a *bunch* to both of you for making this work!

Let the sound of a thousand web roots getting cleaned up be heard. ;)

james_b

3/24/2005 2:45:00 PM

0

Tom Copeland wrote:
> ...many thanks to Brian Candler for making this work. An example
> session:


Thanks Tom, Brian. I just tried it out and it's quite sweet. Well done.

James
--

http://www.ru...
http://www.r...
http://catapult.rub...
http://orbjson.rub...
http://ooo4r.rub...
http://www.jame...


Tom Copeland

3/24/2005 2:52:00 PM

0

On Thu, 2005-03-24 at 23:44 +0900, Florian Gross wrote:
> Let the sound of a thousand web roots getting cleaned up be heard. ;)

Exactly! Let's see, /var is at 9163272 blocks used... maybe that number
will shrink :-)

Yours,

Tom




Eric Hodel

3/24/2005 7:49:00 PM

0

On 24 Mar 2005, at 06:14, Tom Copeland wrote:

> ...many thanks to Brian Candler for making this work. An example
> session:

Sweet!

Now when do we get rsync?

rsync --delete is much friendlier, and on your bandwidth!

--
Eric Hodel - drbrain@segment7.net - http://se...
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

Tom Copeland

3/24/2005 8:39:00 PM

0

On Fri, 2005-03-25 at 04:49 +0900, Eric Hodel wrote:
> On 24 Mar 2005, at 06:14, Tom Copeland wrote:
>
> > ...many thanks to Brian Candler for making this work. An example
> > session:
>
> Sweet!
>
> Now when do we get rsync?
>
> rsync --delete is much friendlier, and on your bandwidth!

True, that would be nice... hm. We'll see!

Yours,

Tom




Joshua J. Kugler

3/25/2005 2:20:00 AM

0

Woohoo! Thank you very much.

Now, another feature request: Subversion. Any possibility? Or at least
allow us to edit the CVS page on rubyforge to point users to an
off-site Subversion repository?

j----- k-----

--
Joshua J. Kugler -- Fairbanks, Alaska -- ICQ#:13706295
Every knee shall bow, and every tongue confess, in heaven, on earth, and
under the earth, that Jesus Christ is LORD -- Count on it!


Tom Copeland

3/25/2005 2:33:00 AM

0

On Fri, 2005-03-25 at 11:20 +0900, Joshua J. Kugler wrote:
> Woohoo! Thank you very much.
>
> Now, another feature request: Subversion. Any possibility? Or at least
> allow us to edit the CVS page on rubyforge to point users to an
> off-site Subversion repository?

Hm. This will probably be introduced when we upgrade to GForge 4.0...
whenever that is.

I like the idea to allow a pointer to an off-site source control
location... be it Svn, Darcs, or whatever. Not sure about a good way to
do that, though...

Yours,

Tom