Jump to content

[Help] Updated core changed


Guest balacas

Recommended Posts

Hello,

(First of all I want to say to you that I am French, and having no experience with English, I use a translator. Take it if you do not understand me. Grieve for my poor English)

Here is my problem:

I have change a core with patchs, but I would like I would know how how make an updating while keeping the patchs which I put in my core?

My waiter is devoted under linux ubuntu.

Thanks a lot of your help!

Link to comment
Share on other sites

Use 'git rebase' to update source without losing patches. git rebase works by setting your patches into a temporary place. Then updates your source to the newest revision of MaNGOS. After, it puts your patches back into the code. If there is a conflict with a patch, use the 'git mergetool' same as you would when merging patches. Once the conflict is fixed, use 'git rebase --continue' to finish rebase.

Link to comment
Share on other sites

Thank you for having answered but me is not definitely understood:

I must go in the repertoire of my core, and I must use order ' git rebase ', then me makes a file for my new core and I compile it with a new updating.

But I understand not for what serve 'git rebase' how they use it?

To grieve, I am new I find it difficult to understand...

Link to comment
Share on other sites

Hello,

I finally Successful to executer the command. I had the following message:

AUTHORS: needs update

COPYING: needs update

ChangeLog: needs update

Makefile.am: needs update

NEWS: needs update

README: needs update

README.AHBOT: needs update

THANKS: needs update

WARNING: needs update

configure.ac: needs update

sql/Dual_Specialization/mangos_updates_dual_spec.sql: needs update

src/game/Chat.cpp: needs update

src/game/Chat.h: needs update

src/game/Language.h: needs update

src/game/Level0.cpp: needs update

src/game/Player.cpp: needs update

src/game/Player.h: needs update

But then, I have to put my core up to date? How I have to make to put back(to hand) the modifications that I had summits?

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use