I would not recommend filling your SVN with hourly database dumps. Schema, yes; data, no.
You'll just end up having to wade through the noise when reviewing code. (And once in a while, you'll type "svn diff" in a terminal and get your eyeballs flooded.) Data backups are essential, but IMO SVN is not the place for them. For that, I recommend you use a separate script which connects to your data backup or live site and can pull down a current snapshot and load it into your dev site (optionally, adding any dev-specific changes required). --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
