Page 1 of 1
How to integrate openkm with svn ?
PostPosted:Sat Mar 15, 2014 12:43 pm
by maxxfire
Hi~
My documents are stored in OpenKM. But can I visit my docoments through some version-control-tools (for example: SVN)?
It's really useful function because many many workmate use version-control-tools.
Thanks very much.
Re: How to integrate openkm with svn ?
PostPosted:Sun Mar 16, 2014 8:52 am
by jllort
Probably the idea will be connect openkm to svn server and not svn client to openkm. Anyway if you want to try something in this direction, should implement some adapter for it ( take the source and work on it ). The google key should be "java svn api" and start from here.
Re: How to integrate openkm with svn ?
PostPosted:Sun Mar 16, 2014 9:03 am
by maxxfire
SVN client store all documents natively and can work offline. But the OpenKM can't work offline.
Re: How to integrate openkm with svn ?
PostPosted:Wed Mar 19, 2014 7:28 pm
by jllort
I repeat again, the idea in this case will be openkm act as a svn checkout and do a crontab task periodically to update changes, that seems the most realistic scenario. That has some dificulties. The idea is not use openkm as svn repository the idea will be interact with svn one, and OpenKM as a checkout used by all openkm users. Hope this will be more clear to you.