expandedfronts / revisr

Revisr: Git for WordPress
https://revisr.io
GNU General Public License v3.0
195 stars 41 forks source link

Revert db on branch switch fails if config is different #3

Closed sschafft-psi closed 10 years ago

sschafft-psi commented 10 years ago

If you have the revisr configs set to anything different in a dev branch db vs. another branch db and it replaces the dev with those config settings it no longer works.

Perhaps store config variables in a text file / json that is created on save so that it can be tracked via git and added to gitignore.

expandedfronts commented 10 years ago

Good idea. Looking into this further and will keep you posted.

expandedfronts commented 10 years ago

Hello,

This should have been resolved with the latest release. The logic has been improved with the database tracking and Revisr now remembers the config properly.

Let me know if you run into any further issues, thanks!