Epilogue to Freya
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Epilogue to Freya
Hey, i want to update my L2J Gracia Epilogue server to Freya without losing my addons, changes, fixes etc... It is possible to do it? If yes, tell me how? Thanks
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Epilogue to Freya
...sync with repo or apply manually.
check out freya, sync your epilogue project with latest branch, check which files you have edited, and try to apply those changes to freya source.
That's how everyone does it.
check out freya, sync your epilogue project with latest branch, check which files you have edited, and try to apply those changes to freya source.
That's how everyone does 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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Sirpaypi
- Posts: 108
- Joined: Mon May 18, 2009 11:51 pm
- Location: Moяocco.
Re: Epilogue to Freya
Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Re: Epilogue to Freya
FILE_VIEW privileges are required to perform this operation
- Sirpaypi
- Posts: 108
- Joined: Mon May 18, 2009 11:51 pm
- Location: Moяocco.
Re: Epilogue to Freya
They will fix this soon just wait cause the other solution will be risky and you have to do lot of work... 

Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: Epilogue to Freya
use svn diff to extract. trac will not work. view_privs are deactivated, its not a bug...hiroshima wrote:FILE_VIEW privileges are required to perform this operation
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Epilogue to Freya
they don't plan to "fix" it, it's they who set it that way.
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.
- Sirpaypi
- Posts: 108
- Joined: Mon May 18, 2009 11:51 pm
- Location: Moяocco.
Re: Epilogue to Freya
I though it will be like it was... any way it is better to use svn diff...
EDIT :
Use on a CMD console :
EDIT :
Use on a CMD console :
Code: Select all
svn diff -c 4417 "http://svn.l2jserver.com//trunk/L2_GameServer@HEAD"
Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
- wenthian
- Posts: 30
- Joined: Wed Aug 04, 2010 3:39 am
- Location: Indonesia
- Contact:
Re: Epilogue to Freya
what firstep we take before update to freya from epilogue server? i have downloaded the nightly... 

-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Re: Epilogue to Freya
ok and how to use console in Eclipse?