Hey guys, I followed these instructions to set up a devel/subversion server. Everything seemed to work except I can't connect to my repository in eclipse. I'm attempting to use svn+shh in eclipse from windows.
$SVN_ROOT is /var/svn. I have one repository under $SVN_ROOT/repos/example. I'm using the following URL
My login information is correct but I'm getting this error when trying to browse my project.
I've looked for subversion error logs and can't find anything and without knowing where these are I'm not sure where to start troubleshooting this.
Thanks for the help.
$SVN_ROOT is /var/svn. I have one repository under $SVN_ROOT/repos/example. I'm using the following URL
Code:
svn+ssh://192.168.1.200/var/svn/repos/example
Code:
An error occurred while accessing the repository entry
I've looked for subversion error logs and can't find anything and without knowing where these are I'm not sure where to start troubleshooting this.
Thanks for the help.