IronRuby > Frequently Asked Questions > How do I get the latest source code onto my computer?

How do I get the latest source code onto my computer?

Table of contents
No headers
IronRuby's source code is stored in Subversion. You can get the Subversion command-line client for most platforms from here.

To get the latest code onto your computer, open a command-prompt with svn.exe in your PATH environment variable, and run one of the following commands:   

  svn checkout svn://rubyforge.org/var/svn/ironruby
  svn checkout HTTP://ironruby.rubyforge.org/svn/trunk/

On Windows, TortoiseSVN is a great plugin for Windows Explorer that you can use as a graphical source control client when working with IronRuby.

Tag page
You must login to post a comment.