Difference between revisions of "Downloading Source"

From Earlham CS Department
Jump to navigation Jump to search
(Created page with "==Mac and Windows== #Download Mercurial [http://mercurial.selenic.com/downloads/] #In a shell, navigate to your Eclipse workspace folder #Type: <code>hg clone https://android.pos...")
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Mac and Windows==
+
== General ==
 +
* http://bs0.cluster.earlham.edu/~posit/positweb/web/main - Local POSIT server
 +
* Use this client clone from the Google repository: charlespeck-ec-client (you can commit changes to this clone)
 +
** Checkout: <code>hg clone https://code.google.com/r/charlespeck-ec-client/</code>
 +
** Change branch: navigate to source folder - <code>hg update test_branch</code>
 +
** Home Page: http://code.google.com/r/charlespeck-ec-client/source/browse/
 +
* Use this server clone from the Google repository: charlespeck-ec-server (you can commit changes to this clone)
 +
** Checkout: <code>hg clone https://code.google.com/r/charlespeck-ec-server/</code>
 +
** Home Page: http://code.google.com/r/charlespeck-ec-server/source/browse/
 +
 
 +
==OSX, Windows, Linux==
 
#Download Mercurial [http://mercurial.selenic.com/downloads/]
 
#Download Mercurial [http://mercurial.selenic.com/downloads/]
#In a shell, navigate to your Eclipse workspace folder
+
#In a shell, navigate to someplace other than your Eclipse workspace folder and use the instructions above.
#Type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</code>
 
#Open Eclipse
 
#Go to File -> Import
 
#Under "General", click on "Existing Projects into Workspace"
 
#Hit Next
 
#Browse your workspace directory and find the Posit project file you downloaded with Mercurial
 
#Click Finish
 
 
 
==Linux==
 
'''Note:''' Not tested for Linux, can someone confirm
 
#Download the source with your tool of choise
 
# From the shell, type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</code>
 
#Open Eclipse
 
#Go to File -> Import
 
#Under "General", click on "Existing Projects into Workspace"
 
#Hit Next
 
#Browse your workspace directory and find the Posit project file you downloaded with Mercurial
 
#Click Finish
 

Latest revision as of 16:49, 14 April 2012

General

OSX, Windows, Linux

  1. Download Mercurial [1]
  2. In a shell, navigate to someplace other than your Eclipse workspace folder and use the instructions above.