1.下载SVN server的二进制包,解压到某个目录。(这里是E:"svn-win32-1.6.0")
http://subversion.tigris.org/,推荐http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
2.下载和安装TortoiseSVN。
http://tortoisesvn.tigris.org/
3.创建仓库,两种方法:
1.CMD->svnadmin create 仓库路径
2.直接到仓库路径下面,右键TortoiseSVN->Create repository here
4.使用sc命令安装svn服务:
sc create svnserve binpath= """E:"svn-win32-1.6.0"bin"svnserve.exe"" --service --root D:"work"项目名称" displayname= "Subversion" depend= tcpip start= auto
reference:
http://www.subversion.org.cn/tsvndoc/tsvn-serversetup-svnserve.html#tsvn-serversetup-svnserve-2
http://subversion.tigris.org/,推荐http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
2.下载和安装TortoiseSVN。
http://tortoisesvn.tigris.org/
3.创建仓库,两种方法:
1.CMD->svnadmin create 仓库路径
2.直接到仓库路径下面,右键TortoiseSVN->Create repository here
4.使用sc命令安装svn服务:
sc create svnserve binpath= """E:"svn-win32-1.6.0"bin"svnserve.exe"" --service --root D:"work"项目名称" displayname= "Subversion" depend= tcpip start= auto
reference:
http://www.subversion.org.cn/tsvndoc/tsvn-serversetup-svnserve.html#tsvn-serversetup-svnserve-2
-----------------------------------------------------------
每天进步一点