You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by ja...@apache.org on 2012/09/09 09:05:29 UTC

svn commit: r1382414 - /mrunit/site/trunk/content/development/source_and_guide.mdtext

Author: jarcec
Date: Sun Sep  9 07:05:29 2012
New Revision: 1382414

URL: http://svn.apache.org/viewvc?rev=1382414&view=rev
Log:
Changing repository location

Modified:
    mrunit/site/trunk/content/development/source_and_guide.mdtext

Modified: mrunit/site/trunk/content/development/source_and_guide.mdtext
URL: http://svn.apache.org/viewvc/mrunit/site/trunk/content/development/source_and_guide.mdtext?rev=1382414&r1=1382413&r2=1382414&view=diff
==============================================================================
--- mrunit/site/trunk/content/development/source_and_guide.mdtext (original)
+++ mrunit/site/trunk/content/development/source_and_guide.mdtext Sun Sep  9 07:05:29 2012
@@ -2,11 +2,11 @@ Title: Source and Guide
 
 ## Source
 
-MRUnit source code is maintained using Apache Subversion
+MRUnit source code is maintained using GIT
 
-Checkout the code using:
+Clone repository using:
 
-    svn co http://svn.apache.org/repos/asf/mrunit/trunk mrunit
+    git clone http://git-wip-us.apache.org/repos/asf/mrunit.git 
     
 Change http to https if you are a developer intending to make commits
 
@@ -32,6 +32,6 @@ with mvn package before committing
 planned release version as this is used to create the release notes.
 
 
-[Anonymous browser access]: http://svn.apache.org/viewvc/mrunit/
+[Anonymous browser access]: https://git-wip-us.apache.org/repos/asf?p=mrunit.git;a=summary 
 
 [Eclipse formatter]: java_conventions_2_spaces_only.xml
\ No newline at end of file