SymlinksNotSupportedException when resetting to HEAD [message #1412932] |
Wed, 27 August 2014 07:44  |
Eclipse User |
|
|
|
Hi,
I just downloaded and installed luna on Win 7/Java 8u20. I have imported projects from an existing local git repository. When I try to reset the repository to head, I get an error message. The appended exception is logged in .log
Any idea what could be going wrong here?
Thanx and best regards,
Guenther
!ENTRY org.eclipse.core.jobs 4 2 2014-08-27 13:09:47.396
!MESSAGE An internal error occurred during: "Resetting to HEAD".
!STACK 0
org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of reset command. {0}
at org.eclipse.jgit.api.ResetCommand.call(ResetCommand.java:227)
at org.eclipse.egit.core.op.ResetOperation.reset(ResetOperation.java:97)
at org.eclipse.egit.core.op.ResetOperation.access$0(ResetOperation.java:85)
at org.eclipse.egit.core.op.ResetOperation$1.run(ResetOperation.java:74)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.egit.core.op.ResetOperation.execute(ResetOperation.java:78)
at org.eclipse.egit.core.internal.job.JobUtil$2.runInWorkspace(JobUtil.java:105)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.SymlinksNotSupportedException: Symlinks are not supported with this OS/JRE
at org.eclipse.jgit.util.FS.createSymLink(FS.java:612)
at org.eclipse.jgit.dircache.DirCacheCheckout.checkoutEntry(DirCacheCheckout.java:1203)
at org.eclipse.jgit.dircache.DirCacheCheckout.doCheckout(DirCacheCheckout.java:459)
at org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:394)
at org.eclipse.jgit.api.ResetCommand.checkoutIndex(ResetCommand.java:393)
at org.eclipse.jgit.api.ResetCommand.call(ResetCommand.java:200)
... 8 more
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05830 seconds