<?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>php mysql apache &#187; tools</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +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 with linux</title>
		<link>http://www.phpmysqlapache.com/wordpress/2006/09/25/svn-with-linux/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2006/09/25/svn-with-linux/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 20:09:38 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/2006/09/25/svn-with-linux/</guid>
		<description><![CDATA[Svn is meant to replace the cvs version control system. This is how i configured it in my machine:
First create the directory to hold the repository. In this case it is the /home/user/svn
PLAIN TEXT
CODE:




svnadmin create --fs-type fsfs /home/user/svn 






Edit the  /home/user/svn/conf/svnserve.conf file and allow anonymous write access. Also uncomment the section line `[general]`
PLAIN TEXT
CODE:




anon-access [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2006/09/25/svn-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
