I am stuck with something and need your help. Lets take a scenario: 1. I make some changes , like add some methods or classes and submit a patch. 2. The patch has not yet been committed 3. My Local repo has the changes but the openejb repo does not have those changes yet. 4. I want to start working on something else which depends on the changes made in the patch. 5. So i make some more changes and now this is where i get stuck. How do i create a patch without duplicating the same information which was in the previous patch.
Now the way I work is 1. svn update 2. make changes 3. create patch and submit Does this basically would mean that I would need to wait till some committer commits my patch only then I would be able to submit this new patch. Can anybody suggest any way where I don't have to wait for a committer to commit my patch first? -- Karan Singh Malhi
