PDA

View Full Version : What's the process for submitting a patch?



faustus
02-04-2002, 06:41 PM
I have some new code I'd like to submit via the sourceforge Patch utility, but I'm not sure how to do it. Tarball my code changes? Submit a 'cvs diff'?

--faustus

faustus
02-04-2002, 06:56 PM
casey answered my question on IRC.

In case anyone else is curious, the command is simple:

cvs -z3 diff -c > my-patch.diff


--faustus