<?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 SimpleChannelServer to manage a PEAR channel on Google Code</title>
	<atom:link href="http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/</link>
	<description>All of Brett&#039;s junk.</description>
	<lastBuildDate>Thu, 15 Apr 2010 12:53:54 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bbieber</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-7075</link>
		<dc:creator>bbieber</dc:creator>
		<pubDate>Sat, 20 Mar 2010 13:26:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-7075</guid>
		<description>Hi Alexander,

It looks like the channel file is there, but the xml file doesn&#039;t have the correct content type. FTA - 

&quot;There’s a small issue with using Google code to host the xml files, and that’s that the content-type needs to be sent as application/xml or text/xml for the channel files to be read correctly, so set the mime-type property for the xml files.&quot;

You&#039;ll have to run this for all the xml files:
svn propset svn:mime-type application/xml channel.xml

I&#039;m not sure how to set that for all the xml files with Windows. On linux/unix we&#039;d just do:
find . -name &#039;*.xml&#039; &#124; xargs svn propset svn:mime-type application/xml

Set those properties, commit the files, and you should be good to go.</description>
		<content:encoded><![CDATA[<p>Hi Alexander,</p>
<p>It looks like the channel file is there, but the xml file doesn&#8217;t have the correct content type. FTA &#8211; </p>
<p>&#8220;There’s a small issue with using Google code to host the xml files, and that’s that the content-type needs to be sent as application/xml or text/xml for the channel files to be read correctly, so set the mime-type property for the xml files.&#8221;</p>
<p>You&#8217;ll have to run this for all the xml files:<br />
svn propset svn:mime-type application/xml channel.xml</p>
<p>I&#8217;m not sure how to set that for all the xml files with Windows. On linux/unix we&#8217;d just do:<br />
find . -name &#8216;*.xml&#8217; | xargs svn propset svn:mime-type application/xml</p>
<p>Set those properties, commit the files, and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ilyin</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-7072</link>
		<dc:creator>Alexander Ilyin</dc:creator>
		<pubDate>Wed, 17 Mar 2010 03:45:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-7072</guid>
		<description>Here are my PHP &amp; PEAR Info: http://pastebin.com/3Tf8261Q</description>
		<content:encoded><![CDATA[<p>Here are my PHP &amp; PEAR Info: <a href="http://pastebin.com/3Tf8261Q" rel="nofollow">http://pastebin.com/3Tf8261Q</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ilyin</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-7071</link>
		<dc:creator>Alexander Ilyin</dc:creator>
		<pubDate>Wed, 17 Mar 2010 03:38:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-7071</guid>
		<description>Channel was created and uploaded to Google Code but I got such errors during channel-discover (errors descriptions are from &quot;pear update-channels&quot; but it doent metters, descriptions are the same):

Updating channel &quot;habrahabr.googlecode.com/svn&quot;
Channel &quot;habrahabr.googlecode.com/svn&quot; is not responding over http://, failed with message: File http://habrahabr.googlecode.com:80/svn/channel.xml not valid (received: HTTP/1.1 404 Not Found
)
Trying channel &quot;habrahabr.googlecode.com/svn&quot; over https:// instead
Cannot retrieve channel.xml for channel &quot;habrahabr.googlecode.com/svn&quot; (File https://habrahabr.googlecode.com:443/svn/channel.xml not valid (received: HTTP/1.1 404 Not Found
))

Used PEAR 1.7.2 &amp; 1.9.0; It wery strange &#039;couse channel.xml files are availbe =\</description>
		<content:encoded><![CDATA[<p>Channel was created and uploaded to Google Code but I got such errors during channel-discover (errors descriptions are from &#8220;pear update-channels&#8221; but it doent metters, descriptions are the same):</p>
<p>Updating channel &#8220;habrahabr.googlecode.com/svn&#8221;<br />
Channel &#8220;habrahabr.googlecode.com/svn&#8221; is not responding over http://, failed with message: File <a href="http://habrahabr.googlecode.com:80/svn/channel.xml" rel="nofollow">http://habrahabr.googlecode.com:80/svn/channel.xml</a> not valid (received: HTTP/1.1 404 Not Found<br />
)<br />
Trying channel &#8220;habrahabr.googlecode.com/svn&#8221; over https:// instead<br />
Cannot retrieve channel.xml for channel &#8220;habrahabr.googlecode.com/svn&#8221; (File <a href="https://habrahabr.googlecode.com:443/svn/channel.xml" rel="nofollow">https://habrahabr.googlecode.com:443/svn/channel.xml</a> not valid (received: HTTP/1.1 404 Not Found<br />
))</p>
<p>Used PEAR 1.7.2 &amp; 1.9.0; It wery strange &#8216;couse channel.xml files are availbe =\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-7070</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 17 Mar 2010 02:30:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-7070</guid>
		<description>Yep. The \ is the namespace separator. You&#039;ll need PHP &gt;= 5.3</description>
		<content:encoded><![CDATA[<p>Yep. The \ is the namespace separator. You&#8217;ll need PHP &gt;= 5.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ilyin</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-7069</link>
		<dc:creator>Alexander Ilyin</dc:creator>
		<pubDate>Wed, 17 Mar 2010 00:20:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-7069</guid>
		<description>C:\&gt;php -v
PHP 5.2.11 (cli) (built: Nov  8 2009 15:10:54)

Maybe it&#039;s explain my problem =)</description>
		<content:encoded><![CDATA[<p>C:\>php -v<br />
PHP 5.2.11 (cli) (built: Nov  8 2009 15:10:54)</p>
<p>Maybe it&#8217;s explain my problem =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ilyin</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-7068</link>
		<dc:creator>Alexander Ilyin</dc:creator>
		<pubDate>Wed, 17 Mar 2010 00:11:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-7068</guid>
		<description>Got some errors:

[17-Mar-2010 03:09:43] PHP Warning:  Zend Monitor UI is disabled in CLI/CGI run... in Unknown on line 0
[17-Mar-2010 00:09:43] PHP Warning:  Unexpected character in input:  &#039;\&#039; (ASCII=92) state=1 in C:\Program Files (x86)\Zend\Apache2\htdocs\habrahabr\pearscs.phar on line 25
[17-Mar-2010 00:09:43] PHP Warning:  Unexpected character in input:  &#039;\&#039; (ASCII=92) state=1 in C:\Program Files (x86)\Zend\Apache2\htdocs\habrahabr\pearscs.phar on line 25
[17-Mar-2010 00:09:43] PHP Parse error:  syntax error, unexpected T_STRING in C:\Program Files (x86)\Zend\Apache2\htdocs\habrahabr\pearscs.phar on line 25</description>
		<content:encoded><![CDATA[<p>Got some errors:</p>
<p>[17-Mar-2010 03:09:43] PHP Warning:  Zend Monitor UI is disabled in CLI/CGI run&#8230; in Unknown on line 0<br />
[17-Mar-2010 00:09:43] PHP Warning:  Unexpected character in input:  &#8216;\&#8217; (ASCII=92) state=1 in C:\Program Files (x86)\Zend\Apache2\htdocs\habrahabr\pearscs.phar on line 25<br />
[17-Mar-2010 00:09:43] PHP Warning:  Unexpected character in input:  &#8216;\&#8217; (ASCII=92) state=1 in C:\Program Files (x86)\Zend\Apache2\htdocs\habrahabr\pearscs.phar on line 25<br />
[17-Mar-2010 00:09:43] PHP Parse error:  syntax error, unexpected T_STRING in C:\Program Files (x86)\Zend\Apache2\htdocs\habrahabr\pearscs.phar on line 25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-3069</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-3069</guid>
		<description>Just as an update, if you receive a message like - Fatal error: Cannot use string offset as an array in /usr/local/lib/php/PEAR/REST/10.php&lt;br /&gt;
This means an xml file served out by the channel does not have text/xml or application/xml as the content type. Remember to re-run find . -name &#039;*.xml&#039; &#124; xargs svn propset svn:mime-type application/xml when you release a new package.</description>
		<content:encoded><![CDATA[<p>Just as an update, if you receive a message like &#8211; Fatal error: Cannot use string offset as an array in /usr/local/lib/php/PEAR/REST/10.php<br />
This means an xml file served out by the channel does not have text/xml or application/xml as the content type. Remember to re-run find . -name &#8216;*.xml&#8217; | xargs svn propset svn:mime-type application/xml when you release a new package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Coallier</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-2965</link>
		<dc:creator>David Coallier</dc:creator>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2965</guid>
		<description>Well done boi :) Very good work, glad you are with PEAR :D Keep going you are doing very well</description>
		<content:encoded><![CDATA[<p>Well done boi <img src='http://saltybeagle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Very good work, glad you are with PEAR <img src='http://saltybeagle.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Keep going you are doing very well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://saltybeagle.com/2008/12/using-simplechannelserver-to-manage-a-pear-channel-on-google-code/comment-page-1/#comment-2907</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2907</guid>
		<description>Fantastic!&lt;br /&gt;
Many thanks for all the hard work you have put on SimpleChannelServer.</description>
		<content:encoded><![CDATA[<p>Fantastic!<br />
Many thanks for all the hard work you have put on SimpleChannelServer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
