From: Michal L. <mi...@lo...> - 2008-03-30 10:19:55
|
Hi, - I personally think you'll run out of space pretty quickly ;-) - There need to be some way to remove old revisions. - You probably only want to keep revisions of files in some defined state, i.e. when they are closed. Keeping each and every revision after each write() is useless as in most cases the file won't be consistent anyway. But that all depends on your exact requirements. Michal Stef Bon wrote: > Hello, > > I would like to try to add the ability to mysqlfs to keep track of all > previous versions > of files and directories (and..). Imho mysqlfs is ver suitable for doing > so, because it's already in a database. > > First (before getting technical) I would like to know how you (reader) > feel about this. Is there anyone having thoughts > about this? > > Stef Bon > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Mysqlfs-general mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysqlfs-general |