Home  >  Article  >  php教程  >  PHP Subversion配置及学习应用

PHP Subversion配置及学习应用

WBOY
WBOYOriginal
2016-06-13 10:43:12716browse

 1: DOS开启服务 svnserve.exe –d –r D:serversvn

2: svn加入WIN服务当中

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:调优PHPNext article:PHP list() 函数