The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby/YARV Git mirrors online

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Christian Neukirchen

Posts: 188
Nickname: chris2
Registered: Mar, 2005

Christian Neukirchen is a student from Biberach, Germany playing and hacking with Ruby.
Ruby/YARV Git mirrors online Posted: Jul 2, 2006 2:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Christian Neukirchen.
Original Post: Ruby/YARV Git mirrors online
Feed Title: chris blogs: Ruby stuff
Feed URL: http://chneukirchen.org/blog/category/ruby.atom
Feed Description: a weblog by christian neukirchen - Ruby stuff
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Christian Neukirchen
Latest Posts From chris blogs: Ruby stuff

Advertisement

As explained, I converted the Ruby CVS repository to Git.

Today, I also did this with the YARV SVN repository, which turned out to be even hairier: git-svnimport fetches every file on it’s own which is impossible to tolerate for remote servers. Luckily, with help of SVK, I could create a local mirror of the Ruby SVN and import from that. Of course, during this operation, the SVN revision numbers got fucked up. One will have to live with this. (It seems Koichi uses SVK internally too, so the numbers aren’t of that much use anyway.)

There also is an SVN mirror made by tailor.py, however it lacks the tags and I only imported from revision 300 onwards. I don’t intent to go down that road any further.

Nevermind, there you are: http://chneukirchen.org/git/gitweb.cgi.

Please bear with the server, a Ruby clone will need about 40 megabytes, while the YARV repository is only 4 megabytes. (For unknown reasons, a checkout of the Ruby repository can take very long with the Git HTTP client. Consider using wget -r -np, which will be much faster.)

I’ll try to keep the mirrors uptodate, but it’s difficult to do this whilst keeping them efficient over plain HTTP (I can’t provide a native Git server at the moment, but if anyone wants to host one, I can setup cron jobs or the like to keep the mirrors up). I may only update them weekly (or daily, maybe).

Enjoy and happy version controlling!

NP: Bob Marley—I Shot The Sheriff

Read: Ruby/YARV Git mirrors online

Topic: Plugins in your Ruby application Previous Topic   Next Topic Topic: Installing Raspell on Intel Mac

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use