windows 下VisualSVN Server配置svn

官方介绍:
VisualSVN Server 2.1.5
----------------------
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.
This distribution contains the following components:
- Subversion 1.6.15
- Apache 2.2.17
- OpenSSL 0.9.8p
- ZLib 1.2.3
- Neon 0.29.5


其实意思就是:VisualSVN Server这一个软件包含了Subversion、Apache 、OpenSSL 等,
只要安装VisualSVN Server就不需要配置什么Apache之类的了··
界面也很好辨别··使用也是很方便的···


最新下载地址
http://www.visualsvn.com/server/download/

安装就是windows程序安装没什么好说的,中间有点需要注意的:

1。Server Port那里,默认端口有80/81/8080三个(注意相应的端口号要没有被占用)我的“8080”
端口就是已经占用的了··查看方法,dos窗口:
>netstat -aon|findstr "8080"
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       3796

2.  如果最后面的CheckBox被选中,则表示使用安全连接【https协议】,这是的端口只有433/8433二个可用。




大家可以试试···比起Unix下一步步安装apache,真的是太简单了。

 

注:本文转自http://bbs.iusesvn.com/thread-7038-1-1.html

----------------------------------------------

目前的Version History :

Version 2.1.6 (March 03, 2011) [Download]

  • Updated to Subversion 1.6.16 with fix for critical vulnerability: CVE-2011-0715.

Version 2.1.5 (December 01, 2010) [Download]

  • Updated to Subversion 1.6.15. For further details please see
    http://svn.apache.org/repos/asf/subversion/tags/1.6.15/CHANGES
  • Updated to Apache 2.1.17
  • Updated to OpenSSL 0.9.8p
  • Updated to neon 0.29.5
  • mod_headers Apache module is included into the installation package.

Upgrade

Upgrading from older versions of VisualSVN Server is very easy. Run installation of the new version and follow the wizard steps. Uninstalling of the older version is not recommended - customization of server parameters (port number etc.) will be lost. Learn more...

你可能感兴趣的:(apache,windows,server,subversion,download,Components)