Hi renaud, from a developers point of view there should just be something like "initial content". This initial-content can be deployed via the maven-sling-plugin. JCR-Properties can be uploaded as JSON or XML File having the same name (extended by .json or .xml) parallel to your targetnode. The structure you have to use is the same as the default xml or json renderer. This feature isn't as well documented as it could be but it's fairly easy to retrieve a sample file by adding .json or .xml to the url of a node that fullfills your needs.
Best regards, Dominik On Sat, May 2, 2009 at 10:52 AM, Renaud Richardet <ren...@apache.org> wrote: > hi List, > > How can I store the content of my sling app in a source management > system like svn? > Storing it via webdav works fine for files in /app, but how do i do > that with files in /content, since they have all the jcr props? Or am > I missing something? > > thanks, Renaud >