timginter
Member
I would really appreciate a brain storm on this one.
My shard is a modified master branch of servuo and I'm looking for an easier way to keep it up to date with master.
I have a repo for my server files (updates and commits to the remote server) and a separate repo for master servuo branch. I check for updates on the master branch from time to time, check what changed through TortoiseSVN log and apply those changes to my server files, but often the changes are not in the files I edited for my server and those could be copied straight across instead of checking the code. Or, like with Ancient Smithy Hammer serialization changes, the same change is committed several times.
Does anyone have an idea how to make the update process easier?
I thought of copying my files onto the master branch repo checkout and, if there are any conflicts after an update of the master branch it means the files I edited for my server were updated and I need to check and update the code, otherwise I can just copy everything to my server checkout folder and commit, but how to resolve the conflicts then so it only flags up for a different update in the future?
My shard is a modified master branch of servuo and I'm looking for an easier way to keep it up to date with master.
I have a repo for my server files (updates and commits to the remote server) and a separate repo for master servuo branch. I check for updates on the master branch from time to time, check what changed through TortoiseSVN log and apply those changes to my server files, but often the changes are not in the files I edited for my server and those could be copied straight across instead of checking the code. Or, like with Ancient Smithy Hammer serialization changes, the same change is committed several times.
Does anyone have an idea how to make the update process easier?
I thought of copying my files onto the master branch repo checkout and, if there are any conflicts after an update of the master branch it means the files I edited for my server were updated and I need to check and update the code, otherwise I can just copy everything to my server checkout folder and commit, but how to resolve the conflicts then so it only flags up for a different update in the future?