I have lot (1000s) of digital content files (images, videos) that are stored in Subversion. I need to make these available for search/download to trusted 3rd parties. (search by name, category, tags, see image preview, download file direct from web server)
Currently there is a Wordpress + WP eStore plugin doing this, but the search is poor and content must be manually imported, which is a multi-step and time consuming task. (+ other issues)
So, I am looking for alternatives that I can hook up directly to Subversion for pulling down updated content automatically, and has a good search interface.
I've seen that Drupal + ubercart is recommended elsewhere for digital download 'stores'.
Also, Drupal already has Subversion modules for showing Subversion-based coding projects.
Does anyone know if there is a currently a Drupal module that allows actual Content to be pulled from Subversion?
e.g. the data itself (image, video) plus some metadata (probably stored as text properties) would automatically create an appropriate Drupal Node
If necessary I could write this myself, probably re-using the existing Version Control API in Drupal for sanity's sake. But I wanted to check first.
(I'd also be interested to hear if anyone has this set up for other digital download eShops e.g. Magento)