
Subversion 1.6.11
- Description:Subversion is an open source version control system.
See here for a detailed feature list. - Requirements: RAIDiator 4.1.5+
- Platform: Sparc
- Current Version: subversion_1.6.11-readynas-1.0.0
- Changes from previous release:
- Too many to list here. Consult the ChangeLog

- Too many to list here. Consult the ChangeLog
- Details:
- This addon adds the complete Subversion toolset to your ReadyNAS Duo/NV/NV+/1100/X6. The command line tools are installed in /opt/rfw/bin. Also, the special directory /opt/subversion will be created which is the designated place to create repositories in.
- You can access the repositories via the HTTP/HTTPS protocol set as well as the svn+ssh:// protocol. Note that the pure svn:// access method is not supported.
- Read-only access to the repositories is granted without authentication by default. To change this, for now please take a look at this hint.
- The easiest way to create new repositories is to use the WebSVN Addon
- To create repositories from the command line, please use the following commands for fsfs-type repositories to ensure that web access is possible later on:
- Code: Select all
svnadmin create /opt/subversion/<name of your repository>
chown -R admin:admin /opt/subversion/*
echo "enable-rep-sharing = false" >> /opt/subversion/<name of your repository>/db/fsfs.conf
- For BDB-type repositories, these commands are enough:
- Code: Select all
svnadmin create /opt/subversion/<name of your repository> --fs-type bdb
chown -R admin:admin /opt/subversion/*
- To enable access to the repositories via svn+ssh:, you'll have to install the ToggleSSH addon and at least the EnableRootSSH addon to grant access for the root user. If you want to give all accounts defined on your ReadyNAS access to the repositories via svn+ssh:// please use the EnableUserSSH addon, too. Note that none of these steps is neccessary if you want to access the repositories via HTTP/HTTPS only.
- History
- subversion_1.6.6-readynas-1.0.3.bin
- Bugfix: Somehow the Perl handler got removed from the previous release. Thus it wasn't possible to remove the addon after installation.

- Bugfix: Somehow the Perl handler got removed from the previous release. Thus it wasn't possible to remove the addon after installation.
- subversion_1.6.6-readynas-1.0.2.bin
- Updated binaries & libraries to the latest revision of the Subversion toolset
- subversion_1.6.5-readynas-1.1.1
- Initial public release
- subversion_1.6.6-readynas-1.0.3.bin
- Donations:
If you like this addon, please donate.
- Changes from previous release:
