Re: database design help

2007-06-24 Thread Jim
It sounds to me that you want Subversion. There is a Python binding if you have anything you'd need to do beyond what already comes with the system (there are a variety of web interfaces already out there, for instance, so I don't know that you'd need to do anything extra). Just google "subversion

Re: database design help

2007-06-23 Thread Jacek Trzmiel
Hi, Brian Blais wrote: > I am trying to design a system for people to submit a series of documents to a > project. I want users to have the ability to submit updates to any > documents, so > that there should be a history (or sequence) for each document. [...] > project1: >document 1, docum

database design help

2007-06-23 Thread Brian Blais
Hello, I am trying to design a system for people to submit a series of documents to a project. I want users to have the ability to submit updates to any documents, so that there should be a history (or sequence) for each document. I think in terms of python data structures, so the relational d