Downloading Source: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Gus (talk | contribs)
Charliep (talk | contribs)
No edit summary
 
(One intermediate revision by the same user 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><nowiki>hg clone https://code.google.com/p/posit-mobile.plugin/</nowiki></code>
 
==Linux==
'''Note:''' Not tested for Linux, can someone confirm
#Download the source with your tool of choice
# 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 20: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.