You have to work on a clean copy of 2-3-stable branch. I saw your 5MB
patch and i think you mix 2-3-stable things with master things.
from scratch

git clone git://github.com/rails/rails.git
git checkout 2-3-stable

and now you are on a clean 2-3-stable, patch as you patch on master.
but do
git format-patch 2-3-stable --stdout > file.path

On Mon, Mar 8, 2010 at 11:31 AM, Stijnster <s.mathy...@telenet.be> wrote:
> Hi all,
>
>
> I just got my first fix into rails (https://rails.lighthouseapp.com/
> projects/8994/tickets/4080). And it tastes like more :-)
>
> Creating the patch for 3.0 was easy because the current master branch
> points to the 3.0 branch. But adding the fix to 2.3 was a bit
> difficult. I switched to the 2.3-stable branch, but that provided a
> patch file of around 5 Mbyte. Probably containing all patches since
> the last 2.3 stable version.
>
> What is the correct procedure to checkout the latest and active master
> version of rails 2.3?
>
>
>
> Stijn
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Core" group.
> To post to this group, send email to rubyonrails-c...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-core+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-core?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-c...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-core+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to