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

svn commit: r1421105 - in /isis/site/trunk/content/contributors: building-isis.md resources/importing-projects-1.png resources/importing-projects-2.png resources/sharing-projects-1.png resources/sharing-projects-2.png using-git.md

Author: danhaywood
Date: Thu Dec 13 07:42:19 2012
New Revision: 1421105

URL: http://svn.apache.org/viewvc?rev=1421105&view=rev
Log:
isis site - minor updates for contributor guidance

Added:
    isis/site/trunk/content/contributors/resources/importing-projects-1.png   (with props)
    isis/site/trunk/content/contributors/resources/importing-projects-2.png   (with props)
    isis/site/trunk/content/contributors/resources/sharing-projects-1.png   (with props)
    isis/site/trunk/content/contributors/resources/sharing-projects-2.png   (with props)
Modified:
    isis/site/trunk/content/contributors/building-isis.md
    isis/site/trunk/content/contributors/using-git.md

Modified: isis/site/trunk/content/contributors/building-isis.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/building-isis.md?rev=1421105&r1=1421104&r2=1421105&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/building-isis.md (original)
+++ isis/site/trunk/content/contributors/building-isis.md Thu Dec 13 07:42:19 2012
@@ -1,5 +1,6 @@
 Title: Building Isis
 
+
 ## Introduction
 
 Check out the Isis source code as documented [here](using-git.html).
@@ -18,3 +19,9 @@ Build using:
 <pre>
 mvn clean install
 </pre>
+
+
+<!--
+TODO: x-ref importing-projects
+TODO: x-ref sharing projects
+-->

Added: isis/site/trunk/content/contributors/resources/importing-projects-1.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/resources/importing-projects-1.png?rev=1421105&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/contributors/resources/importing-projects-1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: isis/site/trunk/content/contributors/resources/importing-projects-2.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/resources/importing-projects-2.png?rev=1421105&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/contributors/resources/importing-projects-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: isis/site/trunk/content/contributors/resources/sharing-projects-1.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/resources/sharing-projects-1.png?rev=1421105&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/contributors/resources/sharing-projects-1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: isis/site/trunk/content/contributors/resources/sharing-projects-2.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/resources/sharing-projects-2.png?rev=1421105&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/contributors/resources/sharing-projects-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: isis/site/trunk/content/contributors/using-git.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/using-git.md?rev=1421105&r1=1421104&r2=1421105&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/using-git.md (original)
+++ isis/site/trunk/content/contributors/using-git.md Thu Dec 13 07:42:19 2012
@@ -30,7 +30,12 @@ This is accomplished using `git rebase`;
 
 #### Installing Git
 
-The easiest place to get hold of command-line git is probably the [github download page](http://git-scm.com/downloads). On Windows, this also installs the rather good mSysGit Unix shell.
+The easiest place to get hold of command-line git is probably the [github download page](http://git-scm.com/downloads).
+
+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:
+
+<img src="resources/setting-up-git.png" width="500px"></img>
+
 
 Once git is installed, the two main command line tools to note are: