Bug 307117 - Quickdiff should integrate better with CVS
Summary: Quickdiff should integrate better with CVS
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.5.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 14:27 EDT by Marc Khouzam CLA
Modified: 2016-05-02 00:35 EDT (History)
4 users (show)

See Also:


Attachments

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