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 (cloning exact directory as found in remote repos)
(getting into Eclipse)
Line 6: Line 6:
 
**Below is my first clone statement which is same as advised in article:
 
**Below is my first clone statement which is same as advised in article:
 
  <nowiki>hg clone -U http://adempiere.hg.sourceforge.net:8000/hgroot/adempiere/adempiere adempiere</nowiki>
 
  <nowiki>hg clone -U http://adempiere.hg.sourceforge.net:8000/hgroot/adempiere/adempiere adempiere</nowiki>
 +
 +
[[Image:EclipseMercurial.gif|400px|right]]
 +
 +
=Creating local working clones=
 +
*After the above i can then do this in my Eclipse by:
 +
**Right-click on my left panel and select ''Team'' and ''Import''.
 +
**Choosing ''Mercurial'' option
 +
**Then telling the dialog where my local clone and where is my workspace as shown in image here.

Revision as of 15:42, 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 is same as advised in article:
hg clone -U http://adempiere.hg.sourceforge.net:8000/hgroot/adempiere/adempiere adempiere
EclipseMercurial.gif

Creating local working clones

  • After the above i can then do this in my Eclipse by:
    • Right-click on my left panel and select Team and Import.
    • Choosing Mercurial option
    • Then telling the dialog where my local clone and where is my workspace as shown in image here.