Difference between revisions of "Downloading Source"
Jump to navigation
Jump to search
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == 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. |
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:49, 14 April 2012
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:
hg clone https://code.google.com/r/charlespeck-ec-client/
- Change branch: navigate to source folder -
hg update test_branch
- Home Page: http://code.google.com/r/charlespeck-ec-client/source/browse/
- Checkout:
- Use this server clone from the Google repository: charlespeck-ec-server (you can commit changes to this clone)
- Checkout:
hg clone https://code.google.com/r/charlespeck-ec-server/
- Home Page: http://code.google.com/r/charlespeck-ec-server/source/browse/
- Checkout:
OSX, Windows, Linux
- Download Mercurial [1]
- In a shell, navigate to someplace other than your Eclipse workspace folder and use the instructions above.