Difference between revisions of "Downloading Source"
Jump to navigation
Jump to search
(→Linux) |
|||
Line 7: | Line 7: | ||
'''Note:''' Not tested for Linux, can someone confirm | '''Note:''' Not tested for Linux, can someone confirm | ||
#Download the source with your tool of choise | #Download the source with your tool of choise | ||
− | # From the shell, type: <code>hg clone https://code.google.com/p/posit-mobile.plugin/</code> | + | # From the shell, type: <code><nowiki>hg clone https://code.google.com/p/posit-mobile.plugin/</nowiki></code> |
==Change the Branch== | ==Change the Branch== |
Revision as of 21:07, 25 March 2012
Mac and Windows
- Download Mercurial [1]
- In a shell, navigate to your Eclipse workspace folder
- Type:
hg clone https://code.google.com/p/posit-mobile.plugin/
Linux
Note: Not tested for Linux, can someone confirm
- Download the source with your tool of choise
- From the shell, type:
hg clone https://code.google.com/p/posit-mobile.plugin/
Change the Branch
- In a shell, navigate to the source code directory
- type
hg branch
(It should list as 'default') - type
hg update -C test_branch
- type
hg branch
(It should now list 'test_branch')