On Wed, Jul 20, 2011 at 11:01 PM, Kalle Korhonen <[email protected]> wrote: > On Wed, Jul 20, 2011 at 10:44 PM, David Rees <[email protected]> wrote: >> On Tue, Jul 19, 2011 at 6:02 AM, Igor Drobiazko >> A patch is a patch. It doesn't matter if it was generated using SVN >> or git or your magical unicorn - the patch will apply regardless. > > Hmm.. perhaps try the tools first in practice and then comment on > whether it matters or not. See for example > http://stackoverflow.com/questions/708202/git-format-patch-to-be-svn-compatible > and discussion on 1.7 subversion.
What am I missing? $ svn checkout https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/ tapestry-project $ cd tapestry-project $ wget "https://issues.apache.org/jira/secure/attachment/12480534/0001-MarkupWriterImpl-improvement.patch" $ patch -p1 < 0001-MarkupWriterImpl-improvement.patch Works fine for me... -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
