osx - SVN Update Error on Mac OS -
i trying update project in svn , getting following error:
"unable connect repository ar url ‘svn+ssh://svn.abc.com/svn/project' better debug ssh connection problems, remove -q option ‘ssh’ in [tunnels] section of subversion configuration file."
i using os x , configuration file located @ ~/.subversion went file , see rows in config file commented out !!!
kindly me in resolving issue.
in ~/.subversion/config have line in [tunnels] section:
# ssh = $svn_ssh ssh -q this show default if ssh not defined. after line add:
ssh = $svn_ssh ssh hth
Comments
Post a Comment