Page 1 of 1

how make a eclipsepatch

Posted: Wed Feb 03, 2010 3:05 am
by Darkfeiter
hi all i wanna know if add some things in eclipse how can i make a patch with it ?

Re: how make a eclipsepatch

Posted: Wed Feb 03, 2010 3:18 am
by denser
select needed tree folder, RKM, Team->Create Patch

Re: how make a eclipsepatch

Posted: Wed Feb 03, 2010 8:22 am
by Darkfeiter
how select tree folfers if eclipse is opened i paste my code how i can make a patch with only the new things?

Re: how make a eclipsepatch

Posted: Wed Feb 03, 2010 8:32 am
by janiii
select the project, go team -> create patch, then select files you want to be in the patch (logically only the changed one are shown), select if you want the patch to be created in filesystem or clipboard, patch root should be project. finish. then your patch is in clipboard (paste = ctrl+v to retrieve it) or in the path as file you specified.

Re: how make a eclipsepatch

Posted: Thu Feb 04, 2010 2:11 pm
by Darkfeiter
ok thank you :D