[UPHPU] svn over wan
Richard K Miller
richardkmiller at gmail.com
Tue Sep 22 08:33:53 MDT 2009
On Sep 22, 2009, at 1:09 AM, Chad Sollis wrote:
>
> 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've used Apache SVN modules but never svnserver at length. But you
probably need, at least, to specify the port in your address: svn://
localhost:3960/repo.
More information about the UPHPU
mailing list