> I am trying to setup svn server on my mac that I would like to expose > (unless I am overlooking any huge security problems) over a specific > port, with passwd authentication. > > I can connect to the repo by doing referencing the repo like this > file:///path/to/repo > > however, when I try to connect using svn://localhost/repo or > svn://192.168.0.150/repo > or svn://my.hostname.com/repo it does not work, no real helpful > error messages either. > > am I missing something? I have svnserver -d --local-port=3960 running > (I will be changing the port number from the default)
I would double check that you mac is not blocking that port via the firewall. Check out the system prefs - security - firewall - advanced and make sure that the firewall is allowing access to that port. I would also double check and make sure that the server is up and running and accepting connections on that port as well. I know that with my mac and postgresql/mysql i needed to add them to the list of open ports. Thanks, -- thebigdog _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
