If you get an error like:
ssh: example.org:: No address associated with nodename
svn: Commit failed (details follow):
svn: Connection closed unexpectedly
Make sure your repository is svn+ssh://example.org/repository
, and not svn+ssh://example.org:/repository
. Subversion doesn’t like that ssh-style colon, but it will still let you check out a project. It just breaks later…
thank you! you were my googlewhack for this frustrating error.
mithras11 April 2006