Comment #26 on issue 1072 by chipx86: HTTPS Subversion repositories don't  
work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

Sounds like the expansion failed. The Python docs indicate that this is due  
to
%HOME%, %USERPROFILE%, %HOMEPATH% and %HOMEDRIVE% being unset. Python needs  
at least
two of these to expand the path.

The solution may be to figure out where the home directory should be and  
then add
some SetEnv directives to set HOME and USERPROFILE. Subversion, it seems,  
expects to
live in %APPDATA%\.subversion (basically, C:\Document and
Settings\<username>\Application Data\.subversion). Dunno about whether that  
directory
exists for Apache at all, or whatever user Apache is running as. That's  
something you
may need to figure out there. I don't really have a Windows install I can  
test this on.

You may also want to look into hosting Review Board on Linux in a VM or  
something.
It's far more supported by us.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to