[
https://issues.apache.org/jira/browse/SLING-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13766370#comment-13766370
]
Robert Munteanu commented on SLING-3058:
----------------------------------------
[~egli] - when performing a vlt checkout, here's why I get ( .vlt files
excluded )
./.content.xml
./_jcr_content
./_jcr_content/.content.xml
./_jcr_content/component1
./_jcr_content/component1/.content.xml
./_jcr_content/component2
./_jcr_content/component2/.content.xml
This seems natural since nt:unstructured is not a full coverage node type, so
child nodes are serialized individually. The mistake here though is that the
jcr content node is serialized under the repository name, and not the platform
name.
Can you please confirm that the analysis is correct? Or if not, I need to know
- the path of the node which gets serialized into a single .xml file
- the jcr:primaryType property for the above node and all its parents
> [Tooling] tooling-ide-vlt's import from repository creates unnecessary
> jcr:content
> ----------------------------------------------------------------------------------
>
> Key: SLING-3058
> URL: https://issues.apache.org/jira/browse/SLING-3058
> Project: Sling
> Issue Type: Bug
> Components: IDE
> Affects Versions: Sling Eclipse IDE 1.0.0
> Reporter: Stefan Egli
> Assignee: Robert Munteanu
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> When importing content from the repository (in the tooling-ide-vlt branch,
> using slingclipse), there are directories created which the cq-package
> manager (and presumably a vlt co) do not create.
> Eg create the following structure in the repository:
> * home
> ** jcr:content
> *** component1
> *** component2
> this should result in:
> ./.content.xml
> ./home/.content.xml <- containing the two child nodes component1 and
> component2
> but what's currently created is:
> ./content.xml
> ./home/.content.xml
> ./home/jcr:content <- everything below here is probably superfluous
> ./home/jcr:content/component1
> ./home/jcr:content/component2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira