VJia - Software Development

Blog, Code, Life

使用VisualSVN建立SVN Server

| Comments

安装windows版

  1. 运行exe后,设定作为server端存储使用的目录是F:\localSVNServer.

  2. 启动VisualSVN Server Manager;

  3. create new repository – rep001, 则其访问目录就是https://YOUR_IP_ADDRESS/svn/rep001/;

  4. 首先需要创建用户,否则会有警告信息:

warning no user

创建user:admin@admin

  1. 检出https://YOUR_IP_ADDRESS/svn/rep001/branches%E7%9B%AE%E5%BD%95%E3%80%82

  2. 在没有将VisualSVN Server注册为windows service之前,在需要checkin/checkout时,需要手动启动VisualSVN Server Manager。

VisualSVN Server Manager running status

7- 在不经配置的情况下,提交代码时不会强制输入comment。

Comments