Re: More frequent CWE releases and CWE versioning
On Tue, 14 Oct 2008, Pascal Meunier wrote:
> I'm sorry, that was sloppy thinking on my part. I was grouping schemas
> and views together, whereas when you say "schema" you clearly have only
> something like the XML schema definition in mind. I thought it would be
> interesting to separate changes in relationships defined in views from
> changes in the CWE entries themselves, and to keep track of each
> category separately.
An interesting point - if you only care mostly about one view, then you'd
want to know what's changed within that view. I've been considering
view-specific diff reports that highlight which relationships were added
or removed; these could be part of the larger diff. Within the XML
itself, the individual view node could potentially record its own
"sub-version" that changes whenever the view changes (alternately, the
modification record in the content history could be updated).
Would people find it useful to be able to track when a view's
relationships have changed?
- Steve