post-review --revision-range for clearcase uses ';' as separator not ':'

2013-03-01 Thread Jay Lawrence
My experimentation with ReviewBoard and Clearcase continues In trying to do a post-checkin review, I used the --revision-range option. According to http://www.reviewboard.org/docs/manual/1.7/users/tools/post-review/#posting-committed-code The syntax is: $ post-review

Re: Use of subprocess.popen with sequence and shell=ture is incorrect on linux, breaks clearcase.py

2013-02-28 Thread Jay Lawrence
for these, and only these, commands I'd appreciate it. Jay p.s. Has anybody ever hosted a ReviewBoard 1.7 release on a RedHat Box with ClearCase? I can't imagine they have with this bug. On Wednesday, February 27, 2013 5:29:56 PM UTC-5, Jay Lawrence wrote: This is the root cause

Re: Use of subprocess.popen with sequence and shell=True is incorrect on linux, breaks clearcase.py

2013-02-28 Thread Jay Lawrence
On Wednesday, February 27, 2013 5:29:56 PM UTC-5, Jay Lawrence wrote: This is the root cause of the problem entitle SCMError(Unsupported View Type earlier on this board, but appears fundamental enough that I've started a new thread with a more appropriate title In the scmtools

Re: Authentication problems with 1.5 api via perl.

2013-02-28 Thread Jay Lawrence
I don't know this interface, but I suspect that you need to pass a reference to your params. instead of my $resp= $ua-request($req,%param); try my $resp= $ua-request($req,\%param); Note the extra '\'. jay On Thursday, October 21, 2010 2:06:16 PM UTC-4, Jeff wrote: I'm trying to write

Re: SCMError('Unsupported View Type') when adding Clearcase Repository

2013-02-27 Thread Jay Lawrence
with it since 1 week.. On Wednesday, 27 February 2013 02:26:49 UTC+5:30, Jay Lawrence wrote: I've tried my best to setup ReviewBoard with Clearcase, but when I try to add a Repository the logfile ends up with the message 'Unsupported View Type'. I have created a Clearcase dynamic view local

Use of subprocess.popen with sequence and shell=ture is incorrect on linux, breaks clearcase.py

2013-02-27 Thread Jay Lawrence
This is the root cause of the problem entitle SCMError(Unsupported View Type earlier on this board, but appears fundamental enough that I've started a new thread with a more appropriate title In the scmtools/clearcase.py file, the following idiom is used to invoke clearcase commands

Re: Use of subprocess.popen with sequence and shell=ture is incorrect on linux, breaks clearcase.py

2013-02-27 Thread Jay Lawrence
. The only file where shell=true is set on the calls to subprocess.popen are in clearcase.py hence why this is not an issue for other CM systems. This special popen behavior only occurs when a sequence is used as the argument AND shell=true. Jay On Wednesday, February 27, 2013 5:29:56 PM UTC-5, Jay

SCMError('Unsupported View Type') when adding Clearcase Repository

2013-02-26 Thread Jay Lawrence
I've tried my best to setup ReviewBoard with Clearcase, but when I try to add a Repository the logfile ends up with the message 'Unsupported View Type'. I have created a Clearcase dynamic view local to the server as user 'apache' (which is the user that runs httpd). I have ensured that the