1,下载服务端软件:http://files.cnblogs.com/changchangcc520/svn-1.4.5-setup.rar
2,下载客户端软件:http://files.cnblogs.com/changchangcc520/TortoiseSVN-1.4.5.10425-win32-svn-1.4.5.rar
3,下载svn容器:http://files.cnblogs.com/changchangcc520/SVNService.rar(可选择?)
4,安装1步中下载的软件,安装路径如下:C:/SVNRoot/Project
打开conf文件夹 下面我们要修改2个文件 passwd svnserve.conf 用记事本打开就行了
passwd文件
### This file is an example password file for svnserve.
### Its format is similar to that of svnserve.conf. As shown in the
### example below it contains one section labelled [users].
### The name and password for each user follow, one account per line.
[users]
# harry = harryssecret
# sally = sallyssecret
sasa = sasa
不想用默认的 就自己加 这里是用户名 = 密码
# anon-access = read
# auth-access = write
# password-db = passwd
把前面的的#去掉 不要留空格 并保存
5,安装2步下载的软件,路径为:C:/Program Files/TortoiseSVN
6,创建版本控制管理目录,既svn工作目录(任意找一个文件夹)。
7,导入项目,成功后输入url: svn://localhost
在cmd中运行svnserve -d -r D:/svn (svn工作目录) [启动svn服务]
8,下载项目,输入密码,运行OK