Tagged Questions
0
votes
0answers
31 views
Pydev console fails with 503 error when Egit is installed
I have just installed Egit v2.3.1 in Eclipse 3.7.2 with PyDev 2.5.0. However, now when I try to open an interactive python console I get this error:
Unable to connect debugger to Interactive Console
...
1
vote
0answers
49 views
pydev egit commit individual project
Question:
How do you commit a single project (of many) in pydev (eclipse Indigo 3.7.2) using egit?
Problem Specifics:
I have many independent projects that currently all go to the same repository. ...
1
vote
1answer
55 views
Get $id equilvalent on git with eclipse
I am writing some scripts and sending them to some friends, etc...
When i used SVN, i used to put the $Id tag on the file (pupulated by Eclipse) so i could clearly identify the file.
However, I ...
2
votes
3answers
1k views
How to add an existing git repository (without an eclipse project) into eclipse?
I have a local git repository which has some Python modules and I would like to create a new project which includes these files (I installed egit egit).
My repository does not include a .project file.
...
3
votes
2answers
566 views
Eclipse periodically freezes when editing large project in a git repository
I am developing a python project in Eclispe 3.7, PyDev, and EGit. Every 20 minutes or so, Eclipse will freeze up, displaying in the bottom-right corner "Git repository refresh Job: (0%)" Once this ...