VisualSVN Server v3.7

2024-03-12 13:48
文章标签 server visualsvn v3.7

本文主要是介绍VisualSVN Server v3.7,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

下载:
https://www.visualsvn.com/files/VisualSVN-Server-3.7.0-win32.msi
https://www.visualsvn.com/files/VisualSVN-Server-3.7.0-x64.msi


  • New feature: certificate-based authentication for VDFS replication.
  • New feature: shared and local authorization profiles for VDFS repositories.
  • Upgrade to Apache HTTP Server 2.4.29.
  • Drop support for Windows Server 2008 and Windows Vista. The minimum supported operating systems are now Windows Server 2008 R2 and Windows 7.
  • Drop backward compatibility with VisualSVN Server 3.4.x and older versions for Remote Server Administration.
  • Updated to OpenSSL 1.0.2m with fixes for the following vulnerabilities: CVE-2017-3736, CVE-2017-3735.
    For further details, please see the OpenSSL 1.0.2 Series Release Notes.
  • Add option to disable dynamic HTTP compression.
  • Use mod_deflate to compress all HTTP traffic.
  • Increase VDFS service Subversion in-memory cache size to 128MB.
  • Use only TLS session tickets for HTTPS connection reuse and disable SSL Session Cache.
  • Various visual enhancements in the web interface.
  • Fixed: VDFS replication may hang due to DNS errors.
  • Fixed: VDFS replication may hand due to unstable network connection.
  • Fixed: potential race condition in VDFS.
  • Fixed: VDFS service doesn't gracefully handle system shutdown/reboot events.
  • Fixed: VisualSVN Server installer does not start when the directory C:\Users\Public\Documents is missing.
  • Fixed: VisualSVNServerHooks.exe may send incorrectly colored commit notifications.

  • Fixed: unable to modify user permissions when connection to the trusted domain is unavailable.

这篇关于VisualSVN Server v3.7的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/801458

相关文章

red5-server源码

red5-server源码:https://github.com/Red5/red5-server

安装SQL2005后SQL Server Management Studio 没有出来的解决方案

一种情况,在安装 sqlServer2005 时 居然出现两个警告: 1 Com+ 目录要求 2 Edition change check 郁闷!网上说出现两个警告,是肯定装不成功的!我抱着侥幸的态度试了下,成功了。 安装成功后,正准备 “ 仅工具、联机丛书和示例(T)” 但是安装不了,他提示我“工作站组件”安装过了对现有组件无法更新或升级。 解决办法: 1 打开“控

ERROR 2003 (HY000): Can't connect to MySQL server on (10061)

在linux系统上装了一个mysql-5.5,启动后本机都是可以访问的,操作都正常,同时建了一个%的用户(支持远程访问), root@debian:/# mysql -u loongson -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id

Oracle和Sql_Server 部分sql语句的区别

比如:A表中, 字段:gxmlflag  number;  比如数据:20210115 字段:gxmldate date ;    比如数据:2021-01-15 09:50:50 一、在Oracle数据库中: 1、insert 和 update 语句: t.gxmlflag = to_char(sysdate,'yyyymmdd'),t.gxmldate=sysdate 比如:update f

【VueJS】live-server 快速搭建服务 及 注意事项

本地开发常常需要搭建临时的服务,第一时间我们会想到用 http-server。 但现在流行修改文件浏览器自动刷新,这里可以使用 live-server 很简单就能启动一个看起来很专业的本地服务。 你只需要全局安装live-server: npm install -g live-server 并在项目根目录执行这条命令: PS E:\AblazeProject\Vue> live-serv

【虚拟机/服务器】Ubuntu Server上配置FTP服务器

当使用FTP工具连接但 Ubuntu Server 未安装 vsftpd 时会出现这样的报错 安装vsftpd sudo apt-get install vsftpd 卸载vsftpd sudo apt-get remove --purge vsftpd 当 Ubuntu Server 未启动 vsftpd 时会出现这样的报错 启动vsftpd sudo service

【虚拟机/服务器】在Ubuntu Server上从零开始配置Nginx、Mysql、PHP7.0

1、升级当前系统数据源 sudo apt-get update && sudo apt-get upgrade 遇到询问是否继续,输入 y 或直接回车继续就好了 2、安装 Nginx sudo apt-get install nginx 安装完成之后就会默认自动开启 Nginx 服务器,可以通过 ps -ef | grep nginx 查看。 3、配置 Nginx 环境 1)替换默认

访问controller404:The origin server did not find a current representation for the target resource

ider build->rebuild project。Rebuild:对选定的目标(Project),进行强制性编译,不管目标是否是被修改过。由于 Rebuild 的目标只有 Project,所以 Rebuild 每次花的时间会比较长。 参考:资料

Nginx跨域运行案例:云台控制http请求,通过 http server 代理转发功能,实现跨域运行。(基于大华摄像头WEB无插件开发包)

文章目录 引言I 跨域运行案例开发资源测试/生产环境,Nginx代理转发,实现跨域运行本机开发运行 II nginx的location指令Nginx配置中, 获取自定义请求header头Nginx 配置中,获取URL参数 引言 背景:全景监控 需求:感知站点由于云台相关操作为 http 请求,http 请求受浏览器跨域限制,不能直接访问,因此需要进行 http 的代理,实

Server Configuration1

1.1、Create the database 1.2、Determine and set sizing parameters for database structures 大概步骤: Step 1: Specify an Instance Identifier (SID)==>设置实例id,ORACLE_SID=orcl Step 2: Ensure That the Requ