post-reivew WEB API?

2011-01-28 Thread Rohan Dhaimade
I'm a little confused on what this message means. Whenever I try to do post-review. I get this message Enter username and password for Web API at reviewboard.companyname.com But it doesn't seem to be any user that I know of What is WEB API? I couldn't find anything in the docs. Did I install

LDAP configuration

2011-01-28 Thread David
Hi, I am trying to get reviewboard authentificate through our LDAP infrastructure, but I cannot make it work (got the specified object does not exist). I don't know much about LDAP unfortunately, so I am not sure where the error lies. We got trac connecting to LDAP, but at the apache level, as

Re: post-reivew WEB API?

2011-01-28 Thread Christian Hammond
The message needs to be more clear, but it's like this for legacy reasons... Anyhow, you should be using your standard username and password for Review Board. If it's not working with your standard account, can you tell me what version of Review Board and RBTools you're using (including whether

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-28 Thread praveen kumar
Hi Christian, I have made the changes you suggested. Also changed the below: client.connect(hostname, username) After these changes, i am getting the error: 2011-01-28 06:21:20,929 - DEBUG - start Popen 2011-01-28 06:21:22,971 - DEBUG - 2011-01-28 06:21:22,978 - DEBUG - CVSROOT/modules

Re: LDAP configuration

2011-01-28 Thread Rob
I struggled a bit to make it work too, but here's what I finally used. I am running ReviewBoard on CentOS 5.2 under Apache/mod_python/Python 2.5.1/linux64. (The Python ldap module, linking to openldap libs I believe, is responsible for the actual connection.) LDAP server:

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
I don't see anything in .git/config about svn (file attached), and from a fresh clone .git/svn doesn't exist. The first time I run git svn info it prints out the following: $ time git svn info Migrating from a git-svn v1 layout... Data from a previous version of git-svn exists, but

Re: git svn info very slow

2011-01-28 Thread Christian Hammond
Huh, I haven't seen that before. There's probably something in .git/ somewhere, but where, I don't know. Maybe grep around for part of the repository path? I have to run, but I'll play with this a bit and see if I can help figure it out. Christian -- Christian Hammond - chip...@chipx86.com

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
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 somewhere it might not be obvious though :-/ I have found references to git svn clone --no-metadata online, but I think that only helps when doing the

Re: post-reivew WEB API?

2011-01-28 Thread Rohan Dhaimade
Well. I first logged in with my current information. But then it asked for this immediately. The full flow is this I run post-review == Review Board Login Required Enter username and password for Review Board at http://reviewboard.indinerocorp.com/ Username: rohan password: Then it asks ==

Re: post-reivew WEB API?

2011-01-28 Thread Christian Hammond
Is this exactly 1.5.0? And is it the RBTools 0.2 release, or a nightly? Can you try with --debug and e-mail me the output? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Jan 28, 2011 at 2:34 PM,

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
Just as an update, I updated our internal copy of post-review to just skip calling git svn info and now post-review is back to being nice and zippy. Still trying to figure out what is causing this though :-) --Noah -Original Message- From: reviewboard@googlegroups.com

Feedback for Screen Shot Captions

2011-01-28 Thread Daniel
When I upload multiple screenshots using the drag and drop feature, it'd be really nice if the caption would default to the filename instead of 'no name'. Thanks! -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

Re: git svn info very slow

2011-01-28 Thread Christian Hammond
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. I think what we should do is update post-review

RE: git svn info very slow

2011-01-28 Thread Noah Kantrowitz
In my case `git svn info` is actually creating an empty .git/svn, so the check would have to be for if there are any files in there I think. On our smaller repos it does bail quickly, so I think somewhere it (git svn info) must be walking the history and just going through all 5k revs is taking a

Re: Feedback for Screen Shot Captions

2011-01-28 Thread Christian Hammond
I agree. Would you mind filing a bug on that? Christian On Friday, January 28, 2011, Daniel da.s...@gmail.com wrote: When I upload multiple screenshots using the drag and drop feature, it'd be really nice if the caption would default to the filename instead of 'no name'. Thanks! -- Want

Re: Issue 1962 in reviewboard: Support multiple mirror paths for git repositories

2011-01-28 Thread reviewboard
Updates: Status: Confirmed Labels: -Priority-Medium Priority-High Milestone-Release1.6 Component-SCMTools Comment #1 on issue 1962 by chip...@gmail.com: Support multiple mirror paths for git repositories http://code.google.com/p/reviewboard/issues/detail?id=1962 Absolutely, and

Re: Issue 1508 in reviewboard: Search does not search by changelist number

2011-01-28 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 1508 by trowb...@gmail.com: Search does not search by changelist number http://code.google.com/p/reviewboard/issues/detail?id=1508 Fixed in master b94f12f. Thanks! -- You received this message because you are subscribed to the Google Groups