<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: hgsubversion on windows</title>
	<atom:link href="http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/</link>
	<description>about software</description>
	<lastBuildDate>Wed, 08 Sep 2010 04:17:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: TimeHorse</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3617</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Wed, 08 Sep 2010 04:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3617</guid>
		<description>And here it is:

Add the following to step 3:

If your path contains spaces, don&#039;t worry, the .hgrc can handle that.  Do not enclose your path in quotes; this will cause the module to fail to load.  Just write your path exactly as:

svn=*SomeFantasticFolder*/hgsubversion

The hint should have been that the error message had the path in quotes, when the error generated does not quote the path, however I doubt anyone would notice that subtlely.  Usually paths that contain spaces have to be quoted or escaped, so intuition would suggest quotes are necessary so I believe the instructions should make this point clear.</description>
		<content:encoded><![CDATA[<p>And here it is:</p>
<p>Add the following to step 3:</p>
<p>If your path contains spaces, don&#8217;t worry, the .hgrc can handle that.  Do not enclose your path in quotes; this will cause the module to fail to load.  Just write your path exactly as:</p>
<p>svn=*SomeFantasticFolder*/hgsubversion</p>
<p>The hint should have been that the error message had the path in quotes, when the error generated does not quote the path, however I doubt anyone would notice that subtlely.  Usually paths that contain spaces have to be quoted or escaped, so intuition would suggest quotes are necessary so I believe the instructions should make this point clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimeHorse</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3616</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Wed, 08 Sep 2010 04:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3616</guid>
		<description>Ah, if only.  Well, sir, what I really want is these thing to work out of the box; but in this world, that&#039;s too much to ask.  So I have no choice but to debug my butt off and work on 3 hours sleep because I need this to work.  Hours and hours spent; how do you think that makes me feel, especially to be taunted.  But whatever, when and if I can find a solution I will post it here so that no-one ever again has to suffer like me.</description>
		<content:encoded><![CDATA[<p>Ah, if only.  Well, sir, what I really want is these thing to work out of the box; but in this world, that&#8217;s too much to ask.  So I have no choice but to debug my butt off and work on 3 hours sleep because I need this to work.  Hours and hours spent; how do you think that makes me feel, especially to be taunted.  But whatever, when and if I can find a solution I will post it here so that no-one ever again has to suffer like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Afriza N. Arief</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3615</link>
		<dc:creator>Afriza N. Arief</dc:creator>
		<pubDate>Wed, 08 Sep 2010 03:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3615</guid>
		<description>It seems like you want to hack on mercurial/tortoisehg/hgsubversion.

In that case, please refer to their wiki/mailing lists.</description>
		<content:encoded><![CDATA[<p>It seems like you want to hack on mercurial/tortoisehg/hgsubversion.</p>
<p>In that case, please refer to their wiki/mailing lists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimeHorse</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3614</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Wed, 08 Sep 2010 03:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3614</guid>
		<description>Okay, forget TortiseHg for now; I can confirm it has the python-svn bindings against svn version 1.6.6, a fairly recent revision.  Why, when it tries to initialize HgSubversion it fails to import svn is beyond me.  It should be running in the context of the python shell defined for Mercurial but fails in the way I described.  Seems that only 2 steps are required in theory since you don&#039;t need a stand-alone python any more than you do SVN, but since I&#039;m a python hacker since before 1.5, I like having it around.  I just wish I could start an interpreter in the Hg Context or at least have it print out more well defined debug and traceback messages.</description>
		<content:encoded><![CDATA[<p>Okay, forget TortiseHg for now; I can confirm it has the python-svn bindings against svn version 1.6.6, a fairly recent revision.  Why, when it tries to initialize HgSubversion it fails to import svn is beyond me.  It should be running in the context of the python shell defined for Mercurial but fails in the way I described.  Seems that only 2 steps are required in theory since you don&#8217;t need a stand-alone python any more than you do SVN, but since I&#8217;m a python hacker since before 1.5, I like having it around.  I just wish I could start an interpreter in the Hg Context or at least have it print out more well defined debug and traceback messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimeHorse</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3613</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Wed, 08 Sep 2010 02:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3613</guid>
		<description>Okay, let&#039;s try this; which version of TortiseHg are you guys using?  I installed 1.1.3 (x86); I did not install a command line or any other version and I did manually set the path and this didn&#039;t work.  So, could the issue be that the latest Hg removed the subversion bindings and this is why it works for you guys but not for me?

Also, because I used clone, my HgSubversion is the latest as of 2 days ago (haven&#039;t pulled since download).  Should I revert to an earlier version?</description>
		<content:encoded><![CDATA[<p>Okay, let&#8217;s try this; which version of TortiseHg are you guys using?  I installed 1.1.3 (x86); I did not install a command line or any other version and I did manually set the path and this didn&#8217;t work.  So, could the issue be that the latest Hg removed the subversion bindings and this is why it works for you guys but not for me?</p>
<p>Also, because I used clone, my HgSubversion is the latest as of 2 days ago (haven&#8217;t pulled since download).  Should I revert to an earlier version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Afriza N. Arief</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3612</link>
		<dc:creator>Afriza N. Arief</dc:creator>
		<pubDate>Tue, 07 Sep 2010 10:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3612</guid>
		<description>I mean, the python runtime + svn-library + svn python bindings are already bundled within TortoiseHg installer.

* svn command line interface is not bundled though</description>
		<content:encoded><![CDATA[<p>I mean, the python runtime + svn-library + svn python bindings are already bundled within TortoiseHg installer.</p>
<p>* svn command line interface is not bundled though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Afriza N. Arief</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3611</link>
		<dc:creator>Afriza N. Arief</dc:creator>
		<pubDate>Tue, 07 Sep 2010 10:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3611</guid>
		<description>You _do not_ need python bindings for svn and you _do not_ need svn command line.

They already come within TortoiseHg.

No, I did _not_ download python bindings. I also changed to a new PC recently (the last few months) and I only need TortoiseHg for Windows + hgsubversion clone + do some config.</description>
		<content:encoded><![CDATA[<p>You _do not_ need python bindings for svn and you _do not_ need svn command line.</p>
<p>They already come within TortoiseHg.</p>
<p>No, I did _not_ download python bindings. I also changed to a new PC recently (the last few months) and I only need TortoiseHg for Windows + hgsubversion clone + do some config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szczepiq</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3610</link>
		<dc:creator>szczepiq</dc:creator>
		<pubDate>Tue, 07 Sep 2010 10:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3610</guid>
		<description>I don&#039;t know what the problem is :/ You can get more help on hgsubversion mailing list</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what the problem is :/ You can get more help on hgsubversion mailing list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimeHorse</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3609</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3609</guid>
		<description>Oh, and haven&#039;t already mentioned that you *can&#039;t* install the python bindings in Mercurial *any more* because the Subversion folks have taken down the page where they used to make these available.  You probobaly got those when they were, but now they&#039;re not, namely here:

http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91</description>
		<content:encoded><![CDATA[<p>Oh, and haven&#8217;t already mentioned that you *can&#8217;t* install the python bindings in Mercurial *any more* because the Subversion folks have taken down the page where they used to make these available.  You probobaly got those when they were, but now they&#8217;re not, namely here:</p>
<p><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91" rel="nofollow">http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimeHorse</title>
		<link>http://monkeyisland.pl/2009/11/04/hgsubversion-on-windows/#comment-3608</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://monkeyisland.pl/?p=309#comment-3608</guid>
		<description>I use the root path with the __init__.py module in it; I even forced the path to include TortoiseHg and only TortoiseHG.  I still get that error.  It&#039;s not a case of not following the instructions; this is a fresh PC; only bought it Sunday.  The problem is everyone here has done some implicit step on a mature machine that I have not done because this machine is new.  When Mercurial fires up python to run HgSubversion, it tries to import svn and this fails because it can not find that module.  That is the issue.</description>
		<content:encoded><![CDATA[<p>I use the root path with the __init__.py module in it; I even forced the path to include TortoiseHg and only TortoiseHG.  I still get that error.  It&#8217;s not a case of not following the instructions; this is a fresh PC; only bought it Sunday.  The problem is everyone here has done some implicit step on a mature machine that I have not done because this machine is new.  When Mercurial fires up python to run HgSubversion, it tries to import svn and this fails because it can not find that module.  That is the issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
