Home >Backend Development >PHP Tutorial >PHP Subversion configuration and learning application_PHP tutorial

PHP Subversion configuration and learning application_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 17:44:25833browse

1: Start the service in DOS svnserve.exe –d –r D:serversvn

2: svn joins WIN service

sc create svnserve binpath= "C:…binsvnserve.exe –service –root D:svn"



www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478746.htmlTechArticle1: DOS starts the service svnserve.exe –d –r D:serversvn 2: svn joins the WIN service sc create svnserve binpath= "C:…binsvnserve.exe –service –root D:svn"...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP编译参数_PHP教程Next article:php文档更新_PHP教程