<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Updated PHP SVN Client</title>
	<link>http://www.3thirty.net/blog/?p=11</link>
	<description>almost there.</description>
	<pubDate>Sat, 04 Sep 2010 23:43:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Deadpan110</title>
		<link>http://www.3thirty.net/blog/?p=11#comment-66</link>
		<dc:creator>Deadpan110</dc:creator>
		<pubDate>Sat, 14 Jun 2008 19:41:03 +0000</pubDate>
		<guid>http://www.3thirty.net/blog/?p=11#comment-66</guid>
		<description>Ok, an update on what I have been up to...

Found a bug where &lt;code&gt;getDirectoryFiles&lt;/code&gt; fails to return all results (it seems to miss 1 result (1st?) and if its the only result then an empty array is returned)... not sure if its this version or just inherited from the &lt;i&gt;Generic XML parser&lt;/i&gt; class and as such, I have replaced the class for this function with something i found on the &lt;a href="http://www.php.net/" rel="nofollow"&gt;php.net&lt;/a&gt; website (the same code could probably be used to drop the &lt;i&gt;Generic XML parser&lt;/i&gt; class completely).

The &lt;code&gt;getDirectoryFiles&lt;/code&gt; function now returns 'type' which is one of 'file' or 'directory', this will allow a new public function to be added to enable traversing the SVN directory tree and return paths for all the sub directories within the given directory (could be called &lt;code&gt;getDirectoryTree&lt;/code&gt;).

As I am already a fan of PHP and SVN and could do with this class for many of my projects, I have taken it upon myself to add the project to Google Code (with Analylitics) following the BSD license the current class is bound by.

