With OpenCms 7.5.3 fresh install:
-
I create an index.htm page, then export it via webdav to disk. It
creates index.html.xml and __properties/index.html.xml.properties.
Thats ok. -
Delete index.html from OpenCms and publish.
-
Try to import previously exported files via webdav and…
Error 409 conflict when importing __properties/index.html.xml
I tried with 3 different webdav clients, including the Eclipse plugin for webdav.
Also tried with OpenCms 7.5.4 and 8.5.0
Any ideas? Thanks.
It seems to be a known problem by Alkacon (OpenCms developer):
Here is a possible cause:
https://github.com/alkacon/opencms-core/issues/73
(“pbeltran” is me there.)
If it helps we did the following on OpenCms 8.5 in order to avoid the error, but sacrificing properties files 🙁
Just edit WEB-INF/config/opencms-importexport.xml and replace with this:
Afer that restart your server.
We do regular exports from OpenCms of the modules to keep the whole package (files and properties) in order to keep the solution under control version (SVN). You can create a module with a resource pointing to sites/default to do that. But it’s critical to select root site before doing any import/export of that module (if you dont you can break your ocms installation).