Eclipse-build version problem

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
pancake
Posts: 4
Joined: Wed Jan 01, 2014 11:10 pm

Eclipse-build version problem

Post 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.
pancake
Posts: 4
Joined: Wed Jan 01, 2014 11:10 pm

Re: Eclipse-build version problem

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Eclipse-build version problem

Post 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.
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.
pancake
Posts: 4
Joined: Wed Jan 01, 2014 11:10 pm

Re: Eclipse-build version problem

Post by pancake »

I'll test it.

Thx for attention.
Post Reply