SVN Server erection related

Abstract: SVN Server to set up relevant


software:
  • Apache
  • SVN Server
  • TortoiseSVN
  • mod_auth_sspi

Setting:

httpd.conf =>

    1. The Subversion installation directory bin the following two documents: mod_authz_svn.so and mod_dav_svn.so copied to the installation directory under the Apache modules directory.
    2. 确定"LoadModule dav_module modules/mod_dav.so"、"LoadModule dav_fs_module modules/mod_dav_fs.so"的注解取消,并且加入"LoadModule dav_svn_module modules/mod_dav_svn.so"、"LoadModule authz_svn_module modules/mod_authz_svn.so"。
    3. SSPI configuration:
    • Copy mod_auth_sspi.so to the installation directory under the Apache modules directory.
    • 加入"LoadModule sspi_auth_module modules/mod_auth_sspi.so"

Finally, SVN settings section:


  Svn DAV
  SVNPath "Document Library location"

   AuthName "Subversion Repository"
  AuthzSVNAccessFile "group rights group profile case position"
   the Require the User-! Valid
  AuthType SSPI
  SSPIAuth the On
  SSPIAuthoritative the On
  SSPIDomain "AD Domain name"
   SSPIOfferBasic the On


Reference data:

Combat SVN For Apache2 (a)

Combat SVN For Apache2 (b)

In Windows Svn erected summary

svniis: Help Install on Windows 2000

SVN login integration with AD

SVN install Notes in Windows


Original: Big Box  SVN Server to set up relevant


Guess you like

Origin www.cnblogs.com/petewell/p/11495936.html