Step by step guide to update your server?

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Step by step guide to update your server?

Post by TeoTwawki » Sun Mar 08, 2015 1:23 am

enkidou wrote:So it seems that there is some conflicts. This is what I run into. If I choose TortoiseGit > Resolve to fix the conflicts I then receive the billion errors when recompiling again.
That doesn't do what you think it does, you wanted "TortoiseGit > Edit Conflicts" instead.

Just about everyone new to git I've ever met, has made that exact same mistake.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

enkidou
Posts: 29
Joined: Mon Jan 20, 2014 8:42 am

Re: Step by step guide to update your server?

Post by enkidou » Sun Mar 08, 2015 5:29 pm

kjLotus wrote:the errors you got were 99% because you didn't resolve the conflicts (pretty much guarantee there was a <<<<<< on line 8166, which is a conflict diff marker)
Sure was!
That doesn't do what you think it does, you wanted "TortoiseGit > Edit Conflicts" instead.

Just about everyone new to git I've ever met, has made that exact same mistake.
Thanks! I'll give that a go.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Step by step guide to update your server?

Post by kjLotus » Sun Mar 08, 2015 6:29 pm

you can probably google "resolving conflicts git" to get some stuff to help you, but tortoisegit's merge tool is pretty good anyways

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Re: Step by step guide to update your server?

Post by Desufire » Thu Apr 02, 2015 3:34 am

Just followed all of the instructions, filled in some blanks from google searches, and hopefully have it set up properly.

I still don't understand a lot about how Commits, Push, and Pulls work, but I apologize if some commits I had made when I first got started, got to you guys and annoyed ya. Think I understand enough now though. :)

EDIT/UPDATE:

Just did my first commit and push and I'm so happy I figured it out. Everything went smoothly enough that I keep expecting my pc to start smoking lol.

Quick question: When I do a Merge between my fork and upstream, that won't overwrite the files I've pushed to my fork, will it?

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: Step by step guide to update your server?

Post by demolish » Thu Apr 02, 2015 6:04 am

it'll merge the changes on your local branch, the you'll have to push to your fork
<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

Post Reply