How do I create a patch compared to another changeset in Eclipse?

Posted by Larsen on Stack Overflow See other posts from Stack Overflow or by Larsen
Published on 2012-10-06T10:41:09Z Indexed on 2012/10/06 15:37 UTC
Read the original article Hit count: 216

Filed under:
|
|

I started working on an open source project that is using CVS where I want to submit patches. After having edited some files, I created a patch from the files that Eclipse showed as changed.

Now I need to change a file for the second patch (that file is already in the first changeset), but the changes from the first changeset shouldn´t be in the second changeset. Therefore, I would need to somehow tell Eclipse that it should compare the changes to the result of the first changeset instead of to the CVS head revision.

How can I do that?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about cvs