Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> EMBEDDED SCM-like ideas sought

EMBEDDED SCM-like ideas sought

From: <lvirden_at_yahoo.com>
Date: 21 Dec 2001 11:14:06 GMT
Message-ID: <9vv5hu$h4e$1@srv38.cas.org>

Assume a freely distributable C/c++ multithreaded, multiuser product with an embedded database.

One criteria is to be able to compare the state of a record over time - to display what a record looked like, to compare a record's state between various points of its history - an audit trail. A bonus would be a nearly transparent change merging facility if two people happened to be modifiing different parts of the same record at the same time, with some sort of alert/resolution mechanism for changing the same field at the same time.

It feels like to me a reinvention of standard source code management version control algorithms. Are there any freely distributable libraries where much of this is already available? Trying to harvest code from RCS/CVS seems less than optimal. What about user interfaces to the history seems tricky - what interface to a history like this have you seen ''work''?

-- 
"I know of vanishingly few people ... who choose to use ksh." "I'm a minority!"
<URL: mailto:lvirden@cas.org> <URL: http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
Received on Fri Dec 21 2001 - 05:14:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US