开发项目过程中,要养成个好习惯,每天提交一次代码,为了及时更新。一个项目只要一个SVN,并不是每个开发者都需要安装SVN服务端。
1、安装
到官网 https://www.visualsvn.com/server/download/ 下载
下载后正常安装,选择standard edition,企业版的要收费。
一些配置说明
location:C:\Program Files\VisualSVN Server\ (默认)
repositories:D:\SVNrepo\ (非默认)
server port:433 (默认)
backups:C:\Users\Public\Documents\VisualSVN Server\Backup\ (默认)
如果遇到这个错误提示Custom action GenerateSSLKey failed: Command terminated with non-zero exit code.,在安装的时候有一选项use secure connection(https://) 它默认是选中画勾的,将其不选,而且要把port端口改成80,然后再next就可以安装成功了。
custom action generate sslkey failed:the computer name'192.168.191.1:443' contains one or more non-standard characters.
PS:https使用端口433,http使用端口80。