Page 1 of 1

Checkout latest source code into existing Eclipse Project

PostPosted:Sat Apr 27, 2013 8:17 pm
by noxious
Hello, this is more a maven + subversion question.
I checked out successfully the source code of the build 7618 two weeks ago using the related video on youtube. But you are working really hard and you have already reached build 8027 :!:So here is my question:
Is there a way I could update my source code into the latest build without having to do the whole procedure from the beginning?I tried
Maven->Update project but this won't do the job.
Thank you in advance!

Re: Checkout latest source code into existing Eclipse Projec

PostPosted:Sun Apr 28, 2013 5:44 pm
by jllort
- option 1
At Eclipse top right you got tabs, java, debug, you should add tab team synchronizing.
Go to team synchronizing and click on synchronize svn ( will contact with svn repository and will be shown files to be updated )
Right click on project and select update.

- option 2
Other way for doing ( but I'm not sure if it will overwritten your change -> be sure make a patch or backup your edited files )
From java view right click in project -> contextual menu, option team -> Update to head

This options sure goes to latest openkm updated version but I'm not totally sure will overwritten your local changes ( I suspect will overwritten, but I'm not sure because really last 2-3 years I do not need to use it, and I do not remember exactly, I suggest try first option ).