read_me.txt

来自「java读取svn配置库.需要安装Subversion服务端」· 文本 代码 · 共 28 行

TXT
28
字号
Installation Instructions
--------------------------

In order to run the sample application, you will need the following softwares:

a) Subversion v 1.3.1 (download from http://subversion.tigris.org/)

b) Apache Web Server v 2.2.0 (download from http://httpd.apache.org/)

c) JavaSVN API's v 1.0.3 (download from http://tmate.org/svn)


Order of Installation
---------------------

Install the Apache Web Server first, this will help because Sub version will add the WebDAV plug-ins into
the Apache web server configuration.

Install Subversion. The Subversion book available at http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html
has all the required instructions to enable access of the repository through WebDAV. 

Install JavaSVN and set the classpaths.

Run Instructions
----------------

Run the examples by giving the command 'java -jar svnexample.jar'. Note that the classpath has to be set prior to
running the command.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?