You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2012/12/13 08:42:38 UTC

svn commit: r842050 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/ content/contributors/resources/

Author: buildbot
Date: Thu Dec 13 07:42:37 2012
New Revision: 842050

Log:
Staging update by buildbot for isis

Added:
    websites/staging/isis/trunk/content/contributors/resources/importing-projects-1.png   (with props)
    websites/staging/isis/trunk/content/contributors/resources/importing-projects-2.png   (with props)
    websites/staging/isis/trunk/content/contributors/resources/sharing-projects-1.png   (with props)
    websites/staging/isis/trunk/content/contributors/resources/sharing-projects-2.png   (with props)
Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/building-isis.html
    websites/staging/isis/trunk/content/contributors/using-git.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 07:42:37 2012
@@ -1 +1 @@
-1420374
+1421105

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 07:42:37 2012
@@ -1 +1 @@
-1420374
+1421105

Modified: websites/staging/isis/trunk/content/contributors/building-isis.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/building-isis.html (original)
+++ websites/staging/isis/trunk/content/contributors/building-isis.html Thu Dec 13 07:42:37 2012
@@ -202,6 +202,11 @@ MAVEN_OPTS=-Xms512m -Xmx1024m -XX:MaxPer
 mvn clean install
 </pre>
 
+<!--
+TODO: x-ref importing-projects
+TODO: x-ref sharing projects
+-->
+
 
 
       </div>

Added: websites/staging/isis/trunk/content/contributors/resources/importing-projects-1.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/contributors/resources/importing-projects-1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/contributors/resources/importing-projects-2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/contributors/resources/importing-projects-2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/contributors/resources/sharing-projects-1.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/contributors/resources/sharing-projects-1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/isis/trunk/content/contributors/resources/sharing-projects-2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/isis/trunk/content/contributors/resources/sharing-projects-2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/isis/trunk/content/contributors/using-git.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/using-git.html (original)
+++ websites/staging/isis/trunk/content/contributors/using-git.html Thu Dec 13 07:42:37 2012
@@ -216,7 +216,11 @@
 
 <h4>Installing Git</h4>
 
-<p>The easiest place to get hold of command-line git is probably the <a href="http://git-scm.com/downloads">github download page</a>. On Windows, this also installs the rather good mSysGit Unix shell.</p>
+<p>The easiest place to get hold of command-line git is probably the <a href="http://git-scm.com/downloads">github download page</a>.</p>
+
+<p>On Windows, this also installs the rather good mSysGit Unix shell.  We recommend that you enable git for both the mSysgit and the Windows command prompt:</p>
+
+<p><img src="resources/setting-up-git.png" width="500px"></img></p>
 
 <p>Once git is installed, the two main command line tools to note are:</p>