Revision [1460]

This is an old revision of FaqDownloadFails made by TobiasWolf on 2008-09-29 06:07:57.

 

FAQ



Q: Why does DownloadPsychtoolbox persistently fail with svn CHECKOUT and PROPFIND errors?
A: This can occur not because of problems with the svn server at berlios.de, but because the computer you are using to to download the Psychtoolbox is behind a firewall and access to the repository is routed through a proxy host. The proxy host blocks direct 'svn', 'http' and even 'https' requests and so the download falls over. To use svn with a proxy host, follow the instructions below:




Go to Start → Run and paste this command: notepad %APPDATA%\Subversion\servers
Pico is the least bad of the unix editors (at least it has a list of commands at the bottom of the editor window. Note, in pico ^ is the control key, so ^X is Control-X).

cd .subversion
pico servers




There you'll see the following block of text:

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = Proxy host
# http-proxy-port = Port number
# http-proxy-username = username
# http-proxy-password = password
# http-compression = no
# No http-timeout, so just use the builtin default.
# No neon-debug-mask, so neon debugging is disabled.
# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem


Just a final note, your username and password are now hard-coded in the servers file so if your institution requires you to change your password periodically, it won’t be updated in the servers file automatically, you'll have to update it manually (by editing the servers file). If you don’t, DownloadPsychtoolbox or UpdatePsychtoolbox may fail in the future because the proxy host rejects your out-of-date password.



Valid XHTML :: Valid CSS: :: Powered by WikkaWiki