I tried with the SVN URL as well as directory path
SVN binary on Administration > Source Settings are good.
My svn and activecollab runs on the same linux server.
I tried all the below combinations, no luck
1./home/local/apps/svn/repositories/DMH
2.https://localhost/svn/DMH
3.http://localhost/svn/DMH
Tried replacing with the IP address and with and without trailing slashes for all the above..
For #2,3 options "Test connection to repository" works, but doesn't work beyond that.
Please check this documentation page to learn more about Subversion URL-s. Make sure that you use a valid one that you can also access using svn command line utility (SSH to your server and do some tests to make sure that everything is working properly).
"Could not connect to repository: sh: /svn: No such file or directory"
I can connect directly to the URL entered via my browser (and SVN client) so I do not understand why I am receiving this error.
My SVN URL looks similar to this:
http://subversion.mycompany.com/svn.subdomain.mysite.com/trunk/
I've tried with/without a trailing slash and with/without "http://".
Any ideas?