Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Most egit functionality grayed out...
Most egit functionality grayed out... [message #578603] Thu, 25 March 2010 18:25 Go to next message
buzzkill is currently offline buzzkillFriend
Messages: 10
Registered: March 2010
Junior Member
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.

David
Re: Most egit functionality grayed out... [message #578632 is a reply to message #578603] Fri, 26 March 2010 05:12 Go to previous messageGo to next message
Michael Heuberger is currently offline Michael HeubergerFriend
Messages: 30
Registered: December 2009
Member
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!

Michael
Re: Most egit functionality grayed out... [message #578962 is a reply to message #578603] Thu, 08 April 2010 15:30 Go to previous message
Stefan Lay is currently offline Stefan LayFriend
Messages: 342
Registered: July 2009
Senior Member
"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!

Stefan
Previous Topic:Preferences->Label Decorations->Git won't "stick"
Next Topic:Team menu does not offer Share Project option
Goto Forum:
  


Current Time: Thu Mar 28 11:44:25 GMT 2024

Powered by FUDForum. Page generated in 0.15104 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top