Quote:
Originally Posted by Uleat
Also, if you modded your bots.cpp file at any time, if any future revisions update this file, you will have to revert
it to get the updated fixes.
Afterwards, you will have to go back in and make those modifications again. Diff files are good, but I'd recommend
just copying the modified function to a new text file in case that particular function is updated in the revision.
I never did have any problems with the current revision (2171 actually) and bard bot songs...
|
Not necessarily. I typically run with some custom code that I'm working on, and usually just do SVN Update, and it automatically merges the changes, just as long as they don't overlap. If they do, you get different files you must merge manually, then tell it the conflicts are resolved. Sometimes it's easier to copy out and then back in custom changes, but most of the time a simple update will work.