A few weeks ago, I bought a N7700Pro. For my own developments, I'm using subversion which ran on my old NAS very well. I was surprised to see, that there was no subversion module for new Thecus NAS. There must have been one in the past, but all posted links are dead now.
So I downloaded the vmdk from this forum and built a module which works for me perfect. It is based on svn 1.6.6 (the latest update for Ubuntu 10.04) and has WebSVN integrated. With the first activation it creates a repository under /raid/data/svnrepo and starts svnserve with this repository. WebSVN ist also running on this repository. The repository is open for writing to anonymous because it was the easiest way to have an working repository out of the box.
I tested the repository with Subclipse and TortoiseSVN on client side without any problems. It requires 5.x firmware and should run on devices which are binary compatible to the N7700.
If some of you will find this module useful, I would try to integrate svn with the apache http and to compile newer releases (eg.1.7).
Questions: The module has a GPL v2 as license. WebSVN uses GPL v3 and svn the Apache license. Do I need to store those licenses into the module? If yes, where? How are other modules working with opensource licenses?
Regards
Michael
Download: http://www.b-4.de/modules/Subversion_1.0.0.zip

