<?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: trac installation woes</title>
	<atom:link href="http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 17:41:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: oli</title>
		<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-194</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Tue, 12 Sep 2006 14:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-194</guid>
		<description>Hey Tim!

to fix the problem, I ended up installing subversion 1.2.3 and swig 1.2.5
Everything worked fine afterwards. Geez, although the documentation is there, its spread out all over the net.

Thanks for the heads up!</description>
		<content:encoded><![CDATA[<p>Hey Tim!</p>
<p>to fix the problem, I ended up installing subversion 1.2.3 and swig 1.2.5<br />
Everything worked fine afterwards. Geez, although the documentation is there, its spread out all over the net.</p>
<p>Thanks for the heads up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsmith</title>
		<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-191</link>
		<dc:creator>tsmith</dc:creator>
		<pubDate>Mon, 11 Sep 2006 06:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-191</guid>
		<description>Hi Olivier,

The "Indexing repository" message is printed right before the very last step in the environment setup process - creating wiki index pages for your (already existant) subversion repository.

The fact that this is failing means one of two things:

1) Your subversion directory is not a valid subversion repository (that is, it either doesn't exist yet or is simply emtpy), or
2) Your SWIG bindings aren't playing well with your subversion installation.

See http://trac.edgewall.org/wiki/TracSubversion for more info. Instructions on that page say "Do not install swig 1.3.28 or 1.3.29. Version 1.3.27 seems to works fine." You may want to regress to 1.3.27 (or 1.3.28, since later on in the page it says "Trac and Subversion 1.3.2 - This version adds support for SWIG 1.3.28").

Cheers,
Tim</description>
		<content:encoded><![CDATA[<p>Hi Olivier,</p>
<p>The &#8220;Indexing repository&#8221; message is printed right before the very last step in the environment setup process - creating wiki index pages for your (already existant) subversion repository.</p>
<p>The fact that this is failing means one of two things:</p>
<p>1) Your subversion directory is not a valid subversion repository (that is, it either doesn&#8217;t exist yet or is simply emtpy), or<br />
2) Your SWIG bindings aren&#8217;t playing well with your subversion installation.</p>
<p>See <a href="http://trac.edgewall.org/wiki/TracSubversion" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/trac.edgewall.org');">http://trac.edgewall.org/wiki/TracSubversion</a> for more info. Instructions on that page say &#8220;Do not install swig 1.3.28 or 1.3.29. Version 1.3.27 seems to works fine.&#8221; You may want to regress to 1.3.27 (or 1.3.28, since later on in the page it says &#8220;Trac and Subversion 1.3.2 - This version adds support for SWIG 1.3.28&#8243;).</p>
<p>Cheers,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aadil</title>
		<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-144</link>
		<dc:creator>aadil</dc:creator>
		<pubDate>Sun, 03 Sep 2006 12:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-144</guid>
		<description>What kind of web host is that? No package utilities? Oo

According to DAG repositories, Trac is available as an RPM file (see http://dag.wieers.com/packages/trac/).</description>
		<content:encoded><![CDATA[<p>What kind of web host is that? No package utilities? Oo</p>
<p>According to DAG repositories, Trac is available as an RPM file (see <a href="http://dag.wieers.com/packages/trac/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/dag.wieers.com');">http://dag.wieers.com/packages/trac/</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-142</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Sat, 02 Sep 2006 21:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-142</guid>
		<description>Yeah, unfortunately aadil, even if I'd love to have trac as a package, there is none that i can use. trac is in fact available as a debian package, but the web host i'm using does not have the apt, dpkg or rpm utilities available. Even if they did, I don't have root access... so everything needs to be installed in my home directory, and from scratch as well!</description>
		<content:encoded><![CDATA[<p>Yeah, unfortunately aadil, even if I&#8217;d love to have trac as a package, there is none that i can use. trac is in fact available as a debian package, but the web host i&#8217;m using does not have the apt, dpkg or rpm utilities available. Even if they did, I don&#8217;t have root access&#8230; so everything needs to be installed in my home directory, and from scratch as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-140</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 01 Sep 2006 19:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-140</guid>
		<description>hey Oliver yeah I know how's work is important : as can be shown by that nice listing of code above ahhhhhhhhhh but you're the lucky winner of some tagging game : &lt;a href="http://blogosquare.blog.mu/2006/09/01/what-ive-been-tagged/" rel="nofollow"&gt;I've tagged you for the 6Tagger Game&lt;/a&gt;, wanna come and play with your ABOUT ME and leave some codes of you behind? ;) ;) hey I think for those that don't respect the contract there's some hohhhhh dangerous things(&lt;a href="http://angele-w.blogspot.com/" rel="nofollow"&gt;Angele knows about it&lt;/a&gt;) that might break into your code</description>
		<content:encoded><![CDATA[<p>hey Oliver yeah I know how&#8217;s work is important : as can be shown by that nice listing of code above ahhhhhhhhhh but you&#8217;re the lucky winner of some tagging game : <a href="http://blogosquare.blog.mu/2006/09/01/what-ive-been-tagged/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/blogosquare.blog.mu');">I&#8217;ve tagged you for the 6Tagger Game</a>, wanna come and play with your ABOUT ME and leave some codes of you behind? <img src='http://www.oliyiptong.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ;) hey I think for those that don&#8217;t respect the contract there&#8217;s some hohhhhh dangerous things(<a href="http://angele-w.blogspot.com/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/angele-w.blogspot.com');">Angele knows about it</a>) that might break into your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aadil</title>
		<link>http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-138</link>
		<dc:creator>aadil</dc:creator>
		<pubDate>Fri, 01 Sep 2006 10:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliyiptong.com/blog/2006/08/31/trac-installation-woes/#comment-138</guid>
		<description>Compiling from scratch?  Weren't there packages available for the system?  I rarely compile on Linux these days, only on NetBSD do I ./configure, make and make install. :)</description>
		<content:encoded><![CDATA[<p>Compiling from scratch?  Weren&#8217;t there packages available for the system?  I rarely compile on Linux these days, only on NetBSD do I ./configure, make and make install. <img src='http://www.oliyiptong.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.712 seconds -->
<!-- Cached page served by WP-Cache -->
