Re: Clearcase Integration

2009-12-21 Thread Christian Hammond
We certainly want to support Clearcase. Unfortunately, we don't have access to a Clearcase license or install, so we pretty much need support from the community for this. If anyone does have any patchsets for improved Clearcase support, please do let us know :) I would be happy to see our support

Re: Clearcase Integration

2009-12-21 Thread Dan Savilonis
David, Feel free to start a discussion on reviewboard-dev. I haven't put any active effort into improving support because I believe Clearcase is obsolete, but I'll certainly help with any questions you have. Michael -- I'm curious, are you using RB unmodified, or do you maintain a custom patchset

Re:Re: About the idea of integrating the CVS and ReviewBoard into a development process

2009-12-21 Thread qhlonline
Thanks for your suggestion, Scott. I am not familar with CVS pre-commit script, And I can not find enough document about RB integrating with Bug Tracker (In ReviewBoard document, I can only know how to set the bugTracker in RB server, But I don't know its function and its usage there), Can you g

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-21 Thread Nadia Alramli
> > > Can you edit your reviewboard/scmtools/svn.py and, in check_repository, > replace each "print ..." statement with: logging.info(...) ? Then try > again and see what the log file says. > Sure, I'll try this tomorrow at work. Thanks for looking into this Nadia (Those prints should have been

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-21 Thread Christian Hammond
Oh, you will also need to add "import logging" to the top of the file. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 21, 2009 at 5:37 PM, Christian Hammond wrote: > Can you edit your reviewboard/

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-21 Thread Christian Hammond
Can you edit your reviewboard/scmtools/svn.py and, in check_repository, replace each "print ..." statement with: logging.info(...) ? Then try again and see what the log file says. (Those prints should have been log statements originally. I'll fix that probably tonight.) Christian -- Christian H

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-21 Thread Nadia Alramli
> Are you guys able to perform a checkout with that exact repository path on > the server? > > Yes, I'm able to use the exact same repository url from command line without problems. svn co svn+ssh://svn.example.com/path/to/repo/ > Did it prompt you for SSH host verification? > > Yes, and I click

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-21 Thread Christian Hammond
Are you guys able to perform a checkout with that exact repository path on the server? Did it prompt you for SSH host verification? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 21, 2009 at 10:30

Re: reviewboard api is missing

2009-12-21 Thread Christian Hammond
Hi Victor. I'm not sure that this is coming from Review Board. Can you email me your Apache configuration files? Also, do you typically go through a proxy server for external websites? If so, try temporarily disabling it. Christian On Monday, December 21, 2009, victor zachev wrote: > Hello gro

Re: reviewboard api is missing

2009-12-21 Thread victor zachev
Hello group, Trying to get a bump... can anyone give me a hand with this issue, it will be greatly appreciated. Thank you On Wed, Dec 16, 2009 at 9:52 AM, victor zachev wrote: > Hello > > > Yes I am able to login to the UI with this username/password. I was able to > create a group and a repos

Re: Cant connect to SVN repository using RB 1.1 alpa 2

2009-12-21 Thread Nadia
Hi, I'm having the exact same issue as well, any planned fix? -Nadia On Dec 17, 5:14 pm, Pankaj Kharode wrote: > No i haven't been able to do so, I can connect to local svn rep though. > > -Pankaj > > > > > > On Thu, Dec 17, 2009 at 1:16 AM, Dregel wrote: > > Hi, > > > I hit the same error tod

Re: About the idea of integrating the CVS and ReviewBoard into a development process

2009-12-21 Thread Scott Quesnelle
We are doing reviews prior to the changes being commited to CVS. To enforce this process, you can modify the CVS pre-commit script. This script can then check change for review approval. We currently require the bugid to be in the cvs commit log, as such we query the bug tracking system and check

Re: About the review to original edition of a file

2009-12-21 Thread Scott Quesnelle
Adding a file to CVS involves 2 steps. cvs add then cvs commit. If you do the cvs add, then generate the diff for review using 'cvs diff -u' you will end up the new file diff being included in your diff which can then be posted to reviewboard. Scott 2009/12/21 qhlonline > Hi,all. >I want

Re: Clearcase Integration

2009-12-21 Thread David McCloskey
I noticed on mine that when I make the review request, It makes a reference to a /CHECKEDOUT in the path, which means that when that file is checked in, the review request will be broken. Is that intended? If so, it's not good. Is there some place where discussion can be made about how to change

Re: GitHub private repos?

2009-12-21 Thread Christian Hammond
Hi Mike, I just committed support for private GitHub repositories. It didn't make tonight's nightly, but it will be in tomorrow night's. I'd love it if you could give it a try and let me know how it works for you. Thanks, Christian -- Christian Hammond - chip...@chipx86.com Review Board - http