Elijah23 Posted August 19, 2012 Posted August 19, 2012 I just want to ask if there's a way to do some source modifications without losing the ability to update the svn automatically.. Well, sometimes its really hard for fully customized sources and then there are so many updates that you need to update manually.. Hope there's a place where you can put all your custom source files or anything.. Thanks and God bless!..
nanakiwurtz Posted September 9, 2012 Posted September 9, 2012 Hmm.. I think you can make your custom changes as a .diff file http://rathena.org/wiki/Diff
Seraph Sephiroth Posted September 9, 2012 Posted September 9, 2012 I'm affraid not, even a diff file to your source modifications will last only so long before code eventually gets rewritten or restructured.
Jezu Posted September 10, 2012 Posted September 10, 2012 I just want to ask if there's a way to do some source modifications without losing the ability to update the svn automatically.. Well, sometimes its really hard for fully customized sources and then there are so many updates that you need to update manually.. Hope there's a place where you can put all your custom source files or anything.. Thanks and God bless!.. This is what I wanted to pinpoint -> http://rathena.org/board/topic/70475-linux-problem-ra-updates-conflicting-my-custom-settings/
xazax Posted September 16, 2012 Posted September 16, 2012 Well, you can't be 100% sure, but you can code your stuff that way, it is the least likely ther will be a conflict. For example, add as much new code as possible to separate files in functions, and call those functions from other files. Make your customized code less fragmented etc.
nanakiwurtz Posted September 16, 2012 Posted September 16, 2012 Oh good idea, external functions via include..
Euphy Posted November 24, 2012 Posted November 24, 2012 Related topic: Plugin System Closing this one.
Recommended Posts