Please bear with me...I am not new to coding but I am new to code repository creation and management.
I have followed the instructions found in the Synology wiki here
http://www.synology.com/wiki/index.php/Step-by-step_guide_to_installing_Subversion_on_ARM-based_Synology_Products \
to get subversion installed and set up. I am now at the point of trying to access it, and I keep getting the error message "svn: Malformed network data" I am attempting to access the server over my local network using svn v1.5.1 on a Mac. The Mac firewall is off, and I can ssh to the server without issue.
The (uncommented) contents of svnserve.conf are:
- Code: Select all
[general]
anon-access = write
auth-access = write
password-db = passwd
realm = My Code
[sasl]
inetd.conf contains
- Code: Select all
svn stream tcp nowait svnowner /opt/bin/svnserve svnserve -i -r /volume1/svn
and /etc/services has, at the bottom,
- Code: Select all
# to allow subversion
svn 3690/tcp # Subversion
svn 3690/udp # Subversion
The user svnowner is set up and is the owner of the repository.
Is there something I am missing?
...Mike



