Re: PATCH: Advanced portfolio report revisions

2007-12-13 Thread Nathan Buchanan
And if you're on windows, just grab one of the nightly builds after 16620 if you don't feel like building it yourself. On Dec 13, 2007 2:56 PM, Neilgn <[EMAIL PROTECTED]> 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?

Re: PATCH: Advanced portfolio report revisions

2007-12-13 Thread Andrew Sackville-West
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

Re: PATCH: Advanced portfolio report revisions

2007-12-13 Thread Derek Atkins
Feed the patch into the "patch" program. Man patch -derek Quoting Neilgn <[EMAIL PROTECTED]>: > > 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? > > Neilgn > > > Hi guys, > > Attached here is a patch to the advanced portfolio re

Re: PATCH: Advanced portfolio report revisions

2007-12-13 Thread Neilgn
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? Neilgn Hi guys, Attached here is a patch to the advanced portfolio report. Index: src/report/standard-reports/advanced-portfolio.scm ==