Obviously, I must be doing something wrong here...
All functionality that modifies a local/cloned repository is grayed out... Also, no label or icon decorators are being shown. I can do compares using Compare WIth->History... But, that's about it.
I'm trying to use a cloned remote repository that I've imported using EGit (using git+ssh). The import works fine. I can use all Git commands from the command line and git-gui on that repository, but not from egit.
Is there some kind of permission issue here? Or are there issues with EGit and CDT?
We just switched over from SVN to Git in our dev environment. It would be nice for our eclipse users to use EGit.
I'm using Eclipse 3.5 with CDT and Egit 0.7.1 using ubuntu 8.0.4.
Same to me, I just updated to 0.7.1 in Zend and most commands are greyed out.
And there is a crash when trying to add a folder to version control. Here I am pasting the stacktrace:
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_NZ
Command-line arguments: -os win32 -ws win32 -arch x86
Error
Fri Mar 26 17:09:26 NZST 2010
Add to Version Control failed
java.lang.reflect.InvocationTargetException
at org.eclipse.egit.ui.internal.actions.Track$1.run(Track.java: 45)
at org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:121)
Caused by: org.eclipse.core.runtime.CoreException: Failed to add resource.
at org.eclipse.egit.core.Activator.error(Activator.java:50)
at org.eclipse.egit.core.op.TrackOperation.run(TrackOperation.j ava:130)
at org.eclipse.egit.ui.internal.actions.Track$1.run(Track.java: 43)
... 1 more
Caused by: java.lang.NullPointerException
at org.eclipse.egit.core.op.TrackOperation.run(TrackOperation.j ava:75)
... 2 more
Hope you guys can apply a patch asap so that I can continue with my work. Thanks!
"buzzkill" <destrozyk@yahoo.com> wrote in message
news:hog9rf$hra$1@build.eclipse.org...
>
> I'm trying to use a cloned remote repository that I've imported using EGit
> (using git+ssh). The import works fine. I can use all Git commands from
> the command line and git-gui on that repository, but not from egit.
Can you point us to such a repository which causes problems? I would suppose
that EGit may have problems with some special features of git.
> Is there some kind of permission issue here? Or are there issues with EGit
> and CDT?
Permission is not a problem, everything is local on your machine after
cloning. I do not know issues with CDT.
> We just switched over from SVN to Git in our dev environment. It would be
> nice for our eclipse users to use EGit.
Great!