Bug 477092 - support file lookup when Git repository is checked out into an Eclipse project
Summary: support file lookup when Git repository is checked out into an Eclipse project
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 1.10   Edit
Assignee: Chris Poon CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy
Depends on:
Blocks:
 
Reported: 2015-09-10 13:21 EDT by Sam Davis CLA
Modified: 2015-11-25 18:36 EST (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (1.18 KB, application/octet-stream)
2015-09-10 13:22 EDT, Sam Davis CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!