Re: post-review problem on Windows

2012-07-15 Thread whatever
So I figured out what was happening. We use SVN via cygwin. So when SVN is launched, it gets launched in a cygwin shell even if you run it from a windows command prompt. So this causes the path to be set (not sure how) to the cygwin path "/cygdrive/c/trunk" and then the path passed in "C:\\tr

Re: post-review problem on Windows

2012-07-12 Thread whatever
Thanks for the reply! So I tried your suggestion, but no dice. Still the same issue. On Thursday, July 12, 2012 2:35:27 PM UTC-4, superakuma wrote: > > I had this problem before. You probably have cygwin in the PATH. I didn't > know how to fix it so I just took out cgywin in the PATH to use pos

Re: post-review problem on Windows

2012-07-12 Thread superakuma
I had this problem before. You probably have cygwin in the PATH. I didn't know how to fix it so I just took out cgywin in the PATH to use post-review. On Thursday, July 12, 2012 11:21:29 AM UTC-7, whatever wrote: > > So I'm trying to run post-review on a windows box with cygwin installed > and I

post-review problem on Windows

2012-07-12 Thread whatever
So I'm trying to run post-review on a windows box with cygwin installed and I'm getting the following error: C:\trunk>post-review Failed to execute command: ['svn', 'propget', 'reviewboard:url', 'C:\\trunk'] cygwin warning: MS-DOS style path detected: /cygdrive/c/trunk/C:\trunk Preferred POS

post-review problem

2012-05-29 Thread naga murali
Hi, I am using ReviewBoard 1.6.3, I installed ReviewBoard on Ubuntu 10.04, while doing the post-review from command line (post-review ) the following error I am getting "Unable to access the root /api/ URL on the server" Please provide any suggestion to this Thanks, Murali On 5/29/12, Gonz

Re: post-review problem

2012-05-27 Thread naga murali
Hi Eric, This problem occuring only for a specific machine, I set the proxy also, I am using ReviewBaord 1.6.3, right now I am trying myself to solve Thanks, Nagamurali On 5/28/12, Eric Johnson wrote: > Hi K Nagamurali, > > I'm just a reviewboard user, but have you solved your problem, or diag

Re: post-review problem

2012-05-27 Thread Eric Johnson
Hi K Nagamurali, I'm just a reviewboard user, but have you solved your problem, or diagnosed it further? What version of the ReviewBoard server are you running? >From the command line, can you ping the server that you're trying to reach? Is it running ReviewBoard successfully? Is this failure spe

Re: post-review problem

2012-05-25 Thread Christian Hammond
You're getting this particular error because you hit Control-C. I assume it was just waiting forever and not actually accessing the server, though? If you're behind a proxy server, you'll need to have your proxy set up correctly. Christian -- Christian Hammond - chip...@chipx86.com Review Board

post-review problem

2012-05-24 Thread naga murali
Hi, I installed ReviewBoard 1.6.3 on Ubuntu 10.04 in my local VMWare workstation, its working fine and I can able to post-review the file from command line like post-review , after that Inorder to access ReviewBoard all I copied OS Image from my local VMWare workstation to my server and after th

post-review problem

2012-05-24 Thread murali
Hi, While I am doing the post-review from command line, the following errors were getting Traceback (most recent call last): File "/usr/local/bin/post-review", line 9, in load_entry_point('RBTools==0.4.1', 'console_scripts', 'post- review')() File "/usr/local/lib/python2.6/dist-package

Re: post-review problem

2012-05-07 Thread Juhani Tali
Sorry about that. Background, this is a customized reviewboard 1.0 upgrade to 1.6.6. Previous installation post-review had in python a VERSION = "0.8" Now I get: >>> RBTools 0.4.1 >>> Home = /var/www >>> HTTP GETting api/ >>> HTTP GETting https://127.0.0.1/reviewboard/api/info/ >>> Using the ne

Re: post-review problem

2012-05-04 Thread Christian Hammond
That latest error is from doing --server=--server= Christian On May 4, 2012, at 6:07, Juhani Tali wrote: > Hi, > > I am not very comfortable with Python. > > review-script is called from mercurial hook. > > This is what I have found so far. > > > After fix for mercurial certificate warni

Re: post-review problem

2012-05-04 Thread Juhani Tali
Hi, I am not very comfortable with Python. review-script is called from mercurial hook. This is what I have found so far. After fix for mercurial certificate warning messages near error File "/usr/local/lib/python2.6/dist-packages/rbtools/ clients/ mercurial.py", line 248, in _get_outgoing_ch

Re: post-review problem

2012-05-03 Thread Christian Hammond
Hi, Looks like some issue with the interpretation of the data coming from hg. How comfortable are you with Python? It'd be helpful to see what data it's operating on. Christian On May 3, 2012, at 0:41, Juhani Tali wrote: > Hi, > > I am a bit stuck with post-review errors. > What could be t

post-review problem

2012-05-03 Thread Juhani Tali
Hi, I am a bit stuck with post-review errors. What could be the problem? review-script starts post-review with comments etc. Version control is mercurial. www-data@squeeze:~/hg/.hg$ python /var/www/hg/.hg/review-script 0477768532d98c2a8cb25d92b2a95ab1e14a73e6 >>> RBTools 0.4.1 >>> Home = /var/w