my goal is to have a CMS that is totally self-contained like a flat-file CMS but still having database features. Am I correct that if I have a CMS based on sqllite that I can use SVN to copy it along with all my other code? Isn't that the kind of database sqllite is, just one file?
Thanks.