It is useful to know that the Synology low-cost NAS can be configured as svn server. I have done the installation with DS210j which has 128MB RAM. There is a nice
step-by-step guide which one can follow to install svn and also websvn. The following steps will hopefully help that you can do it faster than myself:
- Check on this site what CPU your NAS has.
- Get the correct version of ipkg and install it via bootstrap.
- Install svn via ipkg.
- Create a directory where you want to put your repos.
- Create a test repository.(/opt/bin/svnadmin)
- Set up the web access in /volume1/svn/test/conf/svnserver.conf
Additionally I installed
websvn:
- Download the latest version.
- Follow the instructions from the included INSTALL.TXT.
- To access svn through http you need to grant php the permission to the svn repos. Add them to open_basedir in the file /usr/syno/etc/php/user-settings.ini
- Restart Apache with /usr/syno/etc/rc.d/S97apache-user.sh restart