0
votes
1answer
25 views

error in installing mercurial plugin for eclipse

I just installed a mercurial plugin for eclipse. The installation process went well. But after installing when i restarted eclipse an error is shown. The error says- Multiple Mercurial errors have ...
0
votes
1answer
23 views

Error when starting Eclipse Java EE IDE for Web Developers

I'm running a java project in Eclipse, and using Subversion. When I open Eclipse, I'm getting this message about some unexpected Mercurial errors: There are some unexpected Mercurial errors ...
0
votes
1answer
27 views

How do I install TortoiseHG/Mercurial Plugin in Eclipse?

Yesterday i downloaded new eclipse indigo. I had problem with java (no wirtual machine....), so i added new patch to java location. However i instaled mercurial plugin from ...
1
vote
2answers
25 views

Eclipse project files in Mercurial

I need to work togehter with multiple assistant developers on an Eclipse CDT project which is versioned with Mercurial. The Eclipse project settings such as build setting are defined in the .cproject ...
1
vote
0answers
17 views

How to disable [Pre|Auto]-Merge in eclipse

I'm working in a Project with a quick changing main branch. for my feature integration i desided to create a new branch. Now i want to merge main with the feature branch and running into problems with ...
0
votes
1answer
35 views

beanstalk mercurial version control with mercurialeclipse clone error

I was having a mercurial repository on beanstalk. Then I installed mercurialeclipse on eclipse and then tried to clone the repository. Eclipse SDK Version: 4.2.2 MercurialEclipse ...
0
votes
0answers
37 views

Mercurial Eclipse - Update to Revision while retaining local changes

is there a way in Mercurial Eclipse or TortoiseHG to do an update to a previous revision while retaining the local changes? If you have used TortoiseSVN, that's how an Update normally functions, but ...
1
vote
1answer
50 views

MercurialEclipse - Show History not working

My Team --> Show History has never worked for Mercurial Eclipse, and I'm finally getting around to trying to fix it. I've tried searching for a solution, but all I can find are some old 2009 posts ...
0
votes
1answer
57 views

Eclipse Object adornments don't display for Mercurial Repository

In a standard Android project, if there are any warnings there will be a corresponding Warning Icon as well as underlined text to clearly demonstate a potential issue. However, if you choose to clone ...
0
votes
1answer
25 views

how can i link existing mercurial repo with eclispe IDE

I am using eclipse as IDE. I had the folder in /var/www/mysite which is the repo copied from mercurial server. I pull and push the chnages my going into that folder and type hg pull push etc. In my ...
0
votes
1answer
26 views

Any Eclipse plugin to show Mercurial diff of file in editor?

Plugins like vim-signify for Vim show the diff status of the file being edited, if the file belongs to a Mercurial or Git repository. It displays this information by showing indicators for the lines ...
2
votes
5answers
154 views

Automatically check Java files for coding standard compliance

I'm working in Java development. I have recently come into a situation where I have to comply to coding standards: member and method ordering, naming conventions, modifier sequence. I am thinking ...
1
vote
1answer
34 views

IDE neutral project in versioning system

I have a netbeans project that is under mercurial. What I would like to do is to strip down everything that makes this project netbeans project to only to leave code in there so that I can easily ...
1
vote
1answer
87 views

What does an Up Arrow Next to Project Name Mean in MercurialEclipse

I'm using mercurial and MercurialEclipse. I just merged one of my projects and now I have, to the right of the project name in package explorer, "default {up arrow symbol} 2" At first I thought ...
0
votes
1answer
110 views

Eclipse - Maven and Mercurial

I have a remote Mercurial repository containing Maven projects. I would like to clone it into my Eclipse workspace for development. I currently have Maven Integration for Eclipse installed through ...
1
vote
0answers
123 views

Mercurial “is inside nested repo” issue at commit

I'm new with the Mercurial plugin for Eclipse. Just realized I was using the workspace folder for my commits. So I change the folder for the commits to the project folder. Now when I try to commit I ...
4
votes
2answers
97 views

eclipse mercurial conflict after pull: how to pick remote file

I have a repository at bitbucket and I was pulling a changeset from it to Eclipse using Mercurial plugin. Some of the files in Eclipse were modified, so it causes conflicts. I just want to give ...
0
votes
1answer
43 views

