Bug 5025 - Allow users to create a patch file using 'cvs diff'
Summary: Allow users to create a patch file using 'cvs diff'
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Jean-Michel Lemieux CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 5150
Blocks:
  Show dependency tree
 
Reported: 2001-10-16 14:43 EDT by Jean-Michel Lemieux CLA
Modified: 2002-04-09 09:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Michel Lemieux CLA 2001-10-16 14:43:10 EDT
The compare framework allows comparing workspace resources to a patch file. The 
format of the patch file is the GNU unified diff output. To create the file we 
can use CVS's diff command.

For the future it would be nice to allow creating a patch via a compare editor. 
This would force the compare framework to write a patch creator that traverses 
the diff nodes.
Comment 1 Jean-Michel Lemieux CLA 2001-10-16 14:44:38 EDT
Feature submitted into HEAD and should be in the next build. Comparing with 
these patches is broken. I have emailed Andre about this.
Comment 2 Jean-Michel Lemieux CLA 2002-01-08 16:26:16 EST
[fixed in 2.0]
Added copy to clipboard and other diff options to the wizard.