<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; svn</title>
	<atom:link href="http://zhoumo123.cn/category/svn/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>Linux下启动SVN服务重启SVN服务命令</title>
		<link>http://zhoumo123.cn/svn/3609.html</link>
		<comments>http://zhoumo123.cn/svn/3609.html#comments</comments>
		<pubDate>Mon, 25 Sep 2017 03:13:25 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=3609</guid>
		<description><![CDATA[在Linux下安装SVN后，如何启动SVN服务，如何重启SVN服务命令如下： 启动SVN服务： svnserve -d -r /usr/svn  // -d 表示守护进程， -r 表示在后台执行 ； /usr/svn 为所在路径 //指定其他端口号启动服务器 svnserve -d -r /usr/svn &#8211;listen-port 3391 重启SVN服务： ps -aux&#124;grep svnserve kill -9 ID号 svnserve -d -r /usr/svn &#160; 以上为linux启动svn服务命令。]]></description>
				<content:encoded><![CDATA[<p>在Linux下安装SVN后，如何启动SVN服务，如何重启SVN服务命令如下：</p>
<p><strong>启动SVN服务：</strong></p>
<p><span style="color: #3366ff;"><strong>svnserve -d -r /usr/svn </strong></span></p>
<p>// -d 表示守护进程， -r 表示在后台执行 ； /usr/svn 为所在路径</p>
<p>//指定其他端口号启动服务器</p>
<p><strong><span style="color: #3366ff;">svnserve -d -r /usr/svn &#8211;listen-port 3391</span></strong></p>
<p><strong>重启SVN服务：</strong></p>
<p><strong><span style="color: #3366ff;">ps -aux|grep svnserve</span></strong></p>
<p><strong><span style="color: #3366ff;">kill -9 ID号</span></strong></p>
<p><strong><span style="color: #3366ff;">svnserve -d -r /usr/svn</span></strong></p>
<p>&nbsp;</p>
<p>以上为linux启动svn服务命令。</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/svn/3609.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
