SVN Service Wrapper for Windows

时间:2012-07-05 02:31:09
【文件属性】:

文件名称:SVN Service Wrapper for Windows

文件大小:60KB

文件格式:EXE

更新时间:2012-07-05 02:31:09

svn服务 svnservice

SVN Service Wrapper for Windows This is my Win32 Service wrapper for SVN. Source is included, and its in the public domain. No need to copyright this stuff. Usage instructions: SVNService -? to display this list SVNService -install to install the service SVNService -setup to change command line parameters for svnserve SVNService -remove to remove the service SVNService -debug to run as a console app for debugging Example: 比如,你的所有项目都在c:\svnrepo下,你可以如下 安装时用 SVNService -install -d -r c:\svnrepo 更改时用 SVNService -setup -d -r c:\otherplace\svnrepo 如果访问其中的一个项目c:\svnrepo\project1,可以指定路径 svn://localhost/svnrepo/project1 (注:作为url时用/) 第一次安装完后要到服务中手动启动它, 或者到服务中将它设为自动启动,让每次机器启动时自动启动这个服务。 IMPORTANT: Make sure you place SVNService.exe in the same directory as svnserve.exe Special thanks go to Craig Link at Microsoft for creating the initial service.c. -Magnus Norddahl


网友评论

  • 很高用 灰常的方便
  • 很实用的东西,windows下部署svnserver利器