I'm trying to use the built-in Subversion server on OS X per Apple's instruction I'm trying to use SVN through SSH and not apache
It's not working out though. When I try to configure the repository, I get the following error:
Error: 210002 (Network connection closed unexpectedly) Description: Connection closed unexpectedly
As a sanity check, I tried doing an "svn list" from the command line, and it worked. And, I'm using the same URL structure as on the configuration screen. From the command line, it works!
Any suggestions on how to further troubleshoot this issue?