[macruby-changes] [5309] MacRubyWebsite/trunk/content

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 26 23:57:13 PDT 2011


Revision: 5309
          http://trac.macosforge.org/projects/ruby/changeset/5309
Author:   lsansonetti at apple.com
Date:     2011-03-26 23:57:10 -0700 (Sat, 26 Mar 2011)
Log Message:
-----------
github move blabla

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/_steps.txt
    MacRubyWebsite/trunk/content/source.txt

Added Paths:
-----------
    MacRubyWebsite/trunk/content/blog/2011/03/26/
    MacRubyWebsite/trunk/content/blog/2011/03/26/github.txt

Modified: MacRubyWebsite/trunk/content/_steps.txt
===================================================================
--- MacRubyWebsite/trunk/content/_steps.txt	2011-03-25 22:52:21 UTC (rev 5308)
+++ MacRubyWebsite/trunk/content/_steps.txt	2011-03-27 06:57:10 UTC (rev 5309)
@@ -9,7 +9,7 @@
 </div>
 <div id="step2">
   <p>Check out the <a href="/documentation/tutorial.html">tutorial</a>, <a href="/documentation.html">resources</a> 
-     and <a href="http://svn.macosforge.org/repository/ruby/MacRuby/trunk/sample-macruby">examples</a> that are available.</p>
+     and <a href="file:///Developer/Examples/Ruby/MacRuby/">examples</a> that are available.</p>
 </div>
 
-<hr size="0" noshade class="harvardrule" />
\ No newline at end of file
+<hr size="0" noshade class="harvardrule" />

Added: MacRubyWebsite/trunk/content/blog/2011/03/26/github.txt
===================================================================
--- MacRubyWebsite/trunk/content/blog/2011/03/26/github.txt	                        (rev 0)
+++ MacRubyWebsite/trunk/content/blog/2011/03/26/github.txt	2011-03-27 06:57:10 UTC (rev 5309)
@@ -0,0 +1,24 @@
+--- 
+title:      Moved to GitHub
+created_at: 2011-03-26 23:47:28.622654 -07:00
+blog_post:  true
+layout:     blog_entry
+author:     lrz
+filter:
+  - erb
+  - textile
+--- 
+<% @page[:excerpt] = capture_erb do %>
+The MacRuby source code repository is moving to GitHub!
+<% end %>
+<%= RedCloth.new(@page.excerpt).to_html %>
+
+MacRuby has been developed inside a Subversion repository since its inception, but we think that now is the time to switch to Git, and GitHub is the best place to do it.
+
+MacRuby's source code is now available from "https://github.com/MacRuby/MacRuby":https://github.com/MacRuby/MacRuby. You will also find the source code of this website and the Control Tower project under the same organization.
+
+Only the source code repository has moved, the rest of the infrastructure, such as nightly builds or Trac tickets, hasn't changed.
+
+The development of MacRuby now continues on GitHub. The previous Subversion repository has been emptied, and will not be updated.
+
+We hope that, by being on GitHub, developers will be able to contribute changes to the project more easily, and that we will be able to reach our 1.0 milestone more gracefully.

Modified: MacRubyWebsite/trunk/content/source.txt
===================================================================
--- MacRubyWebsite/trunk/content/source.txt	2011-03-25 22:52:21 UTC (rev 5308)
+++ MacRubyWebsite/trunk/content/source.txt	2011-03-27 06:57:10 UTC (rev 5309)
@@ -9,16 +9,16 @@
 
 h2. MacRuby Development
 
-MacRuby development happens in the trunk Subversion branch. However, be careful, because trunk may not work (or even compile) all of the time.
+MacRuby development happens in the master branch of our "GitHub":https://github.com/MacRuby/MacRuby repository. However, be careful, because it may not work (or even compile) all of the time.
 
 <pre class="commands">
-$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk MacRuby-trunk
+$ git clone git://github.com/MacRuby/MacRuby.git macruby
 </pre>
 
-If you want to grab the sources of a specific release, look into the tags directory. For example, to grab the sources of the latest release:
+If you want to grab the sources of a specific release, look for the specific branch. For example, to grab the sources of the latest release:
 
 <pre class="commands">
-$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.10 MacRuby-0.10
+$ git clone -b 0.10 git://github.com/MacRuby/MacRuby.git macruby-0.10
 </pre>
 
 For building instructions, please refer to README.rdoc file, but the basic build instructions are:
@@ -28,12 +28,4 @@
 $ sudo rake install
 </pre>
 
-You can also "browse the repository":http://svn.macosforge.org/repository/ruby/MacRuby/trunk online.
-
-h2. Git
-
-Git aficionados will be glad to learn that there is an official mirror of the SVN trunk repository available:
-
-<pre class="commands">
-$ git clone git://git.macruby.org/macruby/MacRuby.git
-</pre>
+You can also "browse the repository":https://github.com/MacRuby/MacRuby online.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110326/4ec42d02/attachment.html>


More information about the macruby-changes mailing list