Hi all,
I installed SVN following the well know guide.
It works after using
(logged in as root) /opt/bin/svnserve -i -r /home/svnowner/repos
but when i add the following line to /etc/inetd.conf
svn stream tcp nowait root /opt/bin/svnserve -i -r /home/svnowner/repos
it doesn't work. I read that telnetd should be started, but after enabling this through the synology/ config screen it shows the following line in /var/log/messages:
Jun 3 15:03:39 telnetd[7156]: networking/telnetd.c:make_new_session:246 could not getpeername
anyone any ideas?
thanks!


