--- D:/subversion-1.6.9/subversion/svnserve/server.h Âò àïð 29 14:57:35 2008 +++ D:/subversion-1.6.9/subversion/svnserve/server.h.new Ñð ìàð 3 10:05:42 2010 @@ -48,6 +48,7 @@ svn_boolean_t read_only; /* Disallow write access (global flag) */ svn_boolean_t use_sasl; /* Use Cyrus SASL for authentication; always false if SVN_HAVE_SASL not defined */ + const char *sasl_service_name; /* Service name for SASL auth, default "svn" */ apr_file_t *log_file; /* Log filehandle. */ apr_pool_t *pool; } server_baton_t;