<?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://www.sunboyu.cn/tag/svn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sunboyu.cn</link>
	<description>时光不会倒流,脚步总要前进</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:24:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SVN两个小命令</title>
		<link>http://www.sunboyu.cn/2009/04/30/svn%e4%b8%a4%e4%b8%aa%e5%b0%8f%e5%91%bd%e4%bb%a4.shtml</link>
		<comments>http://www.sunboyu.cn/2009/04/30/svn%e4%b8%a4%e4%b8%aa%e5%b0%8f%e5%91%bd%e4%bb%a4.shtml#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:04:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[创建]]></category>

		<guid isPermaLink="false">http://www.sunboyu.cn/?p=678</guid>
		<description><![CDATA[./svnadmin create /home/sunboyu/svndata/bj1998
./svnserve -d &#8211;listen-port 端口号 -r /home/sunboyu/svndata/
 /var/opt/subversion-1.4.3/bin/svn checkout  svn://localhost:20002/tools ./ &#8211;username sun &#8211;password sun
]]></description>
			<content:encoded><![CDATA[<p>./svnadmin create /home/sunboyu/svndata/bj1998</p>
<p>./svnserve -d &#8211;listen-port 端口号 -r /home/sunboyu/svndata/</p>
<p> /var/opt/subversion-1.4.3/bin/svn checkout  svn://localhost:20002/tools ./ &#8211;username sun &#8211;password sun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunboyu.cn/2009/04/30/svn%e4%b8%a4%e4%b8%aa%e5%b0%8f%e5%91%bd%e4%bb%a4.shtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN配置使用</title>
		<link>http://www.sunboyu.cn/2008/08/09/svn%e9%85%8d%e7%bd%ae%e4%bd%bf%e7%94%a8.shtml</link>
		<comments>http://www.sunboyu.cn/2008/08/09/svn%e9%85%8d%e7%bd%ae%e4%bd%bf%e7%94%a8.shtml#comments</comments>
		<pubDate>Sat, 09 Aug 2008 08:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[配置]]></category>

		<guid isPermaLink="false">http://www.sunboyu.cn/?p=260</guid>
		<description><![CDATA[接这个 http://www.sunboyu.cn/2008/07/26/subversion-150-%E7%BC%96%E8%AF%91%E5%8F%82%E6%95%B0.shtml
安装完成后，可以建立仓库  svnadmin create /opt/$path
配置apache
&#60;Location /svn&#62;
DAV svn
SVNParentPath /opt/httpd-2.2.9/htdocs/repos
SVNListParentPath on
AuthzSVNAccessFile /opt/httpd-2.2.9/htdocs/repos/accessfile
Require valid-user
AuthType Basic
AuthName &#8220;Svn&#8221;
AuthUserFile /opt/httpd-2.2.9/htdocs/repos/passwordfile
&#60;/Location&#62;
生成password的方法 htpasswd -s /$file username
这样就可以建立一个密码文件，在httpd中调用。在调试的时候，权限是大事
]]></description>
			<content:encoded><![CDATA[<p>接这个 http://www.sunboyu.cn/2008/07/26/subversion-150-%E7%BC%96%E8%AF%91%E5%8F%82%E6%95%B0.shtml</p>
<p>安装完成后，可以建立仓库  svnadmin create /opt/$path</p>
<p>配置apache</p>
<p>&lt;Location /svn&gt;<br />
DAV svn<br />
SVNParentPath /opt/httpd-2.2.9/htdocs/repos<br />
SVNListParentPath on<br />
AuthzSVNAccessFile /opt/httpd-2.2.9/htdocs/repos/accessfile<br />
Require valid-user<br />
AuthType Basic<br />
AuthName &#8220;Svn&#8221;<br />
AuthUserFile /opt/httpd-2.2.9/htdocs/repos/passwordfile<br />
&lt;/Location&gt;</p>
<p>生成password的方法 htpasswd -s /$file username</p>
<p>这样就可以建立一个密码文件，在httpd中调用。在调试的时候，权限是大事</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunboyu.cn/2008/08/09/svn%e9%85%8d%e7%bd%ae%e4%bd%bf%e7%94%a8.shtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>subversion-1.5.0 编译参数</title>
		<link>http://www.sunboyu.cn/2008/07/26/subversion-150-%e7%bc%96%e8%af%91%e5%8f%82%e6%95%b0.shtml</link>
		<comments>http://www.sunboyu.cn/2008/07/26/subversion-150-%e7%bc%96%e8%af%91%e5%8f%82%e6%95%b0.shtml#comments</comments>
		<pubDate>Sat, 26 Jul 2008 05:39:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[参数]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://www.sunboyu.cn/?p=224</guid>
		<description><![CDATA[./configure &#8211;prefix=/opt/subversion &#8211;disable-all-static &#8211;with-apxs=/opt/httpd-2.2.9/bin/apxs &#8211;with-apr=/opt/httpd-2.2.9/bin/apr-1-config &#8211;with-apr-util=/opt/httpd-2.2.9/bin/apu-1-config &#8211;with-serf=/opt/httpd-2.2.9 &#8211;with-ssl &#8211;with-zlib=/usr/local &#8211;enable-dso &#8211;enable-mod-activation
如果编译不能通过，可能要安装 expat-1.95.8-8.2.1.i386.rpm expat-devel-1.95.8-8.2.1.i386.rpm 偷懒，直接rpm了
还有，dlname的问题，装这个 http://ftp.gnu.org/gnu/libtool/libtool-2.2.tar.gz
更正版 subversion1.5.0版本测试
./configure &#8211;prefix=/opt/subversion &#8211;disable-all-static &#8211;with-apxs=/opt/httpd-2.2.9/bin/apxs &#8211;with-apr=/opt/httpd-2.2.9/bin/apr-1-config &#8211;with-apr-util=/opt/httpd-2.2.9/bin/apu-1-config &#8211;with-serf=/opt/httpd-2.2.9 &#8211;with-ssl &#8211;with-zlib=/usr/local &#8211;enable-mod-activation &#8211;enable-runtime-module-search
./configure &#8211;prefix=/opt/subversion &#8211;disable-all-static &#8211;with-apxs=/opt/httpd-2.2.9/bin/apxs &#8211;with-apr=/opt/httpd-2.2.9/bin/apr-1-config &#8211;with-apr-util=/opt/httpd-2.2.9/bin/apu-1-config &#8211;with-serf=/opt/httpd-2.2.9 &#8211;with-ssl &#8211;with-zlib=/usr/local &#8211;enable-mod-activation &#8211;enable-runtime-module-search &#8211;enable-subdir-config &#8211;enable-experimental-libtool &#8211;enable-fast-install
]]></description>
			<content:encoded><![CDATA[<p>./configure &#8211;prefix=/opt/subversion &#8211;disable-all-static &#8211;with-apxs=/opt/httpd-2.2.9/bin/apxs &#8211;with-apr=/opt/httpd-2.2.9/bin/apr-1-config &#8211;with-apr-util=/opt/httpd-2.2.9/bin/apu-1-config &#8211;with-serf=/opt/httpd-2.2.9 &#8211;with-ssl &#8211;with-zlib=/usr/local &#8211;enable-dso &#8211;enable-mod-activation</p>
<p>如果编译不能通过，可能要安装 expat-1.95.8-8.2.1.i386.rpm expat-devel-1.95.8-8.2.1.i386.rpm 偷懒，直接rpm了</p>
<p>还有，dlname的问题，装这个 http://ftp.gnu.org/gnu/libtool/libtool-2.2.tar.gz<br />
更正版 subversion1.5.0版本测试<br />
./configure &#8211;prefix=/opt/subversion &#8211;disable-all-static &#8211;with-apxs=/opt/httpd-2.2.9/bin/apxs &#8211;with-apr=/opt/httpd-2.2.9/bin/apr-1-config &#8211;with-apr-util=/opt/httpd-2.2.9/bin/apu-1-config &#8211;with-serf=/opt/httpd-2.2.9 &#8211;with-ssl &#8211;with-zlib=/usr/local &#8211;enable-mod-activation &#8211;enable-runtime-module-search</p>
<p>./configure &#8211;prefix=/opt/subversion &#8211;disable-all-static &#8211;with-apxs=/opt/httpd-2.2.9/bin/apxs &#8211;with-apr=/opt/httpd-2.2.9/bin/apr-1-config &#8211;with-apr-util=/opt/httpd-2.2.9/bin/apu-1-config &#8211;with-serf=/opt/httpd-2.2.9 &#8211;with-ssl &#8211;with-zlib=/usr/local &#8211;enable-mod-activation &#8211;enable-runtime-module-search &#8211;enable-subdir-config &#8211;enable-experimental-libtool &#8211;enable-fast-install</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sunboyu.cn/2008/07/26/subversion-150-%e7%bc%96%e8%af%91%e5%8f%82%e6%95%b0.shtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.507 seconds -->
