Re: why post-review command is stuck there?

2012-07-20 Thread Hans Shi
Christian, comments? :-) thanks a lot, Hans On Thursday, July 19, 2012 5:09:06 PM UTC+8, Hans Shi wrote: thanks Christian for the answers. are you saying each svn command (svn info, svn diff, etc) set different permission access? thanks a lot, Hans On Wednesday, July 18, 2012 5:51:55

Re: why post-review command is stuck there?

2012-07-19 Thread Jack ZHang
Hi Hans, May be I have the same issue with you, you mean that just enable the svn anonymous access can solve the stuck issue right? I write the bat and can success execute in cmd, and when try svn commit, stuck here, and I try a linux svn, write the shell hook, is worked. At first, I thought

Re: why post-review command is stuck there?

2012-07-19 Thread Hans Shi
thanks Christian for the answers. are you saying each svn command (svn info, svn diff, etc) set different permission access? thanks a lot, Hans On Wednesday, July 18, 2012 5:51:55 PM UTC+8, Christian Hammond wrote: post-review just runs 'svn info' and 'svn diff' and other commands from the

Re: why post-review command is stuck there?

2012-07-19 Thread Hans Shi
correct, enabling svn anonymous access make it work. anther clue is: mostly likely in linux you can define the nobody user permission, however in windows, the SYSTEM user, you cannot do anything setting for him. On Thursday, July 19, 2012 3:50:29 PM UTC+8, Jack ZHang wrote: Hi Hans, May

Re: why post-review command is stuck there?

2012-07-18 Thread Hans Shi
hi Christian, No, it doesn't related by client cookie. Previous testing i made on dev svn server, to avoid interrupt dev's work, I setup another SVN server which is exact the same configuration as dev's real one. The issue still happen with the same phenomenon. i revised the py code as

Re: why post-review command is stuck there?

2012-07-18 Thread Hans Shi
then i change svn server with anonymous access enabled... the post-review successfully conducted and reviewboard request is generated as well. our svn uses LDAP auth with Windows Domain users, so can i put auth infor as parameters in post-review command? if yes, how? if not, any alternative

Re: why post-review command is stuck there?

2012-07-18 Thread Hans Shi
i guess this is a general case for svn auth, anybody encounter this too? On Wednesday, July 18, 2012 4:51:08 PM UTC+8, Hans Shi wrote: then i change svn server with anonymous access enabled... the post-review successfully conducted and reviewboard request is generated as well. our svn

Re: why post-review command is stuck there?

2012-07-18 Thread Christian Hammond
post-review just runs 'svn info' and 'svn diff' and other commands from the repository. So it's not really a matter of configuring post-review. It's a matter of making sure your SVN checkout can run those commands manually, without passing credentials on the command line. There's no mechanism to

Re: why post-review command is stuck there?

2012-07-04 Thread Hans Shi
anybody else met this similar issue? On Tuesday, July 3, 2012 3:57:53 PM UTC+8, Hans Shi wrote: Hi Christian, thanks for the reply. there is no firewall between svn server and reviewboard server, as you can see my login user afra.liu can execute post-review command and generate

Re: why post-review command is stuck there?

2012-07-04 Thread Christian Hammond
Just speculating, but perhaps it's not finding your cookie file when run through the hook, and is therefore prompting for input. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Jul 4, 2012 at 12:31 AM,

why post-review command is stuck there?

2012-07-03 Thread Hans Shi
Hi there, May i have a question for ReviewBoard post-review invokved by svn's post-commit.bat? when i use python code to auto execute post-review command when developer checks in a code, the svn window stucks there with no response, but eventually will prompt timeout error.

Re: why post-review command is stuck there?

2012-07-03 Thread Christian Hammond
Hi Hans, Are you behind a firewall? If so, the proper settings may not be provided in the context of whatever is running the script. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Jul 2, 2012 at

Re: why post-review command is stuck there?

2012-07-03 Thread Hans Shi
Hi Christian, thanks for the reply. there is no firewall between svn server and reviewboard server, as you can see my login user afra.liu can execute post-review command and generate reviewboard request successfully. any other clues? thanks again, Hans On Tuesday, July 3, 2012 3:04:51 PM