1468: rb-site install giving error "make sure you are running as administrator"

guansh*******@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
May 27, 2010
I have Windows XP SP2. I installed review board 1.0.5 as per instruction 
given. 


When I run rb-site install /reviewboard/testsite, I am getting error

[!] Unable to create the /reviewboard/testsite directory. Make sure
    you're running as an administrator.
#1 guansh*******@gmai***** (Google Code) (Is this you? Claim this profile.)
fixed 
answer is easy. changge to /reviewboard will work
chipx86
#2 chipx86
The error should be changed. Basically it wants to make that directory, and it
already exists.
  • +Confirmed
  • +Milestone-Release1.5
chipx86
#3 chipx86
Patch up at http://reviews.reviewboard.org/r/1600/
  • -Confirmed
    +PendingReview
  • +Component-RB-Site
  • +chipx86
chipx86
#4 chipx86
Fixed on master (ac87a16)
  • -PendingReview
    +Fixed
#5 dexte*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Getting the same error on ubuntu 10.10.  Python 2.6.6. 

root@ubuntu:~# rb-site --console install /reviewboard/testsite

[!] Unable to create the /reviewboard/testsite directory. Make sure
    you're running as an administrator and that the directory does not
    contain any files.

Weird behavior, if not logged in as root, what I see is run as sudo rb-site install /testsite never asks for the root password.  The root directory is empty.  
Nevertheless, the rb-site install requires something which is not clear through the error message reported back.  

Are there are any work-around ?