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

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -