<?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>Comments on: Using git for WordPress development</title>
	<atom:link href="http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/</link>
	<description>WordPress Services, IT Services</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:59:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mario Santagiuliana</title>
		<link>http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/#comment-1884</link>
		<dc:creator>Mario Santagiuliana</dc:creator>
		<pubDate>Sat, 13 Mar 2010 11:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=1274#comment-1884</guid>
		<description>Thanks for your answare.
No slow connection.
I resolve the problem with:
$ git svn fetch -r HEAD
With only git svn fetch, git try to search in all svn tree I think...

Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thanks for your answare.<br />
No slow connection.<br />
I resolve the problem with:<br />
$ git svn fetch -r HEAD<br />
With only git svn fetch, git try to search in all svn tree I think&#8230;</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/#comment-1883</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 13 Mar 2010 10:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=1274#comment-1883</guid>
		<description>Hello Mario, hmmm, I haven&#039;t used git to do the initial commit yet. But I would have assumed that it just works...
Are you sure you waited three hours for the fetch? It is rather slow, yes, but three hours seems excessive (unless you&#039;re on a very slow connection).</description>
		<content:encoded><![CDATA[<p>Hello Mario, hmmm, I haven&#8217;t used git to do the initial commit yet. But I would have assumed that it just works&#8230;<br />
Are you sure you waited three hours for the fetch? It is rather slow, yes, but three hours seems excessive (unless you&#8217;re on a very slow connection).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Santagiuliana</title>
		<link>http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/#comment-1882</link>
		<dc:creator>Mario Santagiuliana</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=1274#comment-1882</guid>
		<description>Hy, I have just create my wordpress plugin (wp-itheora) and I public it on github:
http://github.com/marionline/wp-itheora
Now I want to public it on wordpress plugin direcotory. I have ask it and they give me this url:
http://plugins.svn.wordpress.org/wp-itheora/

How can I put my plugin to svn repository with git?
I try:
$ git svn init -s http://plugins.svn.wordpress.org/wp-itheora/
Then with &quot;git svn dcommit&quot; I have got this error:
Unable to determine upstream SVN information from HEAD history.
Perhaps the repository is empty. at /usr/libexec/git-core/git-svn line 511.
If I run git svn fetch I wait 3 hours...then I kill it...
I don&#039;t understand how use git-svn to put my plugin in the official directory.

Thank you very much. Sorry for my bad english.</description>
		<content:encoded><![CDATA[<p>Hy, I have just create my wordpress plugin (wp-itheora) and I public it on github:<br />
<a href="http://github.com/marionline/wp-itheora" rel="nofollow">http://github.com/marionline/wp-itheora</a><br />
Now I want to public it on wordpress plugin direcotory. I have ask it and they give me this url:<br />
<a href="http://plugins.svn.wordpress.org/wp-itheora/" rel="nofollow">http://plugins.svn.wordpress.org/wp-itheora/</a></p>
<p>How can I put my plugin to svn repository with git?<br />
I try:<br />
$ git svn init -s <a href="http://plugins.svn.wordpress.org/wp-itheora/" rel="nofollow">http://plugins.svn.wordpress.org/wp-itheora/</a><br />
Then with &#8220;git svn dcommit&#8221; I have got this error:<br />
Unable to determine upstream SVN information from HEAD history.<br />
Perhaps the repository is empty. at /usr/libexec/git-core/git-svn line 511.<br />
If I run git svn fetch I wait 3 hours&#8230;then I kill it&#8230;<br />
I don&#8217;t understand how use git-svn to put my plugin in the official directory.</p>
<p>Thank you very much. Sorry for my bad english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/#comment-1881</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=1274#comment-1881</guid>
		<description>Thanks Brown! What a nice comment. Too bad I had to remove all the viagra links :-(</description>
		<content:encoded><![CDATA[<p>Thanks Brown! What a nice comment. Too bad I had to remove all the viagra links <img src='http://www.nkuttler.de/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brown</title>
		<link>http://www.nkuttler.de/2009/11/07/using-git-for-wordpress-development/#comment-1880</link>
		<dc:creator>Brown</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=1274#comment-1880</guid>
		<description>I added your blog to bookmarks. And i&#039;ll read your articles more often!</description>
		<content:encoded><![CDATA[<p>I added your blog to bookmarks. And i&#8217;ll read your articles more often!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
