glenncarr
3rd June 2008 22:35 UTC
help generating patch files
What is the proper/expected way to generate patch files for some source changes I've made? I've made my changes against the 2.37 SVN release.
I simply don't know how to generate a set of patch files, and then also apply those patch files.
Thanks,
Glenn
pospec
4th June 2008 07:03 UTC
You should update your sources to actuall version before generating a patch. Good tool for generating patch files is Tortoise SVN. If you work offline, you can use e.g. WinMerge.
glenncarr
4th June 2008 13:35 UTC
Excellent. I'm very familiar with SVN and TSVN, just wasn't sure if that was the best way to create a patch. Thanks.