<?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"
	>
<channel>
	<title>Comments on: Extremely noddy TortoiseSVN for the Gnome desktop</title>
	<atom:link href="http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Fri, 29 Aug 2008 19:49:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Moving to Freedom: NautilusSvn and New Emblems</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-99777</link>
		<dc:creator>Moving to Freedom: NautilusSvn and New Emblems</dc:creator>
		<pubDate>Wed, 07 Nov 2007 02:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-99777</guid>
		<description>[...] I originally found Jason&#8217;s page via Stuart Langridge&#8217;s: Extremely noddy TortoiseSVN for the Gnome desktop [...]</description>
		<content:encoded><![CDATA[<p>[...] I originally found Jason&#8217;s page via Stuart Langridge&#8217;s: Extremely noddy TortoiseSVN for the Gnome desktop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A TortoiseSVN replacement for Ubuntu &#171; SOS</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-99686</link>
		<dc:creator>A TortoiseSVN replacement for Ubuntu &#171; SOS</dc:creator>
		<pubDate>Thu, 04 Oct 2007 16:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-99686</guid>
		<description>[...] See http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop for details on this. Share this post:digg it&#124;kick it&#124;Email it&#124;bookmark it&#124;reddit&#124;liveIt [...]</description>
		<content:encoded><![CDATA[<p>[...] See <a href="http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop" rel="nofollow">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop</a> for details on this. Share this post:digg it|kick it|Email it|bookmark it|reddit|liveIt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Field</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-46217</link>
		<dc:creator>Jason Field</dc:creator>
		<pubDate>Sun, 07 Jan 2007 23:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-46217</guid>
		<description>Hi Aq,

I finally got round to polishing up my code for a more complete Nautilus SVN integration ,and have packaged it up on my site (http://jasonfield.com/freebies/).

It adds a load a of menu items to do common useful things like check in/out, diff, log etc., and also now updates the menu items correctly as their state changes over time. I'd have never got round to it if I hadn't seen this post, so thanks for the original script! :)

Cheers,

Jason</description>
		<content:encoded><![CDATA[<p>Hi Aq,</p>
<p>I finally got round to polishing up my code for a more complete Nautilus SVN integration ,and have packaged it up on my site (http://jasonfield.com/freebies/).</p>
<p>It adds a load a of menu items to do common useful things like check in/out, diff, log etc., and also now updates the menu items correctly as their state changes over time. I&#8217;d have never got round to it if I hadn&#8217;t seen this post, so thanks for the original script! :)</p>
<p>Cheers,</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18662</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Fri, 29 Sep 2006 06:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18662</guid>
		<description>I already posted that (September 28th, 8:40am):

sudo ln -s /usr/lib/libpython2.4.so.1 /usr/lib/libpython2.4.so

I found out by looking a bit harder at the error message, part of it read:

Nautilus-Python-WARNING **: g_module_open libpython failed: libpython2.4.so: cannot open shared object file: No such file or directory

Like I said: "He, who can read..." :)

I think I'm going to edit the icons, though. I find it kind of hard to make out differences or recognize, which icon is for which status.

Volker</description>
		<content:encoded><![CDATA[<p>I already posted that (September 28th, 8:40am):</p>
<p>sudo ln -s /usr/lib/libpython2.4.so.1 /usr/lib/libpython2.4.so</p>
<p>I found out by looking a bit harder at the error message, part of it read:</p>
<p>Nautilus-Python-WARNING **: g_module_open libpython failed: libpython2.4.so: cannot open shared object file: No such file or directory</p>
<p>Like I said: &#8220;He, who can read&#8230;&#8221; :)</p>
<p>I think I&#8217;m going to edit the icons, though. I find it kind of hard to make out differences or recognize, which icon is for which status.</p>
<p>Volker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18552</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 28 Sep 2006 08:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18552</guid>
		<description>volker: what was the missing link? It could do with being listed here so other people can make it work :)</description>
		<content:encoded><![CDATA[<p>volker: what was the missing link? It could do with being listed here so other people can make it work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18551</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18551</guid>
		<description>Sweet dancing Jehova! I DID IT!!!

There was no use to rename the icons in your script after all!

Seems like there was only one missing symbolic link.

Thanks for your patience and all your help. Gotta go back to work now! ;)</description>
		<content:encoded><![CDATA[<p>Sweet dancing Jehova! I DID IT!!!</p>
<p>There was no use to rename the icons in your script after all!</p>
<p>Seems like there was only one missing symbolic link.</p>
<p>Thanks for your patience and all your help. Gotta go back to work now! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18550</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18550</guid>
		<description>I just managed to get the digest-property-page.py script to run. I first didn't noticed, but it added another tab to the "property" dialogue of a file. He who can read is clearly in advance. ;)

Still no icons, but getting closer, I guess.</description>
		<content:encoded><![CDATA[<p>I just managed to get the digest-property-page.py script to run. I first didn&#8217;t noticed, but it added another tab to the &#8220;property&#8221; dialogue of a file. He who can read is clearly in advance. ;)</p>
<p>Still no icons, but getting closer, I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18549</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18549</guid>
		<description>I managed to get rid of the python-related error messages when starting nautilus with the TMPDIR directive by adding a symbolic link (sudo ln -s /usr/lib/libpython2.4.so.1 /usr/lib/libpython2.4.so), but with the German Umlaute (ä, ü) in the emblem-titles the script failed again. I tried the thing with "emblem-cvs-controlled" (the filenames of the icons in /usr/share/icons/gnome/48x48/emblems/) but no luck with that either. But I think it was a step in the right direction.</description>
		<content:encoded><![CDATA[<p>I managed to get rid of the python-related error messages when starting nautilus with the TMPDIR directive by adding a symbolic link (sudo ln -s /usr/lib/libpython2.4.so.1 /usr/lib/libpython2.4.so), but with the German Umlaute (ä, ü) in the emblem-titles the script failed again. I tried the thing with &#8220;emblem-cvs-controlled&#8221; (the filenames of the icons in /usr/share/icons/gnome/48&#215;48/emblems/) but no luck with that either. But I think it was a step in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18547</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18547</guid>
		<description>The TMPDIR problem will be solved by a reboot, because then your main "system" Nautilus will be using the extension (rather than you running a separate Nautilus that has the extension and your main system one not having it). However, that means rebooting to test stuff, which is really annoying.

http://www.gnome.org/~gjc/digest-property-page.py is a simple Nautilus extension; give that a try?</description>
		<content:encoded><![CDATA[<p>The TMPDIR problem will be solved by a reboot, because then your main &#8220;system&#8221; Nautilus will be using the extension (rather than you running a separate Nautilus that has the extension and your main system one not having it). However, that means rebooting to test stuff, which is really annoying.</p>
<p><a href="http://www.gnome.org/~gjc/digest-property-page.py" rel="nofollow">http://www.gnome.org/~gjc/digest-property-page.py</a> is a simple Nautilus extension; give that a try?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18546</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/09/12/extremely-noddy-tortoisesvn-for-the-gnome-desktop#comment-18546</guid>
		<description>I can't get any information in German help forums about "python extensions", seems like nobody ever uses that. Also it's like there is no one in need of a Tortoise-like interface to Subversion, guess they all use rapidSVN or some other client. Bummer.

Anywho, I tried to get another python extension, but I can't find any. The only one I did find was a smbmount script, but guess what? It doesn't want to work. Maybe that is because of me not using it correctly (like I said, there was no folder "python-extensions" after the installation of python-subversion and so on). I'm using Dapper 6.06.01 with all updates.

And for the TMPDIR story: Wouldn't that be solved by a reboot? I mean if it doesn't work right away at least a reboot should do the trick, right?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get any information in German help forums about &#8220;python extensions&#8221;, seems like nobody ever uses that. Also it&#8217;s like there is no one in need of a Tortoise-like interface to Subversion, guess they all use rapidSVN or some other client. Bummer.</p>
<p>Anywho, I tried to get another python extension, but I can&#8217;t find any. The only one I did find was a smbmount script, but guess what? It doesn&#8217;t want to work. Maybe that is because of me not using it correctly (like I said, there was no folder &#8220;python-extensions&#8221; after the installation of python-subversion and so on). I&#8217;m using Dapper 6.06.01 with all updates.</p>
<p>And for the TMPDIR story: Wouldn&#8217;t that be solved by a reboot? I mean if it doesn&#8217;t work right away at least a reboot should do the trick, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
