Holcombe:SubversionEtc: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: {{Template:Holcombe}} here at Sydney Uni we live behind a proxy server so subversion will not work unless you configure subversion for that https://www.opends.org/wiki/page/ConfiguringSub...)
 
No edit summary
Line 4: Line 4:
https://www.opends.org/wiki/page/ConfiguringSubversionToUseAProxyServer
https://www.opends.org/wiki/page/ConfiguringSubversionToUseAProxyServer


which tells you to edit ./.subversion/servers
which tells you to edit ~/.subversion/servers to tell it about the proxy. If you don't have this file, first try typing just 'svn' in terminal to check if you have it, if so run ANY command on svn and the config file will be created.
to tell it about the proxy.
Then you can hopefully execute:
Then you can hopefully execute:
svn checkout http://psychopy.googlecode.com/svn/trunk/ psychopy-read-only
svn checkout http://psychopy.googlecode.com/svn/trunk/ psychopy-read-only

Revision as of 18:48, 21 May 2009

Recent members

Alex Holcombe
• Ryo Nakayama



Technical

Skills Checklist
Python Programming
Psychopy/VisionEgg Installation Notes
R analysis,plot,stats
Statistics
Buttonbox
Buttonbox with photocell
Programming Cheat Sheets



here at Sydney Uni we live behind a proxy server so subversion will not work unless you configure subversion for that https://www.opends.org/wiki/page/ConfiguringSubversionToUseAProxyServer

which tells you to edit ~/.subversion/servers to tell it about the proxy. If you don't have this file, first try typing just 'svn' in terminal to check if you have it, if so run ANY command on svn and the config file will be created. Then you can hopefully execute: svn checkout http://psychopy.googlecode.com/svn/trunk/ psychopy-read-only