<?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: Installing the CVS bundle for TextMate for Mac OSX</title>
	<atom:link href="http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Fri, 13 Aug 2010 04:08:44 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ack in Project Textmate bundle fails with Ruby 1.9 &#171; Keep Calm And Carry On</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-3439</link>
		<dc:creator>Ack in Project Textmate bundle fails with Ruby 1.9 &#171; Keep Calm And Carry On</dc:creator>
		<pubDate>Fri, 02 Apr 2010 15:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-3439</guid>
		<description>[...] Ack in Project Textmate bundle fails with Ruby&#160;1.9   By kappaprime Leave a&#160;Comment   Categories: Uncategorized       Textmate is great but Find in Project is slow as molasses, so everybody&#8217;s using Ack in Project bundle. The problem is it doesn&#8217;t work with Ruby 1.9 (fails with to_plist ArgumentError) and the problem is Textmate, which provides plist.c that is incompatible with Ruby 1.9. The solution:  # Updating osx-plist for Ruby 1.9 compatibility $&gt; git clone git://github.com/kballard/osx-plist.git $&gt; cd osx-plist/ext/plist $&gt; ruby extconf.rb &amp;&amp; make $&gt; cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/  The credit for the finding the solution goes to James. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ack in Project Textmate bundle fails with Ruby&nbsp;1.9   By kappaprime Leave a&nbsp;Comment   Categories: Uncategorized       Textmate is great but Find in Project is slow as molasses, so everybody&#8217;s using Ack in Project bundle. The problem is it doesn&#8217;t work with Ruby 1.9 (fails with to_plist ArgumentError) and the problem is Textmate, which provides plist.c that is incompatible with Ruby 1.9. The solution:  # Updating osx-plist for Ruby 1.9 compatibility $&gt; git clone git://github.com/kballard/osx-plist.git $&gt; cd osx-plist/ext/plist $&gt; ruby extconf.rb &amp;&amp; make $&gt; cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/  The credit for the finding the solution goes to James. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evgeny</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-3067</link>
		<dc:creator>evgeny</dc:creator>
		<pubDate>Sun, 28 Mar 2010 16:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-3067</guid>
		<description>Thanks, James! It make Ack in Textmate bundle work (it was complaining about to_plist too).</description>
		<content:encoded><![CDATA[<p>Thanks, James! It make Ack in Textmate bundle work (it was complaining about to_plist too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-39</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 01 Sep 2009 01:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-39</guid>
		<description>My to_plist problems are related to an incompatibility between the TextMate OS X plist bundle and Ruby 1.9. Here is the fix I have used to solve the problem:

# Updating osx-plist for Ruby 1.9 compatibility
$&gt; git clone git://github.com/kballard/osx-plist.git
$&gt; cd osx-plist/ext/plist
$&gt; ruby extconf.rb &amp;&amp; make
$&gt; cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/</description>
		<content:encoded><![CDATA[<p>My to_plist problems are related to an incompatibility between the TextMate OS X plist bundle and Ruby 1.9. Here is the fix I have used to solve the problem:</p>
<p># Updating osx-plist for Ruby 1.9 compatibility<br />
$&gt; git clone git://github.com/kballard/osx-plist.git<br />
$&gt; cd osx-plist/ext/plist<br />
$&gt; ruby extconf.rb &amp;&amp; make<br />
$&gt; cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-38</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 30 Jul 2009 23:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-38</guid>
		<description>Hello Steve,

I&#039;m having the same to_plist related ArgumentError error come up when I try to use the Subversion bundle in conjunction with Ruby 1.9 (it works fine with 1.8).

Apparently the to_plist() method is defined via TextMate&#039;s plist.c (http://svn.textmate.org/trunk/Tools/plist/plist.c). My hunch is that the plist.c file will need to be updated to be compatible with Ruby 1.9.

The community behind the E Text Editor (Windows based TextMate port) have gotten around the problem of plist.c being OS X native by replacing it with a Ruby class (plist.rb), but the info I have on that is pretty old (http://www.e-texteditor.com/forum/viewtopic.php?t=524&amp;sid=79b16cca4164373c44d48aa56682bdd4). Maybe the plist.rb class is more compatible with Ruby 1.9 than plist.c is, but I haven&#039;t tried this yet.</description>
		<content:encoded><![CDATA[<p>Hello Steve,</p>
<p>I&#8217;m having the same to_plist related ArgumentError error come up when I try to use the Subversion bundle in conjunction with Ruby 1.9 (it works fine with 1.8).</p>
<p>Apparently the to_plist() method is defined via TextMate&#8217;s plist.c (<a href="http://svn.textmate.org/trunk/Tools/plist/plist.c" rel="nofollow">http://svn.textmate.org/trunk/Tools/plist/plist.c</a>). My hunch is that the plist.c file will need to be updated to be compatible with Ruby 1.9.</p>
<p>The community behind the E Text Editor (Windows based TextMate port) have gotten around the problem of plist.c being OS X native by replacing it with a Ruby class (plist.rb), but the info I have on that is pretty old (<a href="http://www.e-texteditor.com/forum/viewtopic.php?t=524&amp;sid=79b16cca4164373c44d48aa56682bdd4" rel="nofollow">http://www.e-texteditor.com/forum/viewtopic.php?t=524&amp;sid=79b16cca4164373c44d48aa56682bdd4</a>). Maybe the plist.rb class is more compatible with Ruby 1.9 than plist.c is, but I haven&#8217;t tried this yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Trutane</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-37</link>
		<dc:creator>Steve Trutane</dc:creator>
		<pubDate>Wed, 22 Jul 2009 00:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-37</guid>
		<description>The SVN repository has since been moved. Here&#039;s the correct SVN checkout command:

svn co http://svn.textmate.org/trunk/Bundles/CVS.tmbundle

Or, if you want to use git:

git clone git://github.com/textmate/cvs.tmbundle.git CVS.tmbundle

BTW, most of the CVS commands are not working in TextMate (v1.5.8).  The History -&gt; Log and Revert commands worked, but others fail with errors like this (from a diff attempt):

TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:310:in `to_plist&#039;: An object in the argument tree could not be converted (ArgumentError)

or this (from a commit attempt):

TextMate.app/Contents/SharedSupport/Support/lib/Builder.rb:212:in `eval&#039;: wrong argument type Proc (expected Binding) (TypeError)

Each failed command leaves an untitled window in its wake. Anyone else see these errors? Does anyone use CVS anymore?  (raising hand,  looking around hopefully...)</description>
		<content:encoded><![CDATA[<p>The SVN repository has since been moved. Here&#8217;s the correct SVN checkout command:</p>
<p>svn co <a href="http://svn.textmate.org/trunk/Bundles/CVS.tmbundle" rel="nofollow">http://svn.textmate.org/trunk/Bundles/CVS.tmbundle</a></p>
<p>Or, if you want to use git:</p>
<p>git clone git://github.com/textmate/cvs.tmbundle.git CVS.tmbundle</p>
<p>BTW, most of the CVS commands are not working in TextMate (v1.5.8).  The History -&gt; Log and Revert commands worked, but others fail with errors like this (from a diff attempt):</p>
<p>TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:310:in `to_plist&#8217;: An object in the argument tree could not be converted (ArgumentError)</p>
<p>or this (from a commit attempt):</p>
<p>TextMate.app/Contents/SharedSupport/Support/lib/Builder.rb:212:in `eval&#8217;: wrong argument type Proc (expected Binding) (TypeError)</p>
<p>Each failed command leaves an untitled window in its wake. Anyone else see these errors? Does anyone use CVS anymore?  (raising hand,  looking around hopefully&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-36</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 29 Mar 2008 06:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-36</guid>
		<description>No probs, here is another bundle for my own reference (again) if you find yourself stuck writing VB(script) as is the case for me and QTP... yuk :)
&lt;code&gt;
/usr/local/bin/svn co http://macromates.com/svn/Bundles/trunk/Bundles/ASP_vb_NET.tmbundle
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>No probs, here is another bundle for my own reference (again) if you find yourself stuck writing VB(script) as is the case for me and QTP&#8230; yuk <img src='http://altentee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><br />
/usr/local/bin/svn co <a href="http://macromates.com/svn/Bundles/trunk/Bundles/ASP_vb_NET.tmbundle" rel="nofollow">http://macromates.com/svn/Bundles/trunk/Bundles/ASP_vb_NET.tmbundle</a><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tara</title>
		<link>http://altentee.com/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/comment-page-1/#comment-35</link>
		<dc:creator>Tara</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/installing-the-cvs-bundle-for-textmate-for-mac-osx/#comment-35</guid>
		<description>Thanks for this - saved me trial and error!</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; saved me trial and error!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
