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

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:\trunkpost-review Failed to execute command: ['svn', 'propget', 'reviewboard:url', 'C:\\trunk'] cygwin warning: MS-DOS style path detected: /cygdrive/c/trunk/C:\trunk Preferred

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'm

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