Page 1 of 1
Epilogue to Freya
Posted: Tue Nov 16, 2010 12:52 pm
by hiroshima
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
Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 1:09 pm
by jurchiks
...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.
Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 1:14 pm
by Sirpaypi
Just apply the new .diff you wont lose nothing...
http://trac.l2jserver.com/changeset/4417
Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 1:16 pm
by hiroshima
FILE_VIEW privileges are required to perform this operation
Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 1:41 pm
by Sirpaypi
They will fix this soon just wait cause the other solution will be risky and you have to do lot of work...

Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 2:09 pm
by Flashy
hiroshima wrote:FILE_VIEW privileges are required to perform this operation
use svn diff to extract. trac will not work. view_privs are deactivated, its not a bug...
Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 2:11 pm
by jurchiks
they don't plan to "fix" it, it's they who set it that way.
Re: Epilogue to Freya
Posted: Tue Nov 16, 2010 3:02 pm
by Sirpaypi
I though it will be like it was... any way it is better to use svn diff...
EDIT :
Use on a CMD console :
Code: Select all
svn diff -c 4417 "http://svn.l2jserver.com//trunk/L2_GameServer@HEAD"
Re: Epilogue to Freya
Posted: Sat Nov 20, 2010 2:24 pm
by wenthian
what firstep we take before update to freya from epilogue server? i have downloaded the nightly...

Re: Epilogue to Freya
Posted: Tue Nov 23, 2010 7:51 pm
by hiroshima
ok and how to use console in Eclipse?