This is how I do. First of all make sure your local source is updated with latest code in subversion so that any possible conflicts are sorted before your patch is made.
If you've only changed one file then right click that file in the eclipse package explorer and do Team->CreatePatch. If you changed multiple files you want in one patch then you can do that from package or project level also. Bob. On 16/04/2008, Bogdan Ciprian Pistol <[EMAIL PROTECTED]> wrote: > Hi Amit, > > A patch is a file or a set of files that contains the differences in > the diff format (see linux "diff" command). > You can create a patch by using the Eclipse environment with the > Subclipse plugin (see http://subclipse.tigris.org) > This plugin adds SVN to Eclipse. > When you right click on a resource in the contextual menu you'll see a > Team submenu, there you should find some "Create patch" option. > Beware, all this information is off the top of my head. I don't have > right now an Eclipse environment to test this, but it should not be so > hard to figure it out. > > You should sent this kind of e-mails to the dev list. This way more > people can chime in and help you. > > Good luck with that patch. > > Bogdan > > On Wed, Apr 16, 2008 at 6:56 AM, Amit Surana <[EMAIL PROTECTED]> wrote: > > Hi, > > I need help in figuring out how to create a patch that will be added to the > > code? > > I am not allowed to commit changes in repository. > > Can you please guide me thru this entire process. > > > > -- > > Regards, > > Amit > > > > http://suranaamit.blogspot.com/ > > OPEN SOURCE: No Bill, No Gates, No Windows, Its open > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
