[Catalyst] FW: Clustering catalyst apps
Matt S Trout
dbix-class at trout.me.uk
Wed May 10 19:38:22 CEST 2006
Fernan Aguero wrote:
> +----[ Dave Hodgkinson <davehodg at gmail.com> (10.May.2006 12:41):
> |
> | Given that it's *years* since I did a diff in anger, a quick recipe
> | on how to submit patches would be welcome...
> |
> +----]
>
> cp file file.orig
> [edit file at leisure and save your changes]
> diff -u file.orig file > file.diff
> and send your patch (file.diff) as an attachment
>
> the usual recommendations apply: do not edit
> whitespace/tabs and minor (ie not important stuff). This
> will make your diff cleaner and thus easier to read.
I'd really recommend doing a recursive diff on the entire try. makes
things much easier for maints since they can just cd to the root of
their checkout and do patch -p0 <rdiff.file
More information about the Catalyst
mailing list