C:\Source\Path>rbt post --server=https://server.com/reviewboard -d -r 750
>>> RBTools 0.6.1
>>> Python 2.7.7 (default, Jun 1 2014, 14:17:13) [MSC v.1500 32 bit (Intel)]
>>> Running on Windows-7-6.1.7601-SP1
>>> Home = C:\Users\MDavis\AppData\Roaming
>>> Current directory = C:\Source\Path
>>> Checking for a Subversion repository...
>>> Running: svn info --non-interactive
>>> Running: diff --version
>>> repository info: Path: https://server.com/svn/product, Base path: /t
runk, Supports changesets: False
>>> Making HTTP GET request to https://server.com/reviewboard/api/
Traceback (most recent call last):
File "C:\Python27\Scripts\rbt-script.py", line 9, in <module>
load_entry_point('RBTools==0.6.1', 'console_scripts', 'rbt')()
File "C:\PythonSer27\lib\site-packages\rbtools-0.6.1-py2.7.egg\rbtools\commands\main.py", line 134, in main
command.run_from_argv([RB_MAIN, command_name] + args)
File "C:\Python27\lib\site-packages\rbtools-0.6.1-py2.7.egg\rbtools\comm