If you would still like to work/participate on this class, then please find my email address from within your blogs admin pages and I will happily add you to its Google codes admin/owners list (I will be contacting Cesar D. Rodas tomorrow regarding his thoughts - the license is very open but I do feel its polite to ask). :)</description>
		<content:encoded><![CDATA[<p>Ok, an update on what I have been up to&#8230;</p>
<p>Found a bug where <code>getDirectoryFiles</code> fails to return all results (it seems to miss 1 result (1st?) and if its the only result then an empty array is returned)&#8230; not sure if its this version or just inherited from the <i>Generic XML parser</i> class and as such, I have replaced the class for this function with something i found on the <a href="http://www.php.net/" rel="nofollow">php.net</a> website (the same code could probably be used to drop the <i>Generic XML parser</i> class completely).</p>
<p>The <code>getDirectoryFiles</code> function now returns &#8216;type&#8217; which is one of &#8216;file&#8217; or &#8216;directory&#8217;, this will allow a new public function to be added to enable traversing the SVN directory tree and return paths for all the sub directories within the given directory (could be called <code>getDirectoryTree</code>).</p>
<p>As I am already a fan of PHP and SVN and could do with this class for many of my projects, I have taken it upon myself to add the project to Google Code (with Analylitics) following the BSD license the current class is bound by.</p>
<p>If you would still like to work/participate on this class, then please find my email address from within your blogs admin pages and I will happily add you to its Google codes admin/owners list (I will be contacting Cesar D. Rodas tomorrow regarding his thoughts - the license is very open but I do feel its polite to ask). <img src='http://www.3thirty.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deadpan110</title>
		<link>http://www.3thirty.net/blog/?p=11#comment-62</link>
		<dc:creator>Deadpan110</dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:52:19 +0000</pubDate>
		<guid>http://www.3thirty.net/blog/?p=11#comment-62</guid>
		<description>Hiya,

I have just started using this class after using the original from &lt;a href="http://www.phpclasses.org/browse/package/4270.html" rel="nofollow"&gt;the original source&lt;/a&gt;

I had problems with the original and thought it was due to its author and a few mistakes I couldn't seem to track down. I found this page and uploaded the files to my server - the same errors were occurring.

I have now found out that my errors are nothing to do with the class (but could probably be rectified within the class), it seems that this class works with most SVN servers and my problems arose while trying to use the &lt;a href="http://www.assembla.com/" rel="nofollow"&gt;Assembla&lt;/a&gt; SVN service.

(I will have to change my average rating on the original authors PHPClasses page)

I like the fact that you have put the new updated class and dependencies in a nice convenient package - how about using SVN for it (Google code would be a good idea - and i am sure the original author won't mind as long as the license and perhaps has access to the SVN).

I would like to see one improvement/enhancement and one minor bug fix (not sure if incompatibility with Assembla is a bug tho).

Improvement/enhancement would be to return an extra value when using &lt;code&gt;getDirectoryFiles&lt;/code&gt; to distinguish between a file or directory, class users could code their way around this - but adding that would make it easier to traverse directories.

Until PHP's SVN support is compiled in to every web host, this is a very needed class...

Thanks heaps!!</description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>I have just started using this class after using the original from <a href="http://www.phpclasses.org/browse/package/4270.html" rel="nofollow">the original source</a></p>
<p>I had problems with the original and thought it was due to its author and a few mistakes I couldn&#8217;t seem to track down. I found this page and uploaded the files to my server - the same errors were occurring.</p>
<p>I have now found out that my errors are nothing to do with the class (but could probably be rectified within the class), it seems that this class works with most SVN servers and my problems arose while trying to use the <a href="http://www.assembla.com/" rel="nofollow">Assembla</a> SVN service.</p>
<p>(I will have to change my average rating on the original authors PHPClasses page)</p>
<p>I like the fact that you have put the new updated class and dependencies in a nice convenient package - how about using SVN for it (Google code would be a good idea - and i am sure the original author won&#8217;t mind as long as the license and perhaps has access to the SVN).</p>
<p>I would like to see one improvement/enhancement and one minor bug fix (not sure if incompatibility with Assembla is a bug tho).</p>
<p>Improvement/enhancement would be to return an extra value when using <code>getDirectoryFiles</code> to distinguish between a file or directory, class users could code their way around this - but adding that would make it easier to traverse directories.</p>
<p>Until PHP&#8217;s SVN support is compiled in to every web host, this is a very needed class&#8230;</p>
<p>Thanks heaps!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://www.3thirty.net/blog/?p=11#comment-15</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Sat, 17 May 2008 05:49:25 +0000</pubDate>
		<guid>http://www.3thirty.net/blog/?p=11#comment-15</guid>
		<description>John, Yes, this version definitely supports usernames and passwords. In fact, my test repositories are all password protected</description>
		<content:encoded><![CDATA[<p>John, Yes, this version definitely supports usernames and passwords. In fact, my test repositories are all password protected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joomlajohn</title>
		<link>http://www.3thirty.net/blog/?p=11#comment-13</link>
		<dc:creator>Joomlajohn</dc:creator>
		<pubDate>Fri, 16 May 2008 16:35:22 +0000</pubDate>
		<guid>http://www.3thirty.net/blog/?p=11#comment-13</guid>
		<description>Hi,  wondering if your library supports a username and password,  Thanks,

John</description>
		<content:encoded><![CDATA[<p>Hi,  wondering if your library supports a username and password,  Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://www.3thirty.net/blog/?p=11#comment-11</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Tue, 13 May 2008 09:39:29 +0000</pubDate>
		<guid>http://www.3thirty.net/blog/?p=11#comment-11</guid>
		<description>Hi Cesar,

Absolutely -- add it to the project page. Thanks for the great library :)

Ethan</description>
		<content:encoded><![CDATA[<p>Hi Cesar,</p>
<p>Absolutely &#8212; add it to the project page. Thanks for the great library <img src='http://www.3thirty.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ethan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: César Rodas</title>
		<link>http://www.3thirty.net/blog/?p=11#comment-10</link>
		<dc:creator>César Rodas</dc:creator>
		<pubDate>Mon, 12 May 2008 19:48:58 +0000</pubDate>
		<guid>http://www.3thirty.net/blog/?p=11#comment-10</guid>
		<description>Hello,

I want to know If can put all your changes to the project page?.

Thank you for fix those things, and for share your changes. I hope others copy yours actions.

best regards.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I want to know If can put all your changes to the project page?.</p>
<p>Thank you for fix those things, and for share your changes. I hope others copy yours actions.</p>
<p>best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
