Bug 251982 - Applying patch and commiting looses characters
Summary: Applying patch and commiting looses characters
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 06:02 EDT by Jerome Lanneluc CLA
Modified: 2019-09-06 16:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2008-10-24 06:02:35 EDT
I20081021-0905

1. Start new workspace on Windows XP
2. Add CVS repository
3. Check out a Java project
4. Add the following A.java compilation unit in the Java project:
public class A {
	String s1 = "§";
}
5. Commit
6. Start a new workspace on Linux
7. Add CVS repository
8. Check out the same Java project
9. Go to the Windows workspace
10. Change A.java to:
public class A {
	String s2 = "§";
}
11. Create a CVS patch
12. Replace the Java project with HEAD contents (A.java should have the content from step 4)
13. Go to the Linux workspace
14. Apply the patch
15. Commit
16. Go to the Windows workspace
17. Update with HEAD contents
Observe: The content of A.java is now:
public class A {
	String s2 = "";
}
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:15:44 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.