java读取svn配置库.需要安装Subversion服务端

源代码在线查看: read_me.txt

软件大小: 17 K
上传用户: yangbaochun
关键词: Subversion java svn 读取
下载地址: 免注册下载 普通下载 VIP

相关代码

				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.			

相关资源