@Pollux
2017-03-02T09:31:53.000000Z
字数 483
阅读 1195
PathToYou
传送门:https://www.visualsvn.com/server/download/
传送门:https://tortoisesvn.net/downloads.zh.html
右键 Repository 创建仓库,右键 Users 添加项目使用者。
$ svnserve -d -r [仓库名] //绝对路径,相对路径都可以
举个栗子: 我的仓库路径 E:\Repository\SVN_Repository
$ svnserve -d -r E:\Repository\SVN_Repository
在 D 盘根目录或者其他地方(仓库之外) 创建目录 learnsvn,进入目录右键选择 SVN Checkout
,URL of repository 输入 svn://localhost/HelloWorld
,其中,localhost 替换本地IP地址。
OK !!!