<?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>KP Solutions &#187; svn</title>
	<atom:link href="http://www.kpsolution.com/blog/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kpsolution.com/blog</link>
	<description>Solutions for Day to Day Technical Problems</description>
	<lastBuildDate>Tue, 24 Aug 2010 02:37:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to create SVN repository?</title>
		<link>http://www.kpsolution.com/blog/linux/how-to-create-svn-repository/18/</link>
		<comments>http://www.kpsolution.com/blog/linux/how-to-create-svn-repository/18/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 00:55:39 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/company/18/18/</guid>
		<description><![CDATA[This post will help you create a new SVN repository and it assumes you have the SVN installed &#38; configured on your computer/server. To create the repository for first time, issue the following command svnadmin create &#8211;fs-type fsfs /var/www/subversion/kpsolution Then &#8230; <a href="http://www.kpsolution.com/blog/linux/how-to-create-svn-repository/18/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post will help you create a new SVN repository and it assumes you have the SVN installed &amp; configured on your computer/server.</p>
<p>To create the repository for first time, issue the following command</p>
<blockquote><p>svnadmin create &#8211;fs-type fsfs /var/www/subversion/kpsolution</p></blockquote>
<p>Then to import your code for first time, go to your base directory of the source tree and then issue the following command</p>
<blockquote><p>svn import -m &#8220;Initial Import&#8221; . file:///var/www/subversion/kpsolution/</p></blockquote>
<p>Now, you have imported your source code into the repository and then use the SVN GUI to checkin/checkout the changes.</p>
<p>For more detailed instruction on setting up the svn, see &#8220;http://www.rockfloat.com/howto/gentoo-subversion.html&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/linux/how-to-create-svn-repository/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
