一直都在园子里看文章,因为各种原因懒得写文章.最近稍得空闲,把这几天的工作成果分享一下. 因为工作需要,开发人员使用Qt进行系统移动端的开发,Qt的版本控制却不提供连接TFS的设置,只有使用svn.没有办法,只有安装svn,现学现了解,最后发现可以通过svn的hooks实现提交后,svn服务端自动同步到tfs服务端.post-commit脚本如下: ET WORKDIR=D:\xxxx SET SVNDIR= C:\Program Files\VisualSVN Server\bin SET S
svn 备份后双机同步热备失效,提示 W200007 target server does not support atomic revision property edits; consider upgrading it to 1.7 or using an external locking program svnsync: E170009: Repository UUID 'xxxx' doesn't match expected UUID 'yyyyy' 解决方式: step 1 先查看当
感觉再不用svn就真的老了. 安装 yum install subversion 新建repo mkdir -p /opt/svn/myrepo svnadmin create /opt/svn/myrepo 修改repo的配置文件 vim /opt/svn/myrepo/conf/svnserve.conf 内容修改为: ### This file controls the configuration of the svnserve daemon, if you ### use it to a