Downloading Source: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
#Download the source with your tool of choise | #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> | # From the shell, type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</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') | |||
Revision as of 19:37, 23 March 2012
Mac and Windows
- Download Mercurial [1]
- In a shell, navigate to your Eclipse workspace folder
- Type:
hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android
Linux
Note: Not tested for Linux, can someone confirm
- Download the source with your tool of choise
- From the shell, type:
hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android
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')