You should use svn diff. I usually do it from within Eclipse. It has a
command called "Create a Patch" or something. But I think just:

svn diff > patch.txt

will work.

On Fri, Jun 27, 2008 at 1:22 AM, Josh McDonald <[EMAIL PROTECTED]> wrote:

>   The problem's in RadioButtonGroup, I've posted the details to the bug.
>
> Alex,
>
> I've got Contrib permission, but the "submit a patch" document just talks
> about TortoiseSVN. Is the patch file I need to submit simply:
>
> diff /path/to/checkout/foo.as /path/to/new/foo.as > mypatch.diff
>
> Just using standard BSD Diff (OS X)? Or have I got the operands in the
> wrong order, or is it not standard diff at all?
>
> -Josh
>
> RadioButton.click simply calls out to group.selection
>
> On Fri, Jun 27, 2008 at 2:31 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>
>>  It looks like it was done to prevent events for programmatic changes to
>> .selected which would be correct, but the RBG programmatically unselects an
>> RB and this code now prevents an event which probably should fire.
>>
>>
>>  ------------------------------
>>
>> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
>> Behalf Of *Josh McDonald
>> *Sent:* Thursday, June 26, 2008 3:44 PM
>> *To:* flexcoders@yahoogroups.com
>> *Subject:* Re: [flexcoders] RadioButton change event not firing in Flex 3
>> when button in group is deselected
>>
>>
>>
>> It makes more sense to me to be for Radiobutton than Checkbox. Why on
>> earth would you not want to get a change event when a checkbox is unchecked?
>>
>> -Josh
>>
>> On Fri, Jun 27, 2008 at 2:48 AM, Samuel Neff <[EMAIL PROTECTED]>
>> wrote:
>>
>> Thanks for confirming.  Bug filed.
>>
>> https://bugs.adobe.com/jira/browse/SDK-15918
>>
>> Best regards,
>>
>>
>>
>> Sam
>>
>> -----------------------------------------------------------------
>> We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer
>> in the Washington D.C. Contact [EMAIL PROTECTED]
>>
>> On Thu, Jun 26, 2008 at 11:51 AM, Alex Harui <[EMAIL PROTECTED]> wrote:
>>
>> That's what I figured, just wanted to confirm.  I still think the change
>> (which was for CheckBox) had unintended consequences in RadioButton, so file
>> a bug.
>>
>>
>>
>>
>>
>> __._,_
>>
>>
>>
>>
>> --
>> "Therefore, send not to know For whom the bell tolls. It tolls for thee."
>>
>> :: Josh 'G-Funk' McDonald
>> :: 0437 221 380 :: [EMAIL PROTECTED]
>>
>
>
>
> --
> "Therefore, send not to know For whom the bell tolls. It tolls for thee."
>
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
>  
>

Reply via email to