Posts

Showing posts with the label svn

Synology : Fix SVN package after moving svn repository directory

If you have moved the svn directory created by the SVN package, you may get an error message such "Error. Please reconnect to DSM". You will not be able to use the SVN server untill you fix the symbolic link to the repository : cd /var/packages/SVN/target rm repo ln -s [new_path_to_svn_repo_folder] repo

Browse entire Active Directory catalog from apache/svn

If you want subversion to be able to browse your entire Active Directory catalog, you have to use the port 3268 (globalcatLDAP) instead of the 389 in your apache configuration: AuthLDAPURL "ldap://youradserver:3268/DC=yourdomain,DC=local?sAMAccountName?sub?(objectClass=*)" #1 #2