Do you support or plan to support subversion for doing upgrades?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 13, 2007 3:44pm
Subscribe [3]#1 / Nov 13, 2007 3:44pm
Do you support or plan to support subversion for doing upgrades?
#2 / Nov 13, 2007 3:48pm
I’m not EE. But I don’t think so—I know they don’t support Subversion out of the box for upgrades. I’m sure you could do it, of course. But at the moment, no.
I’m not quite sure how supporting subversion would work, anyway—while it would be fine for the files, the mysql db doesn’t work with Subversion that I know of, and many of the changes are DB changes, or could be.
I’m sure someone more knowledgeable than I will chime in, though.
#3 / Nov 13, 2007 4:21pm
SVN would be overkill for doing upgrades since its really a straight-forward process. Backup what you have, upload the new, and then run a script. The majority of upgrades are no more complex than that.
That being said, if you’re knowledgeable with SVN there isn’t a reason you couldn’t use it to maintain your site. You wouldn’t need any sort of official support for that, you’d just have to know how to use SVN. We use SVN to manage EE development but we don’t use it to maintain our web sites. There simply isn’t a need for it.