On Tue, Jun 24, 2008 at 3:50 AM, Matias Surdi <[EMAIL PROTECTED]> wrote: > > No problem. I'm working on this. > > Just to see if I'm doing it correctly: > > 1) I'm downloading the CVS tree on my installed pfSense(from > pfSense-20080617-2309) with the command: > > fetch -o - -q http://www.pfsense.com/~sullrich/tools/dev_bootstrap.sh | > /bin/sh > > 2) I'll make the diffs from the files located in > /home/pfsense/cvsroot/pfSense/usr/local/www >
I'm not sure what the best way to do this is, but that's the actual cvsroot, I think you can cvs diff off of that, as long as you're using RELENG_1. Maybe Scott can comment on a better way later, but what I know will work is to run: cvs -d /home/pfsense/cvsroot/ co -r RELENG_1 pfSense That'll checkout RELENG_1. Then if you diff against that, you should be good. > 3) How can I test if everything is correct? Should I apply my own patches, > build the iso, and install from that iso? > Once we're converted to git this will be really straight forward, for now it's a bit of a pain. Just manually copy your changed files over a stock RELENG_1 install, that's easiest for now. If that works for you, attach an updated diff to that same ticket and I'll try it out. If it works and looks fine I'll go ahead and commit it. > > Thanks! > Thank you, we appreciate the contribution. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
