Page 1 of 1

[Info] Update Server

Posted: Sun Feb 21, 2010 4:45 pm
by Mage
Hello guys,

I have a little question. What is it the best metod to upgrade the Server?

This is a possible way, tell me if it's good ^^

I use "TortoiseSVN" (thank to l2j) to upgrade my Datapack and Eclipse to Upgrade my Core.

Every week i update my Server. this is my passeages:

- First of all i Upgrade Datapack with TortoiseSVN (Command Update).

- I open in tool/database_installer and i use the function Upgrade (is it true? i hope yes lol)

- I Upgrade File Core recompiling l2jserver.jar (in gamesrver/).


I must find the fastest method to upgrade my Server :) .

Thank you,

Mage

Re: [Info] Update Server

Posted: Sun Feb 21, 2010 9:07 pm
by MELERIX
why you don't use eclipse for both :P ?

Re: [Info] Update Server

Posted: Sun Feb 21, 2010 9:13 pm
by Mage
MELERIX wrote:why you don't use eclipse for both :P ?
Because with TortoiseSVN i can update directly the files of the server, while with eclipse i must remplace the new files updated with the files in the Server...

Re: [Info] Update Server

Posted: Sun Feb 21, 2010 9:18 pm
by denser
tortoise rocks)
for datapack i am use it up to 5 years ))
i dont know what i were do w/o it
also tortoise have very comfortable diff watcher and Log reader)

but patches i prefer to apply by eclipse(love it from Clipboard) if tortoise do this feather i will use tortoise for patches also )

Re: [Info] Update Server

Posted: Sun Feb 21, 2010 9:32 pm
by MELERIX
Mage wrote:
MELERIX wrote:why you don't use eclipse for both :P ?
Because with TortoiseSVN i can update directly the files of the server, while with eclipse i must remplace the new files updated with the files in the Server...
I can do the same in eclipse :P

so probably you don't know how update in eclipse...

when you update in eclipse, you don't need to make a "checkout" again!!!!, "checkout" is only to be used in the first time (when you don't have nothing downloaded from SVN).

Re: [Info] Update Server

Posted: Sun Feb 21, 2010 9:48 pm
by denser
MERELIX, he means - that you can choose any folder to checkout or update :) no need to be inside workspace.

i have three servers in separated folders. so i update dp through tortoise. and solve conflicts with custom stuff very simply :)

if i have wrong point let me know

Re: [Info] Update Server

Posted: Mon Feb 22, 2010 12:00 pm
by Mage
Thank for support,

Mage