<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Subversion ベストプラクティス へのコメント</title>
	<atom:link href="http://www.akiyan.com/blog/archives/2006/11/oscon_subversio.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.akiyan.com/blog/archives/2006/11/oscon_subversio.html</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 12:07:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>あきやん より</title>
		<link>http://www.akiyan.com/blog/archives/2006/11/oscon_subversio.html/comment-page-1#comment-298</link>
		<dc:creator>あきやん</dc:creator>
		<pubDate>Sun, 19 Nov 2006 15:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.akiyan.com/wp/?p=174#comment-298</guid>
		<description>＞suginoyさん
ご指摘ありがとうございます！
「この部屋は人でいっぱいだよ。」が正しいですね。反映しました。

ありがとうございました！
</description>
		<content:encoded><![CDATA[<p>＞suginoyさん<br />
ご指摘ありがとうございます！<br />
「この部屋は人でいっぱいだよ。」が正しいですね。反映しました。</p>
<p>ありがとうございました！</p>
]]></content:encoded>
	</item>
	<item>
		<title>suginoy より</title>
		<link>http://www.akiyan.com/blog/archives/2006/11/oscon_subversio.html/comment-page-1#comment-297</link>
		<dc:creator>suginoy</dc:creator>
		<pubDate>Fri, 17 Nov 2006 17:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.akiyan.com/wp/?p=174#comment-297</guid>
		<description>本題とは関係ないですが、
Every seat in this room is full.
どの部屋も人でいっぱいだよ。
→この部屋は人でいっぱいだよ。
というのが一応、文字通りなのかなと。
</description>
		<content:encoded><![CDATA[<p>本題とは関係ないですが、<br />
Every seat in this room is full.<br />
どの部屋も人でいっぱいだよ。<br />
→この部屋は人でいっぱいだよ。<br />
というのが一応、文字通りなのかなと。</p>
]]></content:encoded>
	</item>
	<item>
		<title>あきやん より</title>
		<link>http://www.akiyan.com/blog/archives/2006/11/oscon_subversio.html/comment-page-1#comment-296</link>
		<dc:creator>あきやん</dc:creator>
		<pubDate>Thu, 16 Nov 2006 15:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.akiyan.com/wp/?p=174#comment-296</guid>
		<description>＞通りすがりさん
ご指摘ありがとうございます！
ご指摘のすべての箇所が「文脈的に微妙で怪しいなあ」と思っていた箇所なので、とても助かりました！

全て反映させていただきました。
ありがとうございました！
</description>
		<content:encoded><![CDATA[<p>＞通りすがりさん<br />
ご指摘ありがとうございます！<br />
ご指摘のすべての箇所が「文脈的に微妙で怪しいなあ」と思っていた箇所なので、とても助かりました！</p>
<p>全て反映させていただきました。<br />
ありがとうございました！</p>
]]></content:encoded>
	</item>
	<item>
		<title>通りすがり より</title>
		<link>http://www.akiyan.com/blog/archives/2006/11/oscon_subversio.html/comment-page-1#comment-295</link>
		<dc:creator>通りすがり</dc:creator>
		<pubDate>Thu, 16 Nov 2006 15:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.akiyan.com/wp/?p=174#comment-295</guid>
		<description>&gt;Good for tricking people into using version control. :)

みんなにバージョン管理を理解してもらえる。
→みんなにバージョン管理してもらえる　:)

&gt;Takes a long time

長い時間が経過し、
→時間がかかる

&gt;Why? Someone did something stupid, like checked in a list of passwords, government secrets, etc.

誰かがやらかすよ。パスワードや機密情報をコミットしちゃったりね。
→それでも必要なときがある。パスワードや機密情報をコミットしちゃったりするやつが…

&gt;$Revision$ doesn&#039;t do what you think

$Revision$ で何も考えなくてよい。
→$Revision$キーワードは、あなたが思っているものとは違う

&gt; ○ Use a template
&gt;   + Dealing with a “mostly standardized file”:
&gt;     # Commit a template of file to repository
&gt;     # Have build system copy it to unversioned file
&gt;     # Users edit unversioned file

○ テンプレートを使う
# ほとんど同じファイルの取り扱い
+ リポジトリにテンプレートをコミットする
+ ビルドシステムがテンプレートをコピーする
+ ユーザーはそのコピーを編集する

どうでしょう？
</description>
		<content:encoded><![CDATA[<p>>Good for tricking people into using version control. :)</p>
<p>みんなにバージョン管理を理解してもらえる。<br />
→みんなにバージョン管理してもらえる　:)</p>
<p>>Takes a long time</p>
<p>長い時間が経過し、<br />
→時間がかかる</p>
<p>>Why? Someone did something stupid, like checked in a list of passwords, government secrets, etc.</p>
<p>誰かがやらかすよ。パスワードや機密情報をコミットしちゃったりね。<br />
→それでも必要なときがある。パスワードや機密情報をコミットしちゃったりするやつが…</p>
<p>>$Revision$ doesn't do what you think</p>
<p>$Revision$ で何も考えなくてよい。<br />
→$Revision$キーワードは、あなたが思っているものとは違う</p>
<p>> ○ Use a template<br />
>   + Dealing with a “mostly standardized file”:<br />
>     # Commit a template of file to repository<br />
>     # Have build system copy it to unversioned file<br />
>     # Users edit unversioned file</p>
<p>○ テンプレートを使う<br />
# ほとんど同じファイルの取り扱い<br />
+ リポジトリにテンプレートをコミットする<br />
+ ビルドシステムがテンプレートをコピーする<br />
+ ユーザーはそのコピーを編集する</p>
<p>どうでしょう？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
