Hello,

I have a situation where I've created a site using django, using
sqlite3.

Thus far I've always had the database under version control (which,
seeing as it's a binary file, doesn't mean much other than the fact I
have a backup)

The problem becomes when I make changes on my home computer that may
involve a change to the database, commit and update on the server
where there may have already been changes to the database, thus
leading to unresolvable conflicts.

So I'm wondering if there is a way to intercept whenever something is
done to the database and keep a record of it.

Then somehow make it so when I do an svn up it automatically executes
the changes that were made.

This way not only do I keep a history of what changes are made, but I
can resolve conflicts without having to scrap changes (which
fortunately doesn't tend to be disastrous in this case)

Thankyou for help.

Regards,
Stephen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to