Working in svnx with svn+ssh -
i work mac program subversion "svnx", , works rather http repositories. today tried checkout svn+ssh repo program not work correctly. solved problem?
thanks
i've found 3 things have helped me use svnx svn+ssh repositories. these might problem:
do initial checkout command line; allows accept site's host key
older versions of subversion not pass -q option ssh default; if case you, add line [tunnels] section of ~/.subversion/config:
ssh = $svn_ssh ssh -q
if use controlmaster option ssh, should disable svn; add line [tunnels] section of ~/.subversion/config (you may need combine last item):
ssh = $svn_ssh ssh -o controlmaster=no
hope helps!
Comments
Post a Comment