<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<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>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 31 Aug 2010 12:04:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.mktime.com/archive/category/subversion/feed" />
		<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>nak</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 "layou [...]]]></description>
			<content:encoded><![CDATA[<p>
リポジトリ作成はrootかsudoをつけたユーザで行う<br />
<pre class="console">
# svnadmin create myproject
</pre>
いつもどおりのフォルダ構成にするコマンドは↓を一行で打つ<br />
<pre class="console">
# svn mkdir -m "layout creation" file:///$SVNREP_DIR/myproject/trunk 
file:///$SVNREP_DIR/myproject/tags file:///$SVNREP_DIR/myproject/branches
</pre>
webDAVで認証する場合はオーナーをapacheユーザにしておく<br />
<pre class="console">
# chown apache:apache $SVNREP_DIR/myproject/
</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/135.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.mktime.com/archive/135.html" />
	</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>nak</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にエディタを記述する<br />
<div class="caption">~/.bash_profile</div>
<pre class="file">
export SVN_EDITOR=vi
</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/132.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.mktime.com/archive/132.html" />
	</item>
	</channel>
</rss>
