Difference between revisions of "Downloading Source"

From Earlham CS Department
Jump to navigation Jump to search
(Linux)
 
(3 intermediate revisions by 2 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://code.google.com/p/posit-mobile.plugin/</code>
 
 
 
==Linux==
 
'''Note:''' Not tested for Linux, can someone confirm
 
#Download the source with your tool of choise
 
# From the shell, type: <code><nowiki>hg clone https://code.google.com/p/posit-mobile.plugin/</nowiki></code>
 
 
 
==Change the Branch==
 
#In a shell, navigate to the source code directory
 
#type <code>hg branch</code> (It should list as 'default')
 
#type <code>hg update -C test_branch</code>
 
#type <code>hg branch</code> (It should now list 'test_branch')
 

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.