<?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>ubuntu,debian,redhat -linuxany.com &#187; subersion</title>
	<atom:link href="http://www.linuxany.com/archives/tag/subersion/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>在Debian上安装SVN</title>
		<link>http://www.linuxany.com/archives/1246.html</link>
		<comments>http://www.linuxany.com/archives/1246.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Java/jsp]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[subersion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnadmin]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1246</guid>
		<description><![CDATA[版本信息： Debain: 5.0 Kernel: 2.6.26-1-686 Subversion: 1.5.6 Apache: 2.2.11 服务端： 1、安装 apt-get install subversion subversion-toolsapt-get install apache2 libapache2-svn 2、项目 mkdir /opt/linuxany -psvnadmin create /opt/linuxany/test1svnadmin create /opt/linuxany/test2 3、配置 1)vi /etc/apache2/httpd.conf #注意以下2行可能已在apache2中有配置了，如果restart时候发现错误，则注释掉即可LoadModule dav_svn_module modules/mod_dav_svn.soLoadModule authz_svn_module modules/mod_authz_svn.so#svn连接到服务器后的根目录，即/等同于/opt/linuxany(例如：svn list http://IP/test1)；若此处为/svn，则/svn等同于/opt/linuxany(例如：svn list http://IP/svn/test1)[Location /] DAV svnSVNParentPath /opt/linuxany #[项目根目录]AuthzSVNAccessFile /opt/linuxany/authz.conf #[用户权限配置文件]AuthType BasicAuthName &#34;Subversion.zoneyump&#34;AuthUserFile /opt/linuxany/authfile #[用户密码配置文件]Require valid-user[/Location] 2)vi /opt/linuxany/authz.conf [test1:/]&#160; &#160; #[/opt/linuxany/test1下所有文件及目录]* [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1246.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

