PATCH: Advanced portfolio report revisions
Andrew Sackville-West
andrew at swclan.homelinux.org
Thu Dec 13 16:37:14 EST 2007
On Thu, Dec 13, 2007 at 11:56:08AM -0800, Neilgn wrote:
>
> How do you use a patch. I can find the file on my computer and see the code,
> but what do I do with the patch?
if you're working in an svn checkout,
patch -p0 < /path/to/patch-file
if you're patching in place on an installed system (i.e., not building
from scratch), you need to get yourself to that installed report
location, make a copy!! first, then
patch -p3 < /path/to patch-file
the -p switch tells how many directory levels to strip off the front
of the paths in the patch file. that's not quite right, it's really
the /'s that get stripped, but that gives you an idea. man patch
If you're playing in svn already, just svn up. This patch is included
in revision 16620.
A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20071213/65d94a04/attachment.bin
More information about the gnucash-devel
mailing list