Questions tagged [hgeclipse]

9 questions
37
votes
2 answers

How to turn on Mercurial in existing Eclipse project?

I've installed the HgEclipse plugin for Mercurial integration in Eclipse. I have an existing (Java) project in Eclipse, but I can't figure out how to turn on mercurial change tracking for this existing project. It seems I can do an import of a…
Rabarberski
  • 23,854
  • 21
  • 74
  • 96
5
votes
2 answers

Receiving Error Code: 255 when pushing to Mercurial repo from Eclipse Plugin

I am using HgEclipse from here: http://www.javaforge.com/project/HGE I have created a new repository on my server to test the plugin. I cloned the repository, added some files, committed and attempted to push but received the following error…
Jivings
  • 22,834
  • 6
  • 60
  • 101
2
votes
3 answers

How to pull changes for multiple projects at once

I'm using Eclipse with the MercurialEclipse extension to use the Mercurial SCM. I have lots of projects and every morning I want to pull all latest changes before starting to work. With SVN or CVS I could simply select all projects and click…
kayahr
  • 20,913
  • 29
  • 99
  • 147
2
votes
2 answers

Installing HgEclipse for IBM RAD 7.0

I would like to hear if anybody has had luck with installing HgEclipse on IBM RAD (Rational Application Developer for WebSphere) 7.0? I'm asking this on behalf of my coworkers, who want to use Mercurial, but who cannot make HgEclipse work. Does…
Martin Geisler
  • 72,968
  • 25
  • 171
  • 229
2
votes
1 answer

MercurialEclipse 2.1 (HgEclipse) icons

I've searched, but been unable to find a comprehensive (or even cursory) list of the icons and meanings used in MercurialEclipse (formerly HgEclipse). Here are some of the icons I'm seeing (although I'm guessing there are others), along with what I…
Jeff Levine
  • 2,083
  • 9
  • 30
  • 38
2
votes
2 answers

How to set up Mercurial on Snow Leopard with Eclipse

I'm using Eclipse with C++ plugins on my macbook, trying some practice projects to improve my skills. I'd also like to test out Mercurial and get a taste of DVCS. Unfortunately, Eclipse + Mercurial + OSX seems to be a rare enough combination that…
sjohnston
  • 612
  • 5
  • 21
2
votes
0 answers

Creating a Dynamic web project of existing code I've pulled from the repository with HgEclipse

I've installed the HgEclipse plugin, now I'm just wondering how I can create a dynamic web project out of the code I've pulled from the repository with HgEclipse?
KCL
  • 6,733
  • 10
  • 37
  • 43
0
votes
2 answers

Can't refactor files in eclipse

I'm working on an Android project in eclipse, and whenever I try to move or rename a source file, eclipse says it caught an exception while trying to refactor, that the file doesn't exist, and lets me either undo, or abort. I suspect it has…
cesar
  • 8,944
  • 12
  • 46
  • 59
0
votes
2 answers

Moving a project source directory in eclipse under mercurial revision control

I hope this is OK to ask here instead of superuser since I get very little response there to very specific questions like this. I have a project that's under mercurial revision control and I'd like to move where it is located on my computer (from…
Falmarri
  • 47,727
  • 41
  • 151
  • 191