Commercial support planning and feedback

2012-08-27 Thread Christian Hammond
Hi everyone, Something that comes up every once in a while is the need for more private, one-on-one support through e-mail, chat, or phone, without posting to the public mailing list, and with more immediate responses. We are looking into providing commercial support plans for those companies

Unable to post review from cvs commitinfo trigger

2012-08-27 Thread cmuser
Hi, Opening a fresh post to avoid any old mess..need urgent help. I am trying to use post review with every cvs commit. Applying a trigger in cvs commitinfo file as follows $cat commitinfo /usr/bin/post-review --server=http://172.16.7.100:81 -- username=admin --password=admin

Re: Unable to post review from cvs commitinfo trigger

2012-08-27 Thread cmuser
to Add more details- [kapila.narang@svn test]$ cvs -d :pserver:kapilap@svn:/opt/cvsroot ci - m BugID:47300 update document.txt Post-review for /opt/cvsroot/test RBTools 0.4.1 Home = /home/kapilacvs No supported repository could be accessed at the supplied url. On Aug 27, 2:52 pm, cmuser

RBTools review creating taking very long

2012-08-27 Thread Elardus Erasmus
Hi there, Using post-review the review creation usually took in the order of a few seconds. Now, all of a sudden, it takes almost 10 minutes. Nothing changed on the server or clients as far as I am aware. I am troubleshooting it now and turned on the '-debug' option of post review. I get the

Re: SVN 1.7 support

2012-08-27 Thread mxbraun
Do you happen to recall if you stripped out the new 1.7 stuff from the diff, or did you modify pysvn or RB to handle the new content? We're about to try something to handle these as well, and are considering the pros/cons of both approaches. (I'd prefer the latter, but suspect implementing

RE: SVN 1.7 support

2012-08-27 Thread Elardus Erasmus
IIRC: - the sever (ubuntu) was upgraded to the latest 1.7 subversion - clients (on windows) were upgraded to the latest subversion (1.7.4 at that time) - RBtools on clients upgraded to 0.4.1. I did not strip out/modify anything. The only problem I ran into was that

Re: SVN 1.7 support

2012-08-27 Thread mxbraun
Hmmm...Thanks for the data point. It's interesting that that setup isn't encountering any problems. We're running: - A Linux distro with SVN 1.7.6 built from source - pysvn 1.7.6, again built using the 1.7.6 source-built SVN version. - Diffs built with cygwin's SVN 1.7.5 client I

Re: SVN 1.7 support

2012-08-27 Thread Christian Hammond
I'm working on a patch for the property changes. Are there other things people are hitting that you can give me repro steps/example diffs for? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Aug 27,

Re: RBTools review creating taking very long

2012-08-27 Thread Christian Hammond
Hi, The problem is that it's having to do an 'svn info' on each repository, due to how you're associating the repository. Apparently that's become slower than it used to be. I'm not sure why it's trying to fetch that data at that point. Can you show me the command line parameters you are using?

Re: Unable to post review from cvs commitinfo trigger

2012-08-27 Thread Christian Hammond
Is that directory you're running it in part of a CVS checkout? Set REPOSITORY to the name, not the path, of the repository you want to post to in Review Board. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com

Re: Unable to authenticate against this repository using one of the supported authentication types.

2012-08-27 Thread zhihang wang
No. I don't know how to set up an SSH key to use for RB. On 8月27日, 下午1时48分, Christian Hammond chip...@chipx86.com wrote: I'd need to know more about how you have your Git repository and your Review Board repository information configured. Did you set up an SSH key? Christian -- Christian