Here's the output you were asking for. For privacy reasons I have anonymized the paths with markers like {username}
$ rbt setup-repo --debug
>>> RBTools 0.7.4
>>> Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
>>> Running on Windows-7-6.1.7601-SP1
>>> Home = C:\Users\{username}\AppData\Roaming
>>> Current directory = C:\cygwin\home\{username}\{repository}
Enter the Review Board server URL: {server URL}
>>> Running: git version
>>> Checking for a Subversion repository...
>>> Unable to execute "svn help": skipping SVN
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
Traceback (most recent call last):
File "C:\Python27\Scripts\rbt-script.py", line 8, in <module>
load_entry_point('RBTools==0.7.4', 'console_scripts', 'rbt')()
File "C:\Python27\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\main.py", line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
File "C:\Python27\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\__init__.py", line 612, in run_from_argv
exit_code = self.main(*args) or 0
File "C:\Python27\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\setup_repo.py", line 109, in main
repository_info, tool = self.initialize_scm_tool()
File "C:\Python27\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\__init__.py", line 641, in initialize_scm_tool
client_name=client_name)
File "C:\Python27\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\clients\__init__.py", line 408, in scan_usable_client
repository_info = tool.get_repository_info()
File "C:\Python27\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\clients\git.py", line 219, in get_repository_info
os.chdir(os.path.abspath(git_top))
WindowsError: [Error 3] The system cannot find the path specified: u'C:\\home\\{username}\\{repository}'