Subversion and FreeBSD permission problems

Darrell Blake darrell.blake at gmail.com
Sun Mar 23 16:42:28 PDT 2008


I'm SSHing to my server from my desktop as I haven't actually got a
monitor on the server but when I do a sockstat I get the following
output regarding svn:

svuser    svnserve   846   3  tcp6   *:3690                *:*

When I try and do "telnet 127.0.0.1 3690" on the server I get...

telnet: connect to address 127.0.0.1: Connection refused.
telnet: Unable to connect to remote host

...and if I try and do "telnet 192.168.0.10 3690" from my desktop I get...

Connecting To 192.168.0.10...Could not open connection to the host, on port 3690
: Connect failed"

I'm not opposed to using SVN via SSH but I'd kind like to get a
vanilla SVN server going first. It's becoming an unusually steep
learning curve =o)


On Sun, Mar 23, 2008 at 8:34 PM, Mark G.
<mark-fbsd-quest-10+20080323 at giovannetti.ca> wrote:
> David Kelly wrote:
>  >
>  > On Mar 23, 2008, at 11:01 AM, Darrell Blake wrote:
>  >> If I move into a temp directory and do "svn checkout
>  >> file:///usr/local/svn/repository/TestProject" it works fine but if I
>  >> do "svn svn://127.0.0.1/TestProject" I get an error stating "svn:
>  >> Can't connect to host '127.0.0.1': Connection refused".
>  >>
>  >> Also, if I try and use TortoiseSVN to browse the repository externally
>  >> I get an error stating "Error * Can't connect to host '192.168.0.10':
>  >> No connection could be made because the  target machine actively
>  >> refused it."
>
>  What does the output of `sockstat -4` look like?  It should
>  list the SVN server's listening port.
>
>
>  >
>  >
>  > I suggest using svn+ssh: rather than svn:
>  >
>  > Then so long as you can ssh into the machine you can do svn.
>  >
>
>  Here is a short paper I wrote about SVN over SSH on FreeBSD.
>
>  https://www.giovannetti.ca/bsd/SubversionOnFreeBSDWithSSH.pdf
>
>  Mark
>


More information about the freebsd-questions mailing list