Re: mix:versionable on an nt:file node

2012-05-11 Thread Julian Sedding
Regarding versioning, it works as you'd expect with nt:file and nt:folder. nt:file nodes and all its children (i.e. the jcr:content node) are versioned together. In contrast, child nodes of each nt:folder are versioned individually. In order to understand why this works, you need to start looking

Re: mix:versionable on an nt:file node

2012-05-11 Thread Julian Sedding
Hi Günther On Mac, I copy files in the Terminal in order to avoid the ._* metadata files. That worked fine for me with WebDAV and Jackrabbit/Sling so far. Regarding your question: whether documents are indexed or not depends on your configuration, namely the "textFilterClasses" option of your sea

Re: mix:versionable on an nt:file node

2012-05-11 Thread Davide
Hi Günther, On 09/05/2012 17:49, Günther Schmidt wrote: > ... > And are the files indexed via Jackrabbit's lucene too? don't know about the rest but AIAK the files are indexed as well. Regards Davide

mix:versionable on an nt:file node

2012-05-10 Thread Günther Schmidt
Hello, I've just managed to upload a local directory to Apache Sling via an HttpClient I wrote in Java. For those who wonder why I haven't simply used WebDav for this: I'm using a Mac and every time you copy/move files from local filesystem to a mounted, non-mac one there are "._*" files adde