Tagged Questions
1
vote
1answer
52 views
GIT support for ACE online IDE
I have extended ACE - Code Editor for Web to support a language which we are developing. Now I want to add Git support or use GitHub APIs to the IDE which we built with ACE. I have looked into JGIT ...
0
votes
1answer
172 views
Can't run project in eclipse after adding to repo. Not a java project
I set up my github account and egit. It works really well. I have learned the staging, committing, push/pulling ... pretty much.
Unfortunately (Juno) Eclipse is not recognizing FoobarProstate as a ...
1
vote
1answer
182 views
Egit is installed (came with Juno), but does not show at all
I want to use GIT in eclipse, and preferably EGit, for it's support from the eclipse community itself. However, despite eclipse claiming the required plugins are installed, it does not appear in the ...
3
votes
2answers
174 views
Why is not recommended to have an Eclipse project folder as a Git repository?
When sharing a project as git and trying to make the Eclipse project folder as the git repository, Eclipse says that it is not recommended to do so and that it should be outside the Eclipse workspace.
...
1
vote
1answer
97 views
finding the branches that are available between 2 git commits
I have a start commit from which i want to find all the branches till i reach another dont find a note for the commit.
commit 1
|
commit 2
| commit5
commit3 /
| /
commit 4
|
commit 6
...
0
votes
1answer
34 views
How does Git Eclipse plugin know revisions from before I installed the plugin?
WHOA ... So I just installed the Git Eclipse plugin and kicked some tires. Made a change and checked it in and all. But I noticed that revision history on a file included changes I made yesterday ...
0
votes
1answer
970 views
Trying to install JGit to install EGit and getting error requires package org.kohsuke.args4
Trying to install JGit to install EGit and getting error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Eclipse JGit Command Line ...
2
votes
2answers
184 views
JGit/EGit crashing on branch deletion/creation
I am trying to delete a branch from Git repositories view in eclipse Juno, running on Mac OS X lion, 64 bit.
I get the following error log while I try to do so, and the changes are not reflected in ...
0
votes
0answers
75 views
How to ignore the list of files show in a Commit
I just Imported the project from Bitbucket(GIT) into Eclipse. It worked fine. When i request to Pull again it says everything is up to date.
But if i try to commit the same project even without ...
3
votes
1answer
1k views
What is the meaning of pull strategy when creating a branch with egit?
In EGit when I got to Team > Switch to > New branch I end up with the dialog box below. What is the meaning of the various pull strategies listed on this dialog box?
5
votes
2answers
338 views
Eclipse + Git - How to get toolbar?
I've got Eclipse 3.7.2 installed and working fine. I installed the git plugins (see below).
Right clicking my active project and clicking on "Team" gives me the options to pull/push/commit and ...
1
vote
1answer
895 views
Git plugin for Zend Studio 9 (eclipse) not Pushing upstream
When I try to push added and committed changes upstream I get a dialog box with a 'Message Detail field" that indicates:
Repository git@git.somehostedplace.com:somerepo.git
Not Implemented! TODO
...
3
votes
1answer
783 views
How to replace an eclipse project with latest version from head using EGit?
I have an eclipse workspace with a bunch of projects from git, I am using egit to manage the project. I typically try out experiments which fail, and I want to take a project and restore it to exactly ...
1
vote
2answers
270 views
How to create a listener for Git events through the EGit/JGit plug-in?
I have been using the Subclipse API to create a plug-in for Eclipse that listens for Subversion events that happen through the Subclipse plug-in. I am basically implementing a listener interface that ...
10
votes
1answer
1k views
Egit hooks do not get triggered
I have a git repo with a pre-commit hook that intentionally fails 100% of the time.
cat .git/hooks/pre-commit
> exit 1
If I try to commit through the command line, it fails as expected. ...
34
votes
5answers
12k views
Confusion in choosing between JavaGit, JGit and EGit
I am making a Java application that uses Git. I found that there is something called
JavaGit, EGit and JGit.
I know that JavaGit and EGit/JGit are different. What I don't understand is the difference ...
1
vote
1answer
240 views
JGit/EGit Loading of translation bundle failed en_US
I am running the following code in a JUnit test to test fetching a git repository. I'm writing a test for each of the basic functionality i need from JGit so that then i can implement them in my ...
