Difference between revisions of "Talk:ADempiere Version Control"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (clone statement to check out release branch)
m (For My MacBook)
Line 5: Line 5:
 
*Follow the terminal command to clone but do it as root or else it seems to deny you permission.
 
*Follow the terminal command to clone but do it as root or else it seems to deny you permission.
 
**Below is my first clone statement which really works:
 
**Below is my first clone statement which really works:
  <nowiki>hg clone -U http://adempiere.hg.sourceforge.net:8000/hgroot/adempiere/adempiere/release release</nowiki>
+
  <nowiki>hg clone -U http://adempiere.hg.sourceforge.net:8000/hgroot/adempiere/release release</nowiki>

Revision as of 08:29, 6 July 2010

For My MacBook

  • To update in Eclipse, this seems to work and the article link does not: http://www.vectrace.com/eclipse-update.
  • You may not find the .hgrc file in your <home-dir> so you just create it there with pico utility. If your Eclipse opens with issue in Mercurial, at your terminal box run: hg debuginstall to see what can be wrong.
  • In Eclipse, you need to set the Hg command to your disk location such as in my case it is /usr/local/bin/hg
  • Follow the terminal command to clone but do it as root or else it seems to deny you permission.
    • Below is my first clone statement which really works:
hg clone -U http://adempiere.hg.sourceforge.net:8000/hgroot/adempiere/release release