http://web2py.com/books/default/chapter/29/06#Record-versioning
On Tuesday, March 5, 2013 2:55:03 AM UTC+1, rh wrote: > > On Mon, 4 Mar 2013 06:47:55 -0800 (PST) > Kenneth <[email protected] <javascript:>> > wrote: > > > Hi, > > > > more questions on my book application. > > > > There is let's say 20 books, all containing about 10 chapters and > > then maybe 5 articels per chapter. > > > > Every article is its own item in a table. When everything is ready > > all articles are looked and published. When it is time to upgrade the > > articles I'm planing on making new copies of them articles in the > > database and use that one when the upgraded book is released. How > > would you do keep track of changes in the edited article? All changes > > needs to be moved into the printed version. > > Revision control is a large topic. Is your goal to create a revision > control > system in a database? There are already many revision control systems > available. You might save yourself much time/effort to use one that > is already in wide use. Mercurial, git, bazaar, etc. are three examples > that are popular and allow distributed development/contribution. > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

