Re: Apache Git mirror

2012-11-13 Thread Mark Miller
Or perhaps someone needs to optimize that repo? (-gc or something?) It's so damn slow to pick up a couple updates, there is no way it could have been this slow before without me noticing I think. It's ridiculous - it may have been slow previously, but I don't think this slow. This happens over

Re: Apache Git mirror

2012-11-12 Thread Simon Willnauer
://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Git-mirror-tp4019552p4019646.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: Apache Git mirror

2012-11-12 Thread Mark Miller
On 11/12/2012 02:49 AM, Uwe Schindler wrote: One more thing: If we intend to start testing patches from JIRA with Jenkins (as Grant proposed, the JIRA plugin for this was implemented by some Hadoop people, as far as I remember), we need the SVN metadata to cleanly apply patches in

Apache Git mirror

2012-11-11 Thread Mark Miller
Anyone else use the Apache git mirror much (not the GitHub one, but hosted by Apache)? Since I've been trying to use it over the past couple days, it's been super slow - cloning or updating does a whole lot of counting objects and just generally takes a real long time. It did not used

Re: Apache Git mirror

2012-11-11 Thread Simon Willnauer
don't use git svn so for commits I usually go through svn with a git diff trunk On Sun, Nov 11, 2012 at 5:20 PM, Mark Miller markrmil...@gmail.com wrote: Anyone else use the Apache git mirror much (not the GitHub one, but hosted by Apache)? Since I've been trying to use it over the past couple

Re: Apache Git mirror

2012-11-11 Thread Radim Kolar
It did not used to be this way for me, and I'm not seeing this on any other git projects I work with. Anyone else notice this? yes, its very slow. use github - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

Re: Apache Git mirror

2012-11-11 Thread Mark Miller
On Nov 11, 2012, at 3:27 PM, Radim Kolar h...@filez.com wrote: It did not used to be this way for me, and I'm not seeing this on any other git projects I work with. Anyone else notice this? yes, its very slow. use github It was not slow before, so I'd rather the issue be addressed

Re: Apache Git mirror

2012-11-11 Thread Dawid Weiss
It was not slow before, so I'd rather the issue be addressed rather than ignore it. It's always been kind of slow for me, with the symptoms you mentioned -- counting objects going forever, etc. I'm using git-svn, but it has nothing to do with it, a git pull would sometimes fetch a lot. I think

Re: Apache Git mirror

2012-11-11 Thread David Smiley (@MITRE.org)
the one committing any way so I guess it won't usually be a problem. ~ David - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Git-mirror-tp4019552p4019646.html Sent from the Lucene - Java

Re: Apache Git mirror

2012-11-11 Thread Mark Miller
On Nov 11, 2012, at 4:08 PM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: It's always been kind of slow for me, Okay - perhaps I just didn't notice before - but that would be odd. I never worried much about it's speed, but I also have not used it in a while. This is the first time I said

RE: Apache Git mirror

2012-11-11 Thread Uwe Schindler
command can do this for me. Uwe - Author: http://www.packtpub.com/apache-solr-3-enterprise-search- server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Apache- Git-mirror-tp4019552p4019646.html Sent from the Lucene - Java Developer mailing list archive

Re: Apache Git mirror

2012-11-11 Thread Dawid Weiss
apply using the standard unix patch -p1 (to get rid of the crazy a/b path prefix, also not existent in the SVN diffs). After that I must take care to not forget to add files, adjust svn props because only stock svn patch command can do this for me. Don't want to go into flame wars, but I

RE: Apache Git mirror

2012-11-11 Thread Uwe Schindler
Hi, apply using the standard unix patch -p1 (to get rid of the crazy a/b path prefix, also not existent in the SVN diffs). After that I must take care to not forget to add files, adjust svn props because only stock svn patch command can do this for me. Don't want to go into flame wars,