Talk:ADempiere Version Control

From ADempiere
Revision as of 08:27, 6 July 2010 by Red1 (Talk) (clone statement to check out release branch)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

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/adempiere/release release