Quote:
Originally Posted by ilovejedd
Sure no problem. Just one question... how do I create the diff? Also, my source is based off of rgibbo's code. Not sure if it will work on Linux... 
|
Thanks :-). To create the diff, just have the folder for each version side-by-side and run any kind of program over them than can generate standard diff/patch output on them. On Linux I'd usually use the command 'diff', or use subversion's diff command. Not sure about Windows - I know there are several, but I wouldn't know what they're called sorry.
As far as the working on Linux bit goes, don't worry about that - half the reason I want a diff is so I can debug things as I merge it.
Edit: Doesn't matter if your version is based off rgibbo's - you can still do the diff against r29, and it'll merge the changes rgibbo made too.