Page 1 of 1

Eclipse-build version problem

Posted: Thu Jan 02, 2014 12:20 pm
by pancake
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 8404
L2JDP Revision Number: 5133

Hi,

I have a problem of building/versionning with eclipse/svn.
I'd like to create a Freya server, so, I used the l2j wiki tutorials.

I used those link :
The Chaotic Throne: Freya
Require Java 7
Core: https://svn.l2jserver.com/branches/L2_GameServer_T2.5/
Datapack: https://svn.l2jdp.com/branches/L2J_DataPack_CT2.5/

From this page :
viewtopic.php?f=94&t=24625

http://postimg.org/image/6fcl4j8p1/
With eclipse, i did sync the 2 repositories,and used build.xml. No problem there, the package.zip wwere build without errors.

My problem is when i look inside version files :
- game\config\l2j-version.properties
- game\config\l2jdp-version.properties

I got this message :

Code: Select all

version=svn: E155036: The working copy at 'D:\eclipse\L2J_DataPack'is too old (format 29) to work with client version '1.8.5-SlikSvn-1.8.5-X64 (SlikSvn/1.8.5) X64' (expects format 31). You need to upgrade the working co$ builddate=31/12/2013 15:49 

- Can you help me to solve this error ?
- Is this problem can change package.zip integrity ?

Thanks in advance, and happy new year.

Re: Eclipse-build version problem

Posted: Thu Jan 02, 2014 1:20 pm
by pancake
Problem solved.

You have to use an older version of Silk-Subversion.

You can find them here :
http://www.sliksvn.com/pub/

Tested with v.1.8.5 : NOK
Tested with v .1.7.6 : OK


I invite you to update the wiki, or add a comment:
http://www.l2jserver.com/wiki/Setup_Ecl ... #SVN_Setup

Re: Eclipse-build version problem

Posted: Thu Jan 02, 2014 3:06 pm
by jurchiks
Go to Help > About Eclipse > Installation details...
Select anything that has "Subversion" and any version number in the name (I had version 1.7.9), click Uninstall.
When it's done, restart and in the connector popup select the connector that supports svn 1.8 (I'm using Native JavaHL 1.8 ) and install it.
When done, restart again, then Eclipse will automatically ask if you want to upgrade l2j projects to svn 1.8, just click "Yes". It's a quick process.

And that's it. Make sure you have SVN 1.8 installed beforehand.

I'm writing this because using an older version of anything is never a solution, it's just avoiding the problem, not solving it.

P.S. might update the wiki later if I don't forget about it.

Re: Eclipse-build version problem

Posted: Thu Jan 02, 2014 4:20 pm
by pancake
I'll test it.

Thx for attention.