how update revision?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

how update revision?

Post by KGB1st »

Sorry me for my stupid question. But with svn I know how I can do it. In git I'm newbie. Can somebody help me and tell how I can compare my (last downloaded) server with last (mster on git) server revision. Thanks. :wtf:
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: how update revision?

Post by Zoey76 »

Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: how update revision?

Post by KGB1st »

It has been read. But it's full update. I need to compare old version (which's last imported) and new master (from git)

Yesterday I have been add some fix, and today I have got error when pressed pull.

Code: Select all

Checkout conflict with files: 
L2J_Server/java/com/l2jserver/gameserver/idfactory/IdFactory.java
L2J_Server/java/com/l2jserver/gameserver/model/entity/clanhall/SiegableHall.java

Code: Select all

Checkout conflict with files: 
L2J_Server/java/com/l2jserver/gameserver/idfactory/IdFactory.java
L2J_Server/java/com/l2jserver/gameserver/model/entity/clanhall/SiegableHall.java
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: how update revision?

Post by KGB1st »

Do I understand correctly that where I underlined red it's version of branches?
You do not have the required permissions to view the files attached to this post.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: how update revision?

Post by Zoey76 »

You right click each conflicted file, Team -> Merge Tool and solve the conflict like SVN conflicts.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: how update revision?

Post by KGB1st »

Zoey76 wrote:You right click each conflicted file, Team -> Merge Tool and solve the conflict like SVN conflicts.
Ok. Next time I will try, I have been updated my server manually yesterday :lolno:
Post Reply