How to clone mercurial repository created by eclipse plugin in other laptop?

My colleague created mercurial repository by eclispe plugin(http://javaforge.com/project/HGE)(right click project root->team->share with->mercurial....) in hist laptop with ip ...
1
vote
3answers
177 views

mercurial - how to see history for specific line of code

I have a css file with thousands of lines of code. I want to see when a specific line/chunk of code was changed, without going back and reviewing each revision that changed this file (that will take a ...
0
votes
1answer
95 views

Mercurial eclipse plugin push different server

I have installed mercurial and configured in .hgrc file like this: default (server-1) default push (server-2) This works fine in command line as it is using .hgrc file. I tried using the eclipse ...
0
votes
2answers
39 views

Attach a moved file to its previous history afterwards

Due to a defect in the MercurialEclipse plugin, I have lost the history of a moved file. It's been while now, and I have switched to a newer version of MercurialEclipse which fixes this bug. I ...
2
votes
2answers
501 views

Source Control in Lotus Domino Designer

We have been using Domino on a large project for years without any real source-control (other-than server backups). So, I was rather pleased when I noted the latest Designer 8.5.3 has potential ...
0
votes
1answer
116 views

MercurialEclipse branches

How to pull changes from one branch to other in MercurialEclipse plugin? I can't find any info. Also I saw few options: rebase and merge, but I'm afraid to use them, because I work on commercial ...
3
votes
1answer
188 views

What's the relationship between the two MercurialEclipse plugin sites?

What are the similarities and differences in functionality and project leadership between the two MercurialEclipse plugins that are currently (November 2012) available in the Eclipse Marketplace? ...
0
votes
1answer
132 views

hgignore for eclipse projects

I'd like to share an eclipse project with several people via version control (in my case mercurial). Can you tell me which files I should add to the hgignore-file? What about the .settings folder, ...
0
votes
2answers
111 views

Mercurial TextAuth plugin error “Parse exception: '*** failed to import extension textauth.file from C:\inetpub\auth: invalid syntax (auth, line 1)'”

I've installed the TextAuth plugin to Mercurial to add basic authentication for pulling/pushing code. Via Tortoise HG Mercurial interface, I get the error below, but the operation continues and ...
1
vote
1answer
67 views

Starting using mercurial, want to track existing versions

I'm essentially a spare-time programmer. I wrote an Android math app for my kids that I developed under Eclipse, and up to now have two releases of it: the first working one (0.2), and a second (0.3) ...
0
votes
1answer
450 views

Error code 255 when pushing to mercurial

I've setup mercurial hg on a windows server to control the source of a website I work on. On my local machine, I can pull from the remote repository, but not push. It gives me an authentication ...
1
vote
1answer
59 views

Delete some files from the commit with Mercurial and Eclipse

I am using Mercurial with Eclipse. I made a commit and I commited some files which shuld not been commited. Do you know if there is a possiblity to delete those files from the commit. Thank you.
0
votes
1answer
92 views

Create a Django project in pydev from a mercurial repo

I like using the python editor pydev in Eclipse. I want to team up with some people who've a python project (actually a Django site) stored in a mercurial repo. Can one create a new Django project in ...
0
votes
3answers
2k views

Cannot install Mercurial on Eclipse Juno

Attempting to install Mercurial on Eclipse Java EE IDE Juno from http://cbes.javaforge.com/update in the Install new software... but, "Cannot complete the install because one or more required ...
1
vote
0answers
61 views

How to disconnect old team provider in Eclipse if plug-in is not installed

I recently switched to Eclipse Indigo (from Galileo) and I also switched from SVN with subclipse to Mercurial (with MercurialEclipse) for version control. On new projects or existing projects that ...
1
vote
1answer
246 views

eclipse new project hg push certificate not verified

I'm trying to push changes from a newly created project in eclipse to a repository in bitbucket. I guess I have done something in a way I'm not supposed to because I cannot push any changes from the ...
0
votes
1answer
112 views

Using Coldfusion Builder and the Mercurial Eclipse plugin, how can you check in changes - including those in linked folders

We have a Hg repository set up for the root of our webserver. There are a number of projects which have their own directories and there is a common C directory for components. In CFBuilder, I have a ...
2
votes
1answer
139 views

Hg + Eclipse - filtering changesets for transplant

The action I'm repeating over and over is transplanting my changes from default to production branch. However, each time this means a tedious and error prone task of hand picking the changesets I want ...
0
votes
0answers
90 views

Aptana returns an error “Remote reporsitory is not accessable. Check the URL and internet connection”

I'm using aptana with MercurialEclipse. I have a private repository on bitbucket. Syncronising with this repo fails, with an error that goes "Remote reporsitory is not accessable. Check the URL and ...
0
votes
1answer
108 views

Why can't I build after adding Mercurial project to Eclipse?

I got my eclipse project set up with Mercurial so that I could code with some friends. I'm having a bit of a problem where Eclipse won't build my project anymore! The build project option in the build ...
0
votes
2answers
5k views

“This compilation unit is not on the build path of a java project” -Eclipse

I am new to the eclipse environment. I clone my project from the repository(Hg) by New->Project->Mercurial->Clone existing project. Here my problem is "This compilation unit is not on the build path ...
2
votes
1answer
205 views

How can I add the most common mercurial commands to an eclipse toolbar?

I'm sick of doing Right Click -> Team -> Commit etc. every time I want to access a Mercurial command, and I'm not inclined to learning new keyboard shortcuts. Is there an easy way to add the most ...
1
vote
0answers
117 views

How do I get a workspace containing all commits of a bitbucket (mercurial) repository?

I've just started using Mercurial (hosted on bitbucket, interface is through eclipse pydev), and am very confused. My apologies for the very basic question, but I could not google an answer. I tried ...
0
votes
1answer
109 views

Submitting project source into Mercurial repository

I'm developing my android game since 6 months, and lately I was afraid that I could lose my source somehow, so I decided to use mercurial repository on https://bitbucket.org But really, I'm not able ...
2
votes
1answer
846 views

eclipse mercurial plugin installation error

I'm trying to install the eclipse mercurial plugin (with eclipse indigo), but I get an error during installation. I went to help->install new software, then I wrote 'http://cbes.javaforge.com/update - ...
3
votes
2answers
309 views

Adding files to a mercurial controlled repository

I've recently started using mercurial (it's actually my first experience with version control) but having a very hard time wrapping my head around the concept. But thats another issue... What I ...
1
vote
1answer
94 views

DVCS that integrates well with Android development?

I along with two others are collaborating to develop apps for the Android platform and want to use DVCS to manage our work. Since all three of us are on Windows systems, we decided to go with ...
5
votes
1answer
1k views

error installing mercurial plugin for eclipse

I am trying to install the picasa web android sample in Eclipse so I am following all the steps, until I get to the step where I have to install the Mercurial plugin for Eclipse. So in eclipse I try ...
4
votes
3answers
323 views

what is the official/active home of the MercurialEclipse plugin?

I'm having trouble finding the official home of the MercurialEclipse plugin (is there one?), and I have a weird feeling there are actually multiple projects by this name. Here are some of the ...
0
votes
1answer
492 views

Google APIs Client Library for Java (google-api-java-client) — Maven vs. Importing JARs

I've started work on an Android App that will work with Google Docs. UPDATE 12/9: From the information I've come across, it seems Google Docs is not supported by this library. The question is ...
1
vote
1answer
171 views

How can I make MercurialEclipse clone repo with a git subrepo under Windows?

I converted my svn subdirectory with svn:externals leading to github via its svn gateway into bitbucket and uploaded on bitbucket (I wanted to shift to DVCS, bitbucket allows personal repos so I can ...
0
votes
1answer
115 views

Intellij : does it have a Synchronization type view like eclipse?

Does anyone know if IntelliJ has a view like the Synchronization view in eclipse for working with Mercurial? I'd like to know what incoming changes I'm about to take ? In eclipse I can use the ...
1
vote
1answer
165 views

Is there a way to connect Eclipse with Jira and Mercurial - or… would Code Beamer work?

I am trying to research source control (mercurial) + issue trackers + ide all-in-one type of solution for my development team (6 people). I would like to work in Eclipse. There is a mercurial plugin. ...

1 2 3