Hello,
is there an easy way of checking out all extensions with git? It seems to be possible with SVN, but git only allows checkout of individual extensions.
Thanks, Florian
I'm using a slightly customised (I changed it to update extension repos) version ofthis http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/clone-all.php?view=markup.
Krenair
On 24/04/12 19:09, Florian Effenberger wrote:
Hello,
is there an easy way of checking out all extensions with git? It seems to be possible with SVN, but git only allows checkout of individual extensions.
Thanks, Florian
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi Krenair,
2012/4/24 Krenair krenair@gmail.com:
I'm using a slightly customised (I changed it to update extension repos) version ofthis http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/clone-all.php?view=markup.
thanks a lot, this seems to work! Just a quick question: How do you update the repo then? Re-running the script? git pull doesn't seem to work.
Thanks, Florian
I have it run "git remote update" in existing extension repositories.
Krenair
On 25/04/12 19:10, Florian Effenberger wrote:
Hi Krenair,
2012/4/24 Krenairkrenair@gmail.com:
I'm using a slightly customised (I changed it to update extension repos) version ofthis http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/clone-all.php?view=markup.
thanks a lot, this seems to work! Just a quick question: How do you update the repo then? Re-running the script? git pull doesn't seem to work.
Thanks, Florian
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 25/04/12 20:10, Florian Effenberger wrote:
thanks a lot, this seems to work! Just a quick question: How do you update the repo then? Re-running the script? git pull doesn't seem to work.
In the same folder there is http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/subgits?vie...
Which performs a command on all git repos on a subtree. So you just go to the folder where you cloned them and run: subgits pull
mediawiki-l@lists.wikimedia.org