Since they are the same engine, I figured they would be running the same code base, just with different databases. However Meta is at svn revision 3813 while SO is at 3772, nearly 50 revisions behind. What gives?
-
How do we know it is (still) Subversion?This_is_NOT_a_forum– This_is_NOT_a_forum2020年09月25日 17:17:40 +00:00Commented Sep 25, 2020 at 17:17
-
It may be Mercurial now.This_is_NOT_a_forum– This_is_NOT_a_forum2020年09月25日 17:23:32 +00:00Commented Sep 25, 2020 at 17:23
2 Answers 2
In the Meta announcement blog entry, Jeff noted that there'd be code-level differences:
- bounties make little sense on a discussion site
- wording needs to be tweaked (i.e. questions->topics, answers->replies)
- need to be able to follow questions/get notices of additional replies
- remove notion of community wiki, as discussion sites have a stronger sense of ownership, plus nothing will be off-topic
Those would require code changes rather than just database changes, since there aren't database switches you can throw (yet) to change the wording on the site or disable wiki across the board.
And SF is at 3773.
It's likely that there's no pressing need (no must-fix bugs or must-have feature) that's worth the downtime of an upgrade (or the effort of a minimal downtime upgrade).
And the way SVN works, they could be identical checkouts, and someone's doing development on a branch.
You must log in to answer this question.
Explore related questions
See similar questions with these tags.