What you sent works fine.
FWIW, I think both NetBeans and Eclipse (subclipse) both have patch creation
from SVN.
On Mon, Nov 2, 2009 at 10:48 AM, Dan Watling <daniel.watl...@gmail.com>wrote:
> I've just e-mailed the full changes of Button.java to you.
> I couldn't figure out how to create a patch file on Windows. I thought
> 'svn diff' would work, but when I ran the output of that through
> 'patch' (http://gnuwin32.sourceforge.net/packages/patch.htm) it didn't
> work quite right.
> -Dan
> On Nov 2, 9:32 am, David Brackeen <brack...@gmail.com> wrote:
> > There's no standard way, feel free to post a patch on the issues page or
> > email to me.
> > On Mon, Nov 2, 2009 at 6:16 AM, Dan Watling <daniel.watl...@gmail.com
> >wrote:
> > > Is there a standard process for patch submissions? I recently enhanced
> > > the Button component to include a fourth state: disabled. Prior to my
> > > change disabling the button only meant you couldn't click on it. With
> > > my change it gets its own graphic to provide more visual feedback to
> > > the user.
> > > -Dan