Re: [Wikitech-l] Git migration progress for MW core

2011-12-15 Thread Chad
On Tue, Dec 13, 2011 at 11:44 AM, Chad innocentkil...@gmail.com wrote: * Permissions aren't sorted yet, so it's only supporting anonymous clones, no pushing yet. This has been done. If you pull the lastest from master you'll find a git-setup file and you should be able to push your changes

Re: [Wikitech-l] Git migration progress for MW core

2011-12-15 Thread Chad
On Thu, Dec 15, 2011 at 9:43 AM, Chad innocentkil...@gmail.com wrote: On Tue, Dec 13, 2011 at 11:44 AM, Chad innocentkil...@gmail.com wrote: * Permissions aren't sorted yet, so it's only supporting anonymous clones, no pushing yet. This has been done. If you pull the lastest from master

Re: [Wikitech-l] Git migration progress for MW core

2011-12-15 Thread Siebrand Mazeland
On Thu, Dec 15, 2011 at 9:43 AM, Chad innocentkil...@gmail.com wrote: that's if you have an LDAP/SVN account. If you do, you'll need to re-clone from the other[0]. [0] ssh://user@gerrit.wikimedia.org:29418/test/mediawiki/core Couldn't get this to work on Windows 7. I did the following steps:

Re: [Wikitech-l] Git migration progress for MW core

2011-12-15 Thread OQ
On Thu, Dec 15, 2011 at 10:18 AM, Siebrand Mazeland s.mazel...@xs4all.nl wrote: On Thu, Dec 15, 2011 at 9:43 AM, Chad innocentkil...@gmail.com wrote: that's if you have an LDAP/SVN account. If you do, you'll need to re-clone from the other[0]. [0]

Re: [Wikitech-l] Git migration progress for MW core

2011-12-15 Thread Ryan Lane
You need a labs account for this to work. If you'd like one, email me with the following information: 1. Your preferred wiki user name. This will also be your gerrit/git user name. If you want your git username to be your real name, then make this your real name. 2. Your svn account name 3. Your

Re: [Wikitech-l] Git migration progress for MW core

2011-12-14 Thread Platonides
On 13/12/11 20:54, David Gerard wrote: On 13 December 2011 17:02, Diederik van Liere dvanli...@gmail.com wrote: Reposurgeon (http://catb.org/~esr/reposurgeon/ ) might be a useful tool to help fix the svn history. In particular, Eric Raymond (who develops it) is interested in large and

[Wikitech-l] Git migration progress for MW core

2011-12-13 Thread Chad
Hi all, As some of you are probably aware, we've got a test repository converting phase3 to git up and running on gerrit. You should be able to clone by `git clone https://gerrit.wikimedia.org/r/p/test/mediawiki/core.git` Couple of caveats (things I'm gonna try and fix): * Permissions aren't

Re: [Wikitech-l] Git migration progress for MW core

2011-12-13 Thread Chad
On Tue, Dec 13, 2011 at 11:44 AM, Chad innocentkil...@gmail.com wrote: Couple of caveats (things I'm gonna try and fix): * Permissions aren't sorted yet, so it's only supporting anonymous clones, no pushing yet. * The revision graph is crazy. svn:mergeinfo is unreliable and we're pretty much

Re: [Wikitech-l] Git migration progress for MW core

2011-12-13 Thread Diederik van Liere
Hi Chad, Reposurgeon (http://catb.org/~esr/reposurgeon/ ) might be a useful tool to help fix the svn history. Best, Diederik On Tue, Dec 13, 2011 at 11:47 AM, Chad innocentkil...@gmail.com wrote: On Tue, Dec 13, 2011 at 11:44 AM, Chad innocentkil...@gmail.com wrote: Couple of caveats

Re: [Wikitech-l] Git migration progress for MW core

2011-12-13 Thread Brion Vibber
On Tue, Dec 13, 2011 at 8:44 AM, Chad innocentkil...@gmail.com wrote: Hi all, As some of you are probably aware, we've got a test repository converting phase3 to git up and running on gerrit. You should be able to clone by `git clone https://gerrit.wikimedia.org/r/p/test/mediawiki/core.git`

Re: [Wikitech-l] Git migration progress for MW core

2011-12-13 Thread David Gerard
On 13 December 2011 17:02, Diederik van Liere dvanli...@gmail.com wrote: Reposurgeon (http://catb.org/~esr/reposurgeon/ ) might be a useful tool to help fix the svn history. In particular, Eric Raymond (who develops it) is interested in large and troublesome repos that teach him new and