<?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: Introducing our first Apple Dashboard widget : SVN Notifier</title>
	<atom:link href="http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/</link>
	<description>Web Application Design &#38; Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:55:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ivan</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-9629</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Thu, 16 Sep 2010 20:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-9629</guid>
		<description>Is there a way to change the polling interval? I have 10+ repositories that I&#039;m monitoring, and the memory and cpu footprint is killing my machine.</description>
		<content:encoded><![CDATA[<p>Is there a way to change the polling interval? I have 10+ repositories that I&#8217;m monitoring, and the memory and cpu footprint is killing my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hraban</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-568</link>
		<dc:creator>Hraban</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-568</guid>
		<description>I&#039;m using the latest version of SVN via MacPorts.
&quot;/opt/local/bin&quot; is in my bash path, but apparently not in the Widget&#039;s path, so it can&#039;t get information about my repos, because Apple&#039;s svn is too old.
I hardcoded SVN_BINARY=&#039;/opt/local/bin/svn&#039; in &quot;SVN Notifier.js&quot;, and it works.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the latest version of SVN via MacPorts.<br />
&#8220;/opt/local/bin&#8221; is in my bash path, but apparently not in the Widget&#8217;s path, so it can&#8217;t get information about my repos, because Apple&#8217;s svn is too old.<br />
I hardcoded SVN_BINARY=&#8217;/opt/local/bin/svn&#8217; in &#8220;SVN Notifier.js&#8221;, and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eitan</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-567</link>
		<dc:creator>Eitan</dc:creator>
		<pubDate>Fri, 22 May 2009 18:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-567</guid>
		<description>Is there a version of this that runs with Growl for Windows? I&#039;d like to run this on a PC. Thanks!</description>
		<content:encoded><![CDATA[<p>Is there a version of this that runs with Growl for Windows? I&#8217;d like to run this on a PC. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agitatedString</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-566</link>
		<dc:creator>agitatedString</dc:creator>
		<pubDate>Tue, 24 Mar 2009 07:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-566</guid>
		<description>Double clicked on the SVN Notifier Widget and got the &quot;The application Dock quit unexpectedly...EXC_BAD_ACCESS (SIGBUS)...&quot; popup dialog.</description>
		<content:encoded><![CDATA[<p>Double clicked on the SVN Notifier Widget and got the &#8220;The application Dock quit unexpectedly&#8230;EXC_BAD_ACCESS (SIGBUS)&#8230;&#8221; popup dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mecki</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-565</link>
		<dc:creator>Mecki</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-565</guid>
		<description>Hmmm... a little web front end that calls svn in the background and parses some XML output and sends Growl notifications via AppleScript... and therefor it needs constantly 10 threads running, up to 26 threads when it actually runs SVN and 20 MB of private memory (29 MB real memory). So this tiny application needs more memory and threads than iCal, more than all my other Dashboard widgets together.
Yes, it&#039;s lovely, yes it&#039;s working like a charm, but don&#039;t expect me to applaud.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; a little web front end that calls svn in the background and parses some XML output and sends Growl notifications via AppleScript&#8230; and therefor it needs constantly 10 threads running, up to 26 threads when it actually runs SVN and 20 MB of private memory (29 MB real memory). So this tiny application needs more memory and threads than iCal, more than all my other Dashboard widgets together.<br />
Yes, it&#8217;s lovely, yes it&#8217;s working like a charm, but don&#8217;t expect me to applaud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris LoSacco</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-564</link>
		<dc:creator>Chris LoSacco</dc:creator>
		<pubDate>Wed, 04 Feb 2009 03:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-564</guid>
		<description>yinglcs -
If you fire up Terminal and run an svn command on your working copy, it will ask you to authenticate and save your authentication. You should be all set after that.
Hope this helps,
Chris</description>
		<content:encoded><![CDATA[<p>yinglcs -<br />
If you fire up Terminal and run an svn command on your working copy, it will ask you to authenticate and save your authentication. You should be all set after that.<br />
Hope this helps,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yinglcs</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-563</link>
		<dc:creator>yinglcs</dc:creator>
		<pubDate>Tue, 03 Feb 2009 18:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-563</guid>
		<description>How can I enter the user name and password for my svn repository?
Thank you.</description>
		<content:encoded><![CDATA[<p>How can I enter the user name and password for my svn repository?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris LoSacco</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-562</link>
		<dc:creator>Chris LoSacco</dc:creator>
		<pubDate>Tue, 02 Dec 2008 14:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-562</guid>
		<description>Kostia -
Things are a bit busy with us right now, but hopefully we can get around to updating the widget to work with svn 1.5.0. There are a few other issues we&#039;d like to fix, too.
Make sure to check back periodically to see if we&#039;ve updated, or grab our RSS feed.
Thanks for the interest,
Chris</description>
		<content:encoded><![CDATA[<p>Kostia -<br />
Things are a bit busy with us right now, but hopefully we can get around to updating the widget to work with svn 1.5.0. There are a few other issues we&#8217;d like to fix, too.<br />
Make sure to check back periodically to see if we&#8217;ve updated, or grab our RSS feed.<br />
Thanks for the interest,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kostia</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-561</link>
		<dc:creator>Kostia</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-561</guid>
		<description>First of all thanks for this widget. I consider it to be one of the most helpful widgets for the Dashboard.
But sadly it stopped working when I updated to SCPlugin with svn 1.5.0
Are you going to fix it?</description>
		<content:encoded><![CDATA[<p>First of all thanks for this widget. I consider it to be one of the most helpful widgets for the Dashboard.<br />
But sadly it stopped working when I updated to SCPlugin with svn 1.5.0<br />
Are you going to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E. Smith</title>
		<link>http://blog.arc90.com/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-560</link>
		<dc:creator>E. Smith</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/04/02/introducing-our-first-apple-dashboard-widget-svn-notifier/#comment-560</guid>
		<description>Thanks for your fast reply, Chris. Yes, I found this. Works nicely for me.</description>
		<content:encoded><![CDATA[<p>Thanks for your fast reply, Chris. Yes, I found this. Works nicely for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

