Bug 35151 - [CVS Patch] Create Patch misses new directories
Summary: [CVS Patch] Create Patch misses new directories
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 3.0   Edit
Assignee: Dean Roberts CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
: 19149 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-17 11:51 EST by Marco Qualizza CLA
Modified: 2003-06-17 15:26 EDT (History)
2 users (show)

See Also:


Attachments
Implementation for patching new directories (2.55 KB, application/octet-stream)
2003-06-17 11:21 EDT, Dean Roberts CLA
no flags Details
Minor improvements on initial patch (2.66 KB, application/octet-stream)
2003-06-17 14:35 EDT, Dean Roberts CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Qualizza CLA 2003-03-17 11:51:15 EST
I apologize if someone has already reported this -- I couldn't find a duplicate.

If you create a new patch, and choose "Include new files in patch", Eclipse
(very un-intuitively) ignores new files which exist in new directories.

Please, either fix the wording to indicate that new directories will be ignored,
or (preferably) include the new files in the patch.
Comment 1 Michael Valenta CLA 2003-03-20 10:08:18 EST
Even though this is a CVS limitation, we should be able to support the 
inclusion of new folders, especially considering we were able to do it for new 
files. We should investigate providing this for 2.2
Comment 2 Dean Roberts CLA 2003-06-16 13:38:52 EDT
*** Bug 19149 has been marked as a duplicate of this bug. ***
Comment 3 Dean Roberts CLA 2003-06-17 11:21:24 EDT
Created attachment 5216 [details]
Implementation for patching new directories
Comment 4 Dean Roberts CLA 2003-06-17 11:22:14 EDT
Supports all three diff format, unified, context and standard.  (Of course, 
only the unified format can be consumed by the Apply Patch action)
Comment 5 Dean Roberts CLA 2003-06-17 14:35:22 EDT
Created attachment 5218 [details]
Minor improvements on initial patch
Comment 6 Dean Roberts CLA 2003-06-17 15:26:25 EDT
Released to HEAD by Michael V.