<?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>WordPress を Subversion でアップグレードする へのコメント</title>
	<atom:link href="http://another.maple4ever.net/archives/27/feed/" rel="self" type="application/rss+xml" />
	<link>http://another.maple4ever.net/archives/27/</link>
	<description>have a lot of interests.</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:54:47 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>power source* より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-1103</link>
		<dc:creator>power source*</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-1103</guid>
		<description>&lt;strong&gt;WP: WordPress を Subversion でアップグレード… ならず、の巻...&lt;/strong&gt;

2.3 → 2.3.1 へのアップグレード時に楽しようとして失敗したので（転送オプション選択ミス）、もっと楽できて失敗のなさそうな Subversion によるアップグレード を試してみることにしまし...</description>
		<content:encoded><![CDATA[<p><strong>WP: WordPress を Subversion でアップグレード… ならず、の巻&#8230;</strong></p>
<p>2.3 → 2.3.1 へのアップグレード時に楽しようとして失敗したので（転送オプション選択ミス）、もっと楽できて失敗のなさそうな Subversion によるアップグレード を試してみることにしまし&#8230;
<div class="comment-next"><a href="http://bono.s201.xrea.com/2008/01/609-wp_upgrade_with_subversion_orz/">[続きを読む]</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>Binsan's Cafe より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-120</link>
		<dc:creator>Binsan's Cafe</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-120</guid>
		<description>&lt;strong&gt;SubversionをSubversionで管理...&lt;/strong&gt;

hiromasa.another のこんなエントリーや、わーどぷれすっ！のエントリーを読んでなんか気になるSubversionって言葉 
WordPress を Subversionで管理する？どうもようわからんなぁ、何が便利なんだろ....</description>
		<content:encoded><![CDATA[<p><strong>SubversionをSubversionで管理&#8230;</strong></p>
<p>hiromasa.another のこんなエントリーや、わーどぷれすっ！のエントリーを読んでなんか気になるSubversionって言葉<br />
WordPress を Subversionで管理する？どうもようわからんなぁ、何が便利なんだろ&#8230;.
<div class="comment-next"><a href="http://fish1091.com/wordpress/archives/313">[続きを読む]</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>ひろまさ より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-118</link>
		<dc:creator>ひろまさ</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-118</guid>
		<description>コメント承認待ちでした、、すいません。。

&gt;subversion入ってますね。ということは端末からの接続でいけるわけですか？

はい、いけると思います!。 :-)

&gt;これだと使いにくい場合public_htmlの中にblogというディレクトリーを作ってインストールしたいとき

自分のカレントディレクトリにもよりますが、A ディレクトリに public/blog がある場合なら、A ディレクトリにいる状態で

svn co http://svn.automattic.com/wordpress/tags/2.3.1 public_html/blog

になります。　public_html の頭に / はなしです。　よくわからなければ、cd でそこのディレクトリまでたどりついて、

svn co http://svn.automattic.com/wordpress/tags/2.3.1 .

最後は &quot;.&quot; です。　これでいまいるディレクトリにダウンロードされてくるハズです。 :-)</description>
		<content:encoded><![CDATA[<p>コメント承認待ちでした、、すいません。。</p>
<p>>subversion入ってますね。ということは端末からの接続でいけるわけですか？</p>
<p>はい、いけると思います!。 <img src='http://another.maple4ever.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>>これだと使いにくい場合public_htmlの中にblogというディレクトリーを作ってインストールしたいとき</p>
<p>自分のカレントディレクトリにもよりますが、A ディレクトリに public/blog がある場合なら、A ディレクトリにいる状態で</p>
<p>svn co <a href="http://svn.automattic.com/wordpress/tags/2.3.1" rel="nofollow">http://svn.automattic.com/wordpress/tags/2.3.1</a> public_html/blog</p>
<p>になります。　public_html の頭に / はなしです。　よくわからなければ、cd でそこのディレクトリまでたどりついて、</p>
<p>svn co <a href="http://svn.automattic.com/wordpress/tags/2.3.1" rel="nofollow">http://svn.automattic.com/wordpress/tags/2.3.1</a> .</p>
<p>最後は &#8220;.&#8221; です。　これでいまいるディレクトリにダウンロードされてくるハズです。 <img src='http://another.maple4ever.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>yutaka より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-117</link>
		<dc:creator>yutaka</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-117</guid>
		<description>ありがとう〜
subversion入ってますね。ということは端末からの接続でいけるわけですか？

svn co http://svn.automattic.com/wordpress/tags/2.3.1 blog
これだと使いにくい場合public_htmlの中にblogというディレクトリーを
作ってインストールしたいときは


svn co http://svn.automattic.com/wordpress/tags/2.3.1 /public_html/blog
これでいいんでしょうか？</description>
		<content:encoded><![CDATA[<p>ありがとう〜<br />
subversion入ってますね。ということは端末からの接続でいけるわけですか？</p>
<p>svn co <a href="http://svn.automattic.com/wordpress/tags/2.3.1" rel="nofollow">http://svn.automattic.com/wordpress/tags/2.3.1</a> blog<br />
これだと使いにくい場合public_htmlの中にblogというディレクトリーを<br />
作ってインストールしたいときは</p>
<p>svn co <a href="http://svn.automattic.com/wordpress/tags/2.3.1" rel="nofollow">http://svn.automattic.com/wordpress/tags/2.3.1</a> /public_html/blog<br />
これでいいんでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>ひろまさ より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-116</link>
		<dc:creator>ひろまさ</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-116</guid>
		<description>yutaka さん、こんにちは!

はい、Fedora にも入っています～。
　$ svn help
ってうってnot found になったら、
　$ yum install subversion
くらいではいると思います。 :-)

Fedora 8 もうすぐですね。　7 はとばしちゃったので、8 は入れます!!</description>
		<content:encoded><![CDATA[<p>yutaka さん、こんにちは!</p>
<p>はい、Fedora にも入っています～。<br />
　$ svn help<br />
ってうってnot found になったら、<br />
　$ yum install subversion<br />
くらいではいると思います。 <img src='http://another.maple4ever.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Fedora 8 もうすぐですね。　7 はとばしちゃったので、8 は入れます!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>yutaka より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-112</link>
		<dc:creator>yutaka</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-112</guid>
		<description>こんちわ〜
質問ですが、SubversionってFedora7に入ってるんですがLinuxで
使うことはできますか？ 「WordPress を Subversion でアップグレードする」
Fedora7版の執筆予定はありませんか？(笑)
そろそろFedora８ですねぇ</description>
		<content:encoded><![CDATA[<p>こんちわ〜<br />
質問ですが、SubversionってFedora7に入ってるんですがLinuxで<br />
使うことはできますか？ 「WordPress を Subversion でアップグレードする」<br />
Fedora7版の執筆予定はありませんか？(笑)<br />
そろそろFedora８ですねぇ</p>
]]></content:encoded>
	</item>
	<item>
		<title>わーどぷれすっ！ &#187; WordPress のアップグレードを簡単に: Subversion の巻 より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-94</link>
		<dc:creator>わーどぷれすっ！ &#187; WordPress のアップグレードを簡単に: Subversion の巻</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-94</guid>
		<description>[...] SubversionでのアップグレードをInstalling/Updating WordPress with Subversion « WordPress Codexから適当に引用しつつご紹介。ひろまささんのとあわせて読むといいかも。 [...]</description>
		<content:encoded><![CDATA[<p>[...] SubversionでのアップグレードをInstalling/Updating WordPress with Subversion « WordPress Codexから適当に引用しつつご紹介。ひろまささんのとあわせて読むといいかも。 [...]
<div class="comment-next"><a href="http://wp.tekapo.com/2007/11/03/updating-with-subversion/">[続きを読む]</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>power source* より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-37</link>
		<dc:creator>power source*</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-37</guid>
		<description>&lt;strong&gt;WP: WordPress 2.3 へアップグレードする前にしておきたいこと...&lt;/strong&gt;

公式ブログでは、22日に、Matt が「Preparing for 2.3」（2.3 への準備）という記事を書いています。この記事の和訳ではありませんが、アップグレードの準備や注意点について、少し書いてみ.....</description>
		<content:encoded><![CDATA[<p><strong>WP: WordPress 2.3 へアップグレードする前にしておきたいこと&#8230;</strong></p>
<p>公式ブログでは、22日に、Matt が「Preparing for 2.3」（2.3 への準備）という記事を書いています。この記事の和訳ではありませんが、アップグレードの準備や注意点について、少し書いてみ&#8230;..
<div class="comment-next"><a href="http://bono.s201.xrea.com/2007/09/526-wp23_preparing/">[続きを読む]</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>ひろまさ より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-35</link>
		<dc:creator>ひろまさ</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-35</guid>
		<description>miyosi さん、こんばんは!

&gt; WordPress 2.4-bleeding

ぎゃ～、そうでした、失礼しました。。。
trunk とか head は、ロマンですよね。(笑</description>
		<content:encoded><![CDATA[<p>miyosi さん、こんばんは!</p>
<p>> WordPress 2.4-bleeding</p>
<p>ぎゃ～、そうでした、失礼しました。。。<br />
trunk とか head は、ロマンですよね。(笑</p>
]]></content:encoded>
	</item>
	<item>
		<title>miyoshi より</title>
		<link>http://another.maple4ever.net/archives/27/comment-page-1/#comment-34</link>
		<dc:creator>miyoshi</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://another.maple4ever.net/archives/27/#comment-34</guid>
		<description>&gt; まさか trunk を本サイトにつかう人もいまい。

いやいや、その「まさか」がいたりするもんですよ ;-)

半年くらいそれでやってますけど今のところひどい目にはあってないっすよ。</description>
		<content:encoded><![CDATA[<p>&gt; まさか trunk を本サイトにつかう人もいまい。</p>
<p>いやいや、その「まさか」がいたりするもんですよ <img src='http://another.maple4ever.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>半年くらいそれでやってますけど今のところひどい目にはあってないっすよ。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
