Simon Belak wrote:
> It seems I am quite inapt with svn and diff. Would you mind just
> overwriting decorator.py (assuming only decorator.py.diff fails) with
> attached while I read some books on svn. ;)
>
> Simon

Hey Simon no problem,

As Kevin said the best way to make a patch is by using "svn diff" from
the top level turbogears directory (the one that contains
controllers.py).

For example, if you're under *nix, I'm doing this:

[EMAIL PROTECTED]:~/Progetti/TurboGears/svn/turbogears$ svn up
[EMAIL PROTECTED]:~/Progetti/TurboGears/svn/turbogears$ svn diff >
../../myfix.patch

This will give you a single file (myfix.patch) containing all the diffs
against the latest revision.

I think the best you can do to overcome mailing problems is to open a
ticket in the trac (something like "New controllers bug fixing") and
attach here your patches.

Keep up the great work!

Ciao
Michele

Reply via email to