Page 1 of 1

update the openkm-6.3-community portable

PostPosted:Mon Mar 27, 2017 3:25 pm
by maniachhz
Hi

I have installed portable OpenKM development environment (got from https://sourceforge.net/projects/openkmportabledev/)
But the version is old - 6.3.1-dev. I want to update to version 6.3.3-dev(http://svn.code.sf.net/p/openkm/code/branches/6.3/).

I tried to do with as below, right click the openkm-6.3-community -> team -> Update .
svn_update.jpg
svn_update.jpg (399.27 KiB) Viewed 3612 times
but errors happened:
Some resources were not updated.
svn: E160005: Target path '/branches/6.3/openkm' does not exist
svn: E175002: REPORT of '/p/openkm/code/!svn/vcc/default': 500 Internal Server Error (http://svn.code.sf.net)
How can i update the OpenKM portable to version 6.3.3-dev ? i cann't find the resource URL(http://svn.code.sf.net/p/openkm/code/br ... 6.3/openkm) that i can modify to .http://svn.code.sf.net/p/openkm/code/branches/6.3/ .

Thanks.

Re: update the openkm-6.3-community portable

PostPosted:Mon Mar 27, 2017 3:58 pm
by maniachhz
another question.

There are many errors showed on the Eclipse, please view attachment image. How to fix it ? Thanks.
error.jpg
error.jpg (649.06 KiB) Viewed 3606 times

Re: update the openkm-6.3-community portable

PostPosted:Tue Mar 28, 2017 6:40 pm
by jllort
Actual development environment still work with svn, but latest version 6.3.3 goes with git at https://github.com/openkm/document-management-system , take a look here https://docs.openkm.com/kcenter/view/ok ... m-git.html ).

About errors, the problem seems is that maven packages has not been downloaded try with right click in project > maven > update project ( should download all missing packages ).

We are preparing a complete virtual machine with development environment what will make life more easy to the developer rather the actual portable. But should still wait some time until we will have it ready.