I use HgEclipse here: http://www.javaforge.com/project/HGE
I created a new repository on my server to test the plugin. I cloned the repository, added some files, committed and tried to click, but received the following error message ...
abort: HTTP Error 500: Internal Server Error. Command line: /home/james/workspace/project:hg -y push http:
From some Googling, I can find that the 255 error is related to authentication, but the password is correct, otherwise I would not be able to clone in the first place.
Any help or suggestions would be greatly appreciated.
thanks
EDIT : After upgrading my system to the latest versions, I also get this from the command line on click (which previously worked):
abort: HTTP Error 500: Permission denied: .hg/store/data/path-to-file.i
source share