3640: command rbt repo-setup is pending when after type yes.

zych****@gmai***** (Google Code) (Is this you? Claim this profile.)
Dec. 11, 2014
What version are you running?
ReviewBoard 2.0.5
RBTool 0.6.2
SVN 1.8


What steps will reproduce the problem?

directly type the command 

What is the expected output? What do you see instead?

D:\tdltews\trunk\src\RobotWS>rbt setup-repo -d
>>> RBTools 0.6.2
>>> Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)]
>>> Running on Windows-7-6.1.7601-SP1
>>> Home = D:\userdata\yongzhan\Application Data
>>> Current directory = D:\tdltews\trunk\src\RobotWS
>>> Checking for a Subversion repository...
>>> Running: svn info --non-interactive
>>> Running: diff --version
>>> repository info: Path: https://svne1.access.nokiasiemensnetworks.com/isource
/svnroot/tdlte-tap, Base path: /Robot/tdltews/trunk/src/RobotWS, Supports change
sets: False
>>> Making HTTP GET request to http://10.140.23.96/api/
>>> Making HTTP GET request to http://10.140.23.96/api/repositories/
Use the Subversion repository 'RobotWS' (https://svne1.access.nokiasiemensnetwor
ks.com/isource/svnroot/tdlte-tap/Robot/tdltews/trunk/src)? [Yes/No]:

What operating system are you using? What browser?

win7 google chrome

Please provide any additional information below.

I also can not use rbt post command
chipx86
#1 chipx86
This sounds like a timeout issue when Review Board tries to talk to the Subversion repository.

Are you the administrator? If so, first thing to check is that you can do a 'svn info' of that path from the server.
  • +NeedInfo
#2 zych****@gmai***** (Google Code) (Is this you? Claim this profile.)
Yes, I am the administrator of reviewboard.

D:\tdltews\trunk\src\RobotWS>svn info
Path: .
Working Copy Root Path: D:\tdltews
URL: https://svne1.access.nokiasiemensnetworks.com/isource/svnroot/tdlte-tap/Rob
ot/tdltews/trunk/src/RobotWS
Relative URL: ^/Robot/tdltews/trunk/src/RobotWS
Repository Root: https://svne1.access.nokiasiemensnetworks.com/isource/svnroot/t
dlte-tap
Repository UUID: e522b1a0-891e-4df4-9886-6ab0c6766b83
Revision: 28567
Node Kind: directory
Schedule: normal
Last Changed Author: yongzhan
Last Changed Rev: 28562
Last Changed Date: 2014-10-24 14:24:46 +0800 (?I? 24 ErOA 2014)


D:\tdltews\trunk\src\RobotWS>
david
#3 david
On the Review Board side, make sure that the repository is configured to point at https://svne1.access.nokiasiemensnetworks.com/isource/svnroot/tdlte-tap/ (the repository root)
david
#4 david
  • -NeedInfo
    +Incomplete