svnweb

所属分类:网络编程
开发工具:Java
文件大小:2651KB
下载次数:52
上传日期:2008-11-19 18:21:59
上 传 者billyyoyo
说明:  web版的SVN客户端,方便的HTTP应用,完整的权限管理
(web version of the SVN client, convenient HTTP applications, complete rights management)

文件列表:
svnweb\.classpath (929, 2006-04-04)
svnweb\.project (745, 2006-04-04)
svnweb\basicAuthenticationSettings.txt (2774, 2006-04-04)
svnweb\changes.txt (1637, 2006-04-04)
svnweb\lib\backport-util-concurrent.jar (245992, 2006-04-04)
svnweb\lib\commons-codec-1.3.jar (46725, 2006-04-04)
svnweb\lib\commons-fileupload-1.0-src.zip (62804, 2006-04-04)
svnweb\lib\commons-fileupload-1.0.jar (22379, 2006-04-04)
svnweb\lib\javasvn.jar (758688, 2006-04-04)
svnweb\lib\javasvnsrc.zip (731662, 2006-04-04)
svnweb\lib\junit.jar (121070, 2006-04-04)
svnweb\lib\log4j-1.2.8.jar (352668, 2006-04-04)
svnweb\lib\mockrunner-servlet.jar (88188, 2006-04-04)
svnweb\lib\sequence.jar (64705, 2006-04-04)
svnweb\lib\servlet.jar (80054, 2006-04-04)
svnweb\lib\svncommons.jar (43908, 2006-04-04)
svnweb\LICENSE.txt (10850, 2006-04-04)
svnweb\maven.xml (2817, 2006-04-04)
svnweb\plugin.properties (75, 2006-04-04)
svnweb\plugin.xml (1274, 2006-04-04)
svnweb\project.properties (694, 2006-04-04)
svnweb\project.xml (4975, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\SVNWebClientException.java (1551, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\AttributeStorage.java (1329, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\CharsetFilter.java (2101, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\InitListener.java (3364, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\SessionListener.java (923, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\SystemInitializing.java (4041, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\AbstractRequestHandler.java (8050, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\DifferenceLine.java (2076, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\DifferenceModel.java (8496, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\FormParameters.java (1531, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\RequestException.java (1607, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\RequestHandler.java (322, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\RequestParameters.java (1803, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\support\State.java (1636, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\servlet\AbstractServlet.java (3183, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\servlet\ChangedResourceServlet.java (5151, 2006-04-04)
svnweb\src\java\org\polarion\svnwebclient\web\servlet\CleanExtraSessionAttributeServlet.java (2060, 2006-04-04)
... ...

================================================================================ === === === POLARION SVN WEB CLIENT DEPLOYMENT GUIDE === === === === version 2.5.0 http://polarion.org/ === ================================================================================ I. Introduction =============== "Polarion SVN Web Client" is a web web interface for the SVN repository, which alows content browsing and simple modifications. II. Requirements ================ The "Polarion SVN Web Client" requires this 3rd party software: 1) Tomcat 4.1.x and more 2) Java 1.4.2 (others not tested) III. "Polarion SVN Web Client" site deployment ============================================== 1) deploy "svnwebclient.war" file to {$TOMCAT_ROOT} directory 2) [Optional] deploy "Enscript" utility for content colorizing: a) download&install "libintl-2" utility from "http://gnuwin32.sourceforge.net/packages/libintl.htm" site b) download&install "libiconv-2" utility from "http://gnuwin32.sourceforge.net/packages/libiconv.htm" site c) download&install "escript" utility from "http://people.ssh.com/mtr/genscript/" site d) set PATH env.variable to escript utility path or d) set "EnscriptPath" parameter value in "%PROJECT_ROOT%/WEB-INF/web.xml" file to full path to "enscript" for example: EnscriptPath c:\Program Files\GnuWin32\bin\enscript.exe 3) setup following configuration variables in "%PROJECT_ROOT%/WEB-INF/web.xml" file (see comments inside this file for details): a) set "RepositoryUrl" parameter value to full URL to SVN repository (for example: http://localhost/subver, for one repository mode) b) set "Username" parameter value to username to SVN repository (for example: scott, for one repository mode) c) set "Password" parameter value to password to SVN repository (for example: tiger, for one repository mode) d) set "ParentRepositoryDirectory" parameter value to parent directory path containig repositories (for example http://localhost/repos/, for multi repository mode) e) set "TempDirectory" parameter value to full path to any temporary directory for utilitarian purposes (for example: c:/temp) f) set "CacheDirectory" parameter value to full path to directory for revision comments persistent storage (for example: c:/temp/cache) g) change other settings if required. See comments in web.xml for detailed parameters description h) set "BasicAuth" to true for supporting BasicAuthentication for SVNWebClient as part of Apache web server. (detailed guide is in basicAuthenticationSettings.txt) 4) setup character encoding to UTF-8 under tomcat 5.x in server.xml (for example: ) IV. List of external project contributors ========================================= Michal Walkowski (mwalkowski AT infovide.pl) - add multi repository implementation (SVNWEBC-3***) Harald Jenny [harald.jenny@lin.at] - add Basic Authentication implementation (SVNWEBC-418) V. "Polarion SVN Web Client" logging ==================================== 1) all errors are logged in %TOMCAT_HOME%/bin/SVNWebClient.log (by default) 2) you can specify other logging file path and name in log4j.properties in %TOMCAT_HOME%/webapps/%SVNWebClient%/WEB-INF/classes (previously unpack war), for example log4j.appender.FA.file=c:/temp/my.log

近期下载者

相关文件


收藏者