Re: git svn info very slow

2011-01-29 Thread Christian Hammond
Subject: Re: git svn info very slow Hi Noah, I looked at the git-svn code, and it seems to invoke the migration for certain commands. I didn't see 'info' in the list, but when I ran git svn info on my git-only repository, it went through the same steps, but it did bail really fast

Re: git svn info very slow

2011-01-29 Thread Noah Kantrowitz
@googlegroups.com] On Behalf Of Christian Hammond Sent: Friday, January 28, 2011 4:16 PM To: reviewboard@googlegroups.com Subject: Re: git svn info very slow Hi Noah, I looked at the git-svn code, and it seems to invoke the migration for certain commands. I didn't see 'info' in the list, but when

git svn info very slow

2011-01-28 Thread Noah Kantrowitz
We are trying to start using reviewboard with one of our bigger repos (~5k revs) and we are having a lot of trouble with giv svn info. post-review runs this every time to check if the current repo is under git-svn control (disclaimer: a lot of those 5k revs were migrated from SVN using git-svn,

Re: git svn info very slow

2011-01-28 Thread Christian Hammond
Hi Noah, It sounds like the repositories are still configured for git-svn. If you remove that configuration, the call to git svn info should fail immediately. It's been a while, but I think this is in .git/config. Christian On Friday, January 28, 2011, Noah Kantrowitz n...@coderanger.net

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
Sent: Friday, January 28, 2011 1:50 PM To: reviewboard@googlegroups.com Subject: Re: git svn info very slow Hi Noah, It sounds like the repositories are still configured for git-svn. If you remove that configuration, the call to git svn info should fail immediately. It's been a while

Re: git svn info very slow

2011-01-28 Thread Christian Hammond
to de-svn this repo? --Noah -Original Message- From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On Behalf Of Christian Hammond Sent: Friday, January 28, 2011 1:50 PM To: reviewboard@googlegroups.com Subject: Re: git svn info very slow Hi Noah

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
the initial migration, not later on. --Noah -Original Message- From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On Behalf Of Christian Hammond Sent: Friday, January 28, 2011 2:24 PM To: reviewboard@googlegroups.com Subject: Re: git svn info very slow Huh, I haven't

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
[mailto:reviewboard@googlegroups.com] On Behalf Of Noah Kantrowitz Sent: Friday, January 28, 2011 2:32 PM To: reviewboard@googlegroups.com Subject: RE: git svn info very slow Did a search through all of .git for the old server and the base path (code/svn) and got no hits. If it is stored compressed in some

Re: git svn info very slow

2011-01-28 Thread Christian Hammond
] On Behalf Of Noah Kantrowitz Sent: Friday, January 28, 2011 2:32 PM To: reviewboard@googlegroups.com Subject: RE: git svn info very slow Did a search through all of .git for the old server and the base path (code/svn) and got no hits. If it is stored compressed in some metadata

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
a while. --Noah -Original Message- From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On Behalf Of Christian Hammond Sent: Friday, January 28, 2011 4:16 PM To: reviewboard@googlegroups.com Subject: Re: git svn info very slow Hi Noah, I looked at the git-svn