Page 1 of 1

Core/dp sources merging 2 projects question

Posted: Mon Mar 08, 2010 4:08 pm
by Szponiasty
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: Doesn't really matter
L2JDP Revision Number: Doesn't really matter

Hi. I'm using core modded and developed by me for over a year. In addition, it was firstly based on l2jfree (but anyhow I've done moving to L2J almost completely now). I would want to keep basic features updated with L2JServer svn's and not trash everything else I've added and implemented. But I don't know how to for example simply compare two different svn's to make a diff. I've looked for few days and no clue... Is it possible that subversion is not providing any functionality to compare 2 projects? I'm currently simply checkingout one project on disk, then overwrite its files with the other project and do "check for modifications", but this way I've often found that not all differences were "spotted" and every time have to spend hours on doing everything left manually :( Is it possible to force checkedout project on disk, to use different svn repo of different project (as I've tried that so far, after switching repository, it yells at me that it's not correct repository location for the project - no way of shutting svn down and forcing repo switch?)

I'll appreciate any help that will ease my life at least a little bit.

Re: Core/dp sources merging 2 projects question

Posted: Mon Mar 08, 2010 4:14 pm
by janiii
dont know if i understand you correctly: you can select both projects in eclipse and choose Compare With -> Each other

Re: Core/dp sources merging 2 projects question

Posted: Mon Mar 08, 2010 7:15 pm
by Szponiasty
Wowow. That is exacly that kind of functionality as I was looking for! I don't know why I didn't looked earlier for it in Eclipse :)))

Tyvm