<?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; svnserve</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/svnserve/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下SVN服务器同时支持Apache的http和svnserve独立服务器两种模式且使用相同的访问权限账号</title>
		<link>https://www.osyunwei.com/archives/9145.html</link>
		<comments>https://www.osyunwei.com/archives/9145.html#comments</comments>
		<pubDate>Sat, 27 Jun 2015 11:40:22 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SVN]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnserve]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9145</guid>
		<description><![CDATA[说明： 服务器操作系统：CentOS 6.x 服务器IP：192.168.21.134 实现目的： 1、在服务器上安装配置SVN服务； 2、配置SVN服务同时支持Apache的http和svnserve独立服务器两种模式访问； 3、Apache的http和svnserve独立服务器两种模式使用相同的访问权限账号。 具体操作： 一、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 二、开启防火墙端口 系统运维  www.osyunwei.com  温馨提醒：系统运维原创内容©版权所有,转载请注明出处及原文链接 基于Apache的http模式，默认端口为80 基于svnserve的独立服务器模式，默认端口为3690 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9145.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9145.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
