"Kumar, Ashok" wrote:

> Hi Dirk
>
> I have some doubts regarding the fields in the tables designed for JDBC
> Store.
>
> 1. What is the table Branches for and the releveance of the field
> childnumber
> 2. Table Label
> 5. The field branchname in the table Revision,
> When I used the Database store , this field was populated always with
> the value main. What is its relevance

These are/will be used for multi version supprt (Delta-V)
NodeRevisionDescriptors has a parameter isVersioned but for now the WebDAV
Servlet doesn't use it.


> Can U throw some light into this.

> 3. The field Inheritable in the table  locks.

When you place a lock on a collection, you specify if the lock is only on
the collection itself or on its children as well.
See Depth header on LOCK method.

> 4. The field Negative in the table  permissions.

You can grant permission or deny. This is needed because permissions are
always inherited in the current WebDAV ACL spec.
Example:
grant read on / to /users/guest
deny read on /private to /users/guest

> Ashok
> Metatomix Inc

Dirk

Reply via email to