Using ANYTHING on top of the file system ads an other layer of something that might fail. This is obvious.
Any solution has its limitation and using the file system for anything more then basic backup will create huge problems: how do you organize folders if you want to have all of the last 10 versions of any given file? How about doing the same in a multi-user environment? How about providing check-in and check-out functionality? Besides all of this, a CVS system is not used for disaster recovery (file system failing, hd failing etc). It is usually used for managing team development and for it's ability to provide version control. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:delphi-talk- > [EMAIL PROTECTED] On Behalf Of Jack > Sent: Thursday, December 15, 2005 4:08 PM > To: Delphi-Talk Discussion List > Subject: Re[2]: CVS > > Hmm. Sounds like using file system is a better idea? It'll only > corrupt one file. > > > I only had one problem with some files becoming damaged but I will not > blame > > Jedi or Firebird for the problem - it was at a time when my system > suffered > > a sudden power loss! Happily it didn't damage my whole archive, it only > > damaged a few files I was easily able to recover. > > > > __________________________________________________ > Delphi-Talk mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi-talk __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
