<?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>subversion &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Sat, 06 Dec 2014 09:20:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>Archlinux下搭建SVN服务器</title>
		<link>https://wordpress.youran.me/archlinux%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1%e5%99%a8/</link>
					<comments>https://wordpress.youran.me/archlinux%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1%e5%99%a8/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Sun, 01 Apr 2012 13:26:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=266</guid>

					<description><![CDATA[Archlinux是本人最喜欢的一个发行版，轻量、灵活、wiki文档众多，最重要的是用着非常顺手。下面介绍在Archlinux下搭建SVN服务器的过程。 一、准备工作 本文前提是已经安装好apache并且正常运作。接下来安装subversion： pacman -S subversion 建立svn目录： mkdir -p /home/svn/repositories 二、修改配置文件 在/etc/httpd/conf/httpd.conf，确定下列4行没有被注释掉，并且是如下次序排列： LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so SSL设置之生成密钥对： cd /etc/httpd/conf/; openssl req -new -x509 -keyout server.key -out server.crt &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/archlinux%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1%e5%99%a8/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/7 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:09:01 by W3 Total Cache
-->