Bug 477092

Summary: support file lookup when Git repository is checked out into an Eclipse project
Product: z_Archived Reporter: Sam Davis <sam.davis>
Component: MylynAssignee: Chris Poon <chris.poon>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: steffen.pingel
Version: unspecifiedKeywords: contributed, noteworthy
Target Milestone: 1.10   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/61208
https://git.eclipse.org/c/mylyn/org.eclipse.mylyn.versions.git/commit/?id=5e9a8cc86210bb66b1e79e1d64add8e98fb85086
Whiteboard:
Attachments:
Description Flags
mylyn/context/zip none

Description Sam Davis CLA 2015-09-10 13:21:52 EDT
Currently the lookup of workspace files from repository paths (e.g. used by the Hudson build editor) assumes that the workspace path is a suffix of the repository path, but some users create an Eclipse project and checkout a Git repository into it, so that they have:
Workspace Path: /Project/foo/Test.java
Repository Path: /foo/Test.java
We should change the lookup to also support this case.
Comment 1 Sam Davis CLA 2015-09-10 13:22:52 EDT
Created attachment 256496 [details]
mylyn/context/zip
Comment 2 Eclipse Genie CLA 2015-11-24 19:25:58 EST
New Gerrit change created: https://git.eclipse.org/r/61208
Comment 4 Sam Davis CLA 2015-11-25 18:36:35 EST
Thanks very much for the contribution!