SVN Installation
SVN, Subversionhttp://subversion.tigris.org/
Subversion 是一款开放源代码的版本控制系统。使用 Subversion,您可以重新加载源代码和文档的历史版本。Subversion管理了源代码在各个时期的版本。一个文件树被集中放置在文件仓库中。这个文件仓库很像是一个传统的文件服务器,只不过它能够记住文件和目录的每一次变化。
Subversion 是在全球各分布式企业机构中使用的软件配置管理(SCM)或版本控制工具的新标准。
一、Windows 环境
在Windows环境下,有下面几种建立 SVN 服务器的方式:
[*]CollabNet (Certified binaries)
[*]Tigris.org: Apache 2.0 or Apache 2.2
[*]SlikSVN: 32 and 64 bit client MSI
[*]VisualSVN (VisualSVN Server)
1、Apache
我尝试了使用 Apache 的方式,但是非常的麻烦,需要在 Apache 中配置对 Subversion 的支持,拷贝支持文件,但是还是报加载错误,只有另寻他径。尝试使用VisualSVN,发现非常的简单方便。
2、VisualSVN,非常的方便,只要简单的进行安装,就可以建立起一个 SVN 服务器。其官方网站是这样表述的:
<div class="quote_div">VisualSVN Server is a package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console.
You can use any Subversion client to connect to VisualSVN Server or a web browser to quickly browse though repositories. Also you may find VisualSVN useful to integrate Subversion into Visual Studio.
VisualSVN Server is less than 6MB in size and can be downloaded and installed in a couple of minutes with just few clicks.
页:
[1]