PDA

View Full Version : help generating patch files


glenncarr
3rd June 2008, 21:35
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, 06:03
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, 12:35
Excellent. I'm very familiar with SVN and TSVN, just wasn't sure if that was the best way to create a patch. Thanks.