Bug 307117

Summary: Quickdiff should integrate better with CVS
Product: [Eclipse Project] Platform Reporter: Marc Khouzam <marc.khouzam>
Component: TeamAssignee: Platform Team Inbox <platform-team-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, Konstantin.Scheglov, loskutov, markus.kell.r
Version: 3.5.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Marc Khouzam CLA 2010-03-25 14:27:53 EDT
This is probably not an EGit bug, but probably a quickdiff one.  I was asked to open a bug anyway, while at EclipseCon.

Currently, I have to globally select what quickdiff bases itself on: Disk, CVS or Git.  However, I may sometimes have both a CVS project and Git project checked-out.

Quickdiff should offer two options: Disk, Repository.
This 'Repository' option would choose whichever repository type the file I'm editing uses.  With this, I can always keep my quickdiff set to 'repository' and use CVS and Git interchangeably in my workspace.

Thanks
Comment 1 Andrey Loskutov CLA 2010-04-05 08:17:58 EDT
This is definitely platform/team issue, not EGit. We have/see the same problem with MercurialEclipse plugin. Please reassign it to platform.
Comment 2 Marc Khouzam CLA 2010-04-05 13:42:00 EDT
(In reply to comment #1)
> This is definitely platform/team issue, not EGit. We have/see the same problem
> with MercurialEclipse plugin. Please reassign it to platform.

Which product/component would take care of this?
Comment 3 Tomasz Zarna CLA 2010-07-27 05:52:31 EDT
Currently, there can be only one repository provider associated with a project, so the request totally makes sense to me. The extension labeled "Repository" (as Marc suggested) could be placed in o.e.team.ui and be resolved to a proper scm provider when needed.

Any volunteers to fix this? I'm eager to help, as always ;)

Side note: quickDiffReferenceProvider extension point is provided by org.eclipse.ui.workbench.texteditor