On Tue, Apr 14, 2009 at 10:16 AM, stoptime <[email protected]> wrote:

>
> I was wondering if any has ever tried keeping their mysql db folders
> and files (.frm, .MYD, .MYI) under svn? I just want this for the
> occasional syncing I need for my laptop from my main box. Thanks!
>

You can make something like rails migrations and keep that in version
control, or you can version control periodic db dumps. Manually transferring
the database files between systems is very unreliable.

-Ray

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to