datafinder-team team mailing list archive
-
datafinder-team team
-
Mailing list archive
-
Message #00073
[Bug 706847] Re: Integrate a SVN-specific file system.
** Changed in: datafinder
Status: New => In Progress
--
You received this bug notification because you are a member of
DataFinderTeam, which is subscribed to DataFinder.
https://bugs.launchpad.net/bugs/706847
Title:
Integrate a SVN-specific file system.
Status in DataFinder - flexible data management:
In Progress
Bug description:
You have to implement interface
datafinder.persistence.data.datastorer.NullDataStorer and
datafinder.persistence.metadata.metadatastorer.NullMetadataStorer.
When adding metadata support the properties should be stored using the
JSON format. The current implementation uses a specific string-format
(datafinder.persistence.metadata.value_mapping.MetadataValue) which
was necessary to be able to use the WebDAV-specific property search
functionality. This class has to be generalized to support both the
textual format and the JSON format.
References