<?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; subversion</title>
	<atom:link href="http://blog.mktime.com/archive/category/subversion/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mktime.com</link>
	<description>修行の日々を淡々と</description>
	<lastBuildDate>Thu, 05 May 2011 07:39:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>subversion：リポジトリ作成</title>
		<link>http://blog.mktime.com/archive/135.html</link>
		<comments>http://blog.mktime.com/archive/135.html#comments</comments>
		<pubDate>Wed, 06 May 2009 08:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blog.mktime.com/?p=135</guid>
		<description><![CDATA[リポジトリ作成はrootかsudoをつけたユーザで行う # svnadmin create myproject いつもどおりのフォルダ構成にするコマンドは↓を一行で打つ # svn mkdir -m "layout creation" file:///$SVNREP_DIR/myproject/trunk file:///$SVNREP_DIR/myproject/tags file:///$SVNREP_DIR/myproject/branches webDAVで認証する場合はオーナーをapacheユーザにしておく # chown apache:apache $SVNREP_DIR/myproject/]]></description>
			<content:encoded><![CDATA[<p>リポジトリ作成はrootかsudoをつけたユーザで行う</p>
<pre class="console">
# svnadmin create myproject
</pre>
<p>いつもどおりのフォルダ構成にするコマンドは↓を一行で打つ</p>
<pre class="console">
# svn mkdir -m "layout creation" file:///$SVNREP_DIR/myproject/trunk
file:///$SVNREP_DIR/myproject/tags file:///$SVNREP_DIR/myproject/branches
</pre>
<p>webDAVで認証する場合はオーナーをapacheユーザにしておく</p>
<pre class="console">
# chown apache:apache $SVNREP_DIR/myproject/
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/135.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>subversion：SVN_EDITORの設定</title>
		<link>http://blog.mktime.com/archive/132.html</link>
		<comments>http://blog.mktime.com/archive/132.html#comments</comments>
		<pubDate>Wed, 06 May 2009 08:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blog.mktime.com/?p=132</guid>
		<description><![CDATA[ユーザディレクトリの.bash_profileにエディタを記述する ~/.bash_profile export SVN_EDITOR=vi]]></description>
			<content:encoded><![CDATA[<p>ユーザディレクトリの.bash_profileにエディタを記述する</p>
<div class="caption">~/.bash_profile</div>
<pre class="file">
export SVN_EDITOR=vi
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/132.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

