Jukka Zitting wrote:
Hi,
On 2/15/07, idpromnut <[EMAIL PROTECTED]> wrote:
I'm *extremely* new to JCR (and Jackrabbit), and wanted to know if there
exists a Subversion persistence manager implementation in jackrabbit. If
not, is someone currently working on or considering working on this?
Not that I know of.
The persistence manager layer in Jackrabbit is a rather low level
abstraction, like a storage layer in an RDBMS. So while it would be
possible or even easy to implement a persistence manager that just
stores content in a Subversion repository, it would be quite difficult
(one might even say architecturally incorrect) to implement a
Jackrabbit persistence manager that exposes existing Subversion
content through the JCR API.
...that being said, it might be possible using JCR2SPI and a svn2spi
layer...
Best regards, Julian