How can we resolve the conflicts on pull when we update the source with modification?
I have tried with synchronize, manually fix the conflicts and then add to index but is not working... still shows conflict on files on pull.
How to resolve conflicts on pull
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- CostyKiller
- Posts: 220
- Joined: Mon Aug 10, 2009 11:48 pm
- Location: Romania
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: How to resolve conflicts on pull
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: How to resolve conflicts on pull
I'm still working on the new guides, merging and conflcit resolution are next on my task list 

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- CostyKiller
- Posts: 220
- Joined: Mon Aug 10, 2009 11:48 pm
- Location: Romania
Re: How to resolve conflicts on pull
I don't understand how to do it like that, I guess I will wait for the eclipse guides to be released...jurchiks wrote:https://help.github.com/articles/syncing-a-fork/
Now I make like this
1. synchronize workspace;
2. manually fix the conflicts;
3. merge the changes;
This way the source should be up to date I think.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: How to resolve conflicts on pull
That only works for SVN, GIT is completely different. I tried doing it that a long time ago, all I got was 99 problems.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.