Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Each Eclipse installation will need to install the MercurialEclipse plugin which can be installed through 'Install New Software...' by pointing it at the following URL: <a href="http://cbes.javaforge.com/update" rel="noreferrer">http://cbes.javaforge.com/update</a></p> <p>Theses are the steps I usually use when setting up a new application:</p> <ol> <li>Setup my projects in Eclipse</li> <li>Go to the command line, create an hg repository and then move my projects into the folder that contains the repository.</li> <li>Delete the bin directories (so they don't get checked into Mercurial)</li> <li>Issue the 'hg add' at the root of your Mercurial repository.</li> <li>In Eclipse delete your projects (don't click the 'Delete project contents on disk' checkbox or you will get an error)</li> <li>In the File menu choose import. Select 'Existing Projects into Workspace' under the General folder.</li> <li>Select the 'Browse...' button next to 'Select root directory' and select your mercurial repository root folder.</li> <li>Click Select All in the import dialog and then click Finish.</li> <li>Open up the navigator view (so you can see bin folders), right click on the bin directory in one project, go to 'Team' and 'Ignore...'. Select 'Only this folder ('bin')' and click OK.</li> <li>Select all of the projects, right click, select 'Team' and choose 'Commit'</li> </ol> <p>At this point your workspace is completely connected to a local Mercurial repository and all your folder structures are set up correctly.</p> <p>When you are ready to share this with someone else you push your repository to a shared location. In another Eclipse environment (probably on another computer) Go to the 'Window' menu and select 'Show View' and 'Other...'. In the Mercurial folder select 'Mercurial Repositories' and click 'OK'. In the Mercurial Repositories view which just showed up click the 'Create Repository...' button. It looks like a team repository with the words HG and a plus sign. Put in your shared repository URL and any authentication information if needed. Right click on the repository just created and click 'Clone Repository'. That is it. All of the Eclipse setup is pulled from Mercurial and everything is set up for the second developer.</p> <p>This may sound like a lot of steps but I am able to do this in less than two minutes now that I have practiced doing it a few times.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload