Query if project uses svn or git on Rubyforge

T

Trans

I need to check to see if a rubyforge project is using git or svn,
given the name of the project. A simple hack appears to suffice:

require 'open-uri'

page = open("http://rubyforge.org/projects/#{project_name}/").read
page =~ /(svn|git)/mi
type = $1

But that certainly isn't a robust solution. Is there a foolproof way?

Thanks,
7.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top