You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2014/08/13 18:15:03 UTC

svn commit: r1617750 - /openoffice/site/trunk/content/source.mdtext

Author: kschenk
Date: Wed Aug 13 16:15:03 2014
New Revision: 1617750

URL: http://svn.apache.org/r1617750
Log:
Added info about git repository

Modified:
    openoffice/site/trunk/content/source.mdtext

Modified: openoffice/site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/openoffice/site/trunk/content/source.mdtext?rev=1617750&r1=1617749&r2=1617750&view=diff
==============================================================================
--- openoffice/site/trunk/content/source.mdtext (original)
+++ openoffice/site/trunk/content/source.mdtext Wed Aug 13 16:15:03 2014
@@ -26,12 +26,19 @@ For further information see the [Apache 
 
 ## Getting the source code
 
+### Using SVN 
+
 This will get you everything, including the language files:
 
     svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo
 
 Including SVN overhead, this requires approximately 4 GB of storage.
 
+### Using GIT
+
+You can use our git repository for downloading source but not committing (read only):
+    [https://github.com/apache/openoffice](https://github.com/apache/openoffice)
+
 ## Browsing/Searching Source Code