I had Mediawiki installed from Subversion, keeping it up to date with a simple svn update command in the installation directory. Mediawiki has now migrated to Git and the latest security updates are only available from there. How to I switch from my Subversion-installation to a git one? Couldn't find any documentation or approach.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
You should be able to do an
Add the Mediawiki git repository to your remote repositories for convenience.
Then when you want to do updates, commit your changes and use:
|
|||
|
|
|
The following seems to working, but might not be correct or complete. Instructions are not for a production environment (although they worked for me).
|
|||
|
|

svn statsay? – Matthew Flaschen Mar 23 '12 at 18:49git status. – Matthew Flaschen Mar 23 '12 at 22:57