Bug 31197 - Patch applied with wrong path
Summary: Patch applied with wrong path
Status: VERIFIED DUPLICATE of bug 28840
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 04:08 EST by Dani Megert CLA
Modified: 2003-02-26 10:18 EST (History)
0 users

See Also:


Attachments
The tree structure (37.66 KB, image/jpeg)
2003-02-07 04:10 EST, Dani Megert CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2003-02-07 04:08:55 EST
Build I20030206_1700

0. Select the project org.eclipse.compare
1. Synchronize the project with the repository
2. Change file org.eclipse.compare.internal.patch.LineReader
3. Select the project org.eclipse.compare
4. Create a patch (I created it to the clipboard)
5. Replace the project with the latest from the repository
6. Select LineReader
7. Start to apply the patch
   Observe: the file matches (no conflicts).
8. Press "Finish"
==> the patch takes the location of LineReader as root for the patch (see
attached picture). The original file is not touched, LineReader.java.rej file is
generated
@@ -23,7 +23,7 @@
 	}
 
 	void ignoreSingleCR() {
-		fIgnoreSingleCR= true;
+		fIgnoreSingleCR= false;
 	}
 	
     /**
Comment 1 Dani Megert CLA 2003-02-07 04:10:16 EST
Created attachment 3348 [details]
The tree structure
Comment 2 Andre Weinand CLA 2003-02-10 08:50:55 EST

*** This bug has been marked as a duplicate of 28840 ***