Automatic plugin update kills .svn data
-
I can’t seem to find anything on this…
I’m managing my wordpress install with subversion – no big deal, really. I export the latest from WP and then check my code into my own repository.
For those who don’t know – under subversion control, every directory has a hidden directory called “.svn” where it keeps all it’s magic stuff.
So… I updated a plugin using WP’s automatic update and now my subversion is very upset because it’s .svn folder is gone. Apparently, updating a plugin via the plugin manager just replaces the directory in question… which would be fine if it would preserve the .svn directory… but it doesn’t.
So, those of you with more experience than me… any advice? Should I just abandon automatic updates? (yuck) Should I hack a file to make it preserve my .svn directory (if so where does that happen?). Or is there a better way I’m missing?
Thanks!
- The topic ‘Automatic plugin update kills .svn data’ is closed to new replies.