| Summary: | Egit modified permissions of unmodified files in the repo | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Ayushman Jain <amj87.iitr> |
| Component: | Core | Assignee: | Project Inbox <egit.core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | angvoz.dev, daniel_megert, markus.kell.r, robin.rosenberg, satyam.kandula, srikanth_sankaran, stephan.herrmann |
| Version: | 1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ayushman Jain
I found these in my log (timestamp seems to be around the same time I did the 'faulty' merge). !ENTRY org.eclipse.egit.ui 4 0 2011-12-06 11:27:39.737 !MESSAGE Merge of revisions c077b970c335734d190bccfedeed78780da188cc, 6b856193133b4ecd667ef02366c559974e525315 with base 17a33e21f64db9b8223663d78ab0feb0417eade7 using strategy resolve resulted in: Failed. !ENTRY org.eclipse.team.core 4 0 2011-12-06 11:27:39.740 !MESSAGE Merge of revisions c077b970c335734d190bccfedeed78780da188cc, 6b856193133b4ecd667ef02366c559974e525315 with base 17a33e21f64db9b8223663d78ab0feb0417eade7 using strategy resolve resulted in: Failed. !ENTRY org.eclipse.egit.ui 4 0 2011-12-06 11:35:54.973 !MESSAGE Committing failed !STACK 1 org.eclipse.team.core.TeamException: An internal error occurred at org.eclipse.egit.core.op.CommitOperation.commit(CommitOperation.java:278) at org.eclipse.egit.core.op.CommitOperation.access$7(CommitOperation.java:245) at org.eclipse.egit.core.op.CommitOperation$1.run(CommitOperation.java:209) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326) at org.eclipse.egit.core.op.CommitOperation.execute(CommitOperation.java:219) at org.eclipse.egit.ui.internal.commit.CommitUI$2.run(CommitUI.java:221) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: org.eclipse.jgit.api.errors.JGitInternalException: No changes at org.eclipse.jgit.api.CommitCommand.createTemporaryIndex(CommitCommand.java:414) at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:193) at org.eclipse.egit.core.op.CommitOperation.commit(CommitOperation.java:267) ... 7 more !SUBENTRY 1 org.eclipse.team.core 4 0 2011-12-06 11:35:54.974 !MESSAGE An internal error occurred !STACK 0 org.eclipse.jgit.api.errors.JGitInternalException: No changes at org.eclipse.jgit.api.CommitCommand.createTemporaryIndex(CommitCommand.java:414) at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:193) at org.eclipse.egit.core.op.CommitOperation.commit(CommitOperation.java:267) at org.eclipse.egit.core.op.CommitOperation.access$7(CommitOperation.java:245) at org.eclipse.egit.core.op.CommitOperation$1.run(CommitOperation.java:209) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326) at org.eclipse.egit.core.op.CommitOperation.execute(CommitOperation.java:219) at org.eclipse.egit.ui.internal.commit.CommitUI$2.run(CommitUI.java:221) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Is this still an issue? |