cancel
Showing results for 
Search instead for 
Did you mean: 

Contents in other places, in adition of alf_data

hsp
Champ in-the-making
Champ in-the-making
Hi;
I would to know if is possible to Alfresco manage at least two places of contents.
I mean, we need to open the content in the CVS either, so anyone that enters in the Alfresco could read and view/find the tree of spaces (folders) available in the CVS, besides the alf_data that already exists. The source (origin) information will be transparent for the users, but in the CVS users will only read.

Regards
1 REPLY 1

derek
Star Contributor
Star Contributor
Hi,

Because Alfresco's interaction with the file system has nothing to do with a document hierarchy, this will involve adding a NodeService implementation.

The StoreRedirector can route cvs:// URLs to your custom NodeService that looks directly onto the CVS server.  Or something like that…

Anyway, the point is that it is definitely achievable, but with some consideration for how the clients interact with the server and how the spoofing of the node store will be done.

Regards