Stefan Egli created SLING-3673:
----------------------------------
Summary: Content-sync bug: children are uploaded, then immediately
deleted
Key: SLING-3673
URL: https://issues.apache.org/jira/browse/SLING-3673
Project: Sling
Issue Type: Bug
Components: IDE
Reporter: Stefan Egli
Assignee: Robert Munteanu
Priority: Critical
Fix For: Sling Eclipse IDE 1.0.0
consider the following content structure:
{code}
\- cccontent
|- jcr:content
|- en
\- fr
{code}
When uploading (export) this structure, the uploading mechanism correctly goes
through all children, eg in the following order:
{code}
/content/cccontent/fr
/content/cccontent/en
/content/cccontent/_jcr_content
{code}
then, handles the .content.xml of the cccontent directory:
{code}
/content/cccontent[.content.xml]
{code}
which seems to delete both 'fr' and 'en' children
--
This message was sent by Atlassian JIRA
(v6.2#6252)