NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
nexus2
Apr 05, 2009Follower
Subversion ( SVN ) Add-on
Hello, Super-Poussin removed the SVN add-on and I was hoping someone (or Super-Poussin) could please update it and bring it back. What was outdated with the old one anyway? I ask because I really do...
efalsken
Dec 14, 2009Aspirant
No, you're correct to use http. It dosn't support https out of the box. (hacking your apache configs its possible to add https)
Have you created a repository yet? Did you install the related WebSVN addon? Can you log in using that? Note that you can browse SVN (over http) using just a web browser too. It's useful for debugging sometimes. What error does it show?
On my ReadyNAS, I edited the apache conf file to grant access to an SVN group that I created, and then added users to that svn group. After adding the group (in frontview), edit /etc/frontview/apache/addons/SUBVERSION.conf and change
Have you created a repository yet? Did you install the related WebSVN addon? Can you log in using that? Note that you can browse SVN (over http) using just a web browser too. It's useful for debugging sometimes. What error does it show?
On my ReadyNAS, I edited the apache conf file to grant access to an SVN group that I created, and then added users to that svn group. After adding the group (in frontview), edit /etc/frontview/apache/addons/SUBVERSION.conf and change
to
# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS REPORT>
AuthType Basic
AuthName "ReadyNAS SVN"
Require valid-user
</LimitExcept>
# Limit write permission to list of valid users.Commenting out the LimitExcept lines is what blocks anonymous users.
#<LimitExcept GET PROPFIND OPTIONS REPORT>
AuthType Basic
AuthName "ReadyNAS SVN"
Require group svnusers
#</LimitExcept>
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!