Forum OpenACS Q&A: Re: learn to debug an error

Collapse
Posted by Jarkko Laine on
Yves,

The state 'Resolved' in bug tracker should only be used when the bug has been fixed in OpenACS CVS repository. Now you have a solution but it's not yet fixed in CVS. If you please, you could upload a patch to bug tracker, which would enhance the possibilities that someone with commit rights will fix the bug soon:

  1. Go to the directory in your checkout where the file in question lies.
  2. Write cvs diff -Nu robot-detection-procs-postgresql.xql > patch-file
  3. Go to your bug in bug tracker.
  4. Hit "Submit a Patch".
  5. Fill in the form and submit the patch file you got from diff.
Collapse
Posted by Jarkko Laine on
Oh yes, and please read the patch instructions Jeff pointed to earlier if you want to understand better the reasoning for this workflow.