You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by gu...@free.fr on 2005/08/22 16:56:41 UTC

filesystem store usage

Hi all,

I am using stores that stores data on a simple filesystem.
In my use of slide, I only have one level of collections : files are stored in a
collection that is in /files (in default configuration). There is never a
collection in a collection.
The collection name is an identifier (id1, id2 .. idn)
All files are under version control.

So the file system looks like :
/ROOT/content/files/id1/file1
                        filen
                    idn/...
              history/101_1.0
                      101_1.1
                      ...
      meta/files/id1/file1.def.xml
                     filen.def.xml
                    ...
           history/101/1.0.def.xml
                       1.1.dex.xml

I would like to put all the data (and meta datas) linked with one identifier in
the same directory. I'd like to make something like that :
/ROOT/id1/content/files
                  history
          meta/files
               history
      id2/....

or at least, something like that :
/ROOT/content/id1 ...
              id2
      meta/id1 ...
           idn

Is it possible ? how to do it ? Only configuration, or do I have to modify some
slide code ?
I can do it for the content part quite easily with minor modification in slide
(maybe posible with no modification, I have to check interfaces where I
modified). But I do not have idea for the "meta" part of the problem.

Did anyone needed this before ? Or has an idea ?

I hope I wrote my idea quite clearly :-)

Best regards
Sorry for my poor english

Guillaume

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org