Hi there, I've created both a subversion repository and trac server via the WebFaction tools. let's say my site is hyku.me, and i created an svn application and then a website (svn.hyku.me) Versions is asking for a location for the repository, as well as a username and password. is the correct connection string: svn://[username]@svn.hyku.me/svn svn://[username]@svn.hyku.me/ svn://[username]@web320.webfaction.com nothing I'm trying is working. i keep getting 'connection refused'. i know i'm doing something wrong but just can't figure out what. Thanks for any help! asked 19 Apr '14, 06:53 bobbyc |
We do not have an svnserve daemon running, so accessing your repository using the svn protocol is not possible. You should try accessing your repository over http (or https if that's enabled) instead. From your info the repository URL should be http://svn.hyku.me/ (or https://svn.hyku.me/ ). answered 19 Apr '14, 15:32 iliasr ♦♦ |