<?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: Trac &amp; Git</title>
	<atom:link href="http://changelog.complete.org/archives/694-trac-git/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/694-trac-git</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:48:59 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeroen Knoops</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-4150</link>
		<dc:creator>Jeroen Knoops</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-4150</guid>
		<description>I had this problem on Debian (Lenny) as well.
I also had to manually build it and added

[components]
gitplugin.* = enabled
tracext.git.* = enabled

and had to give www-data write access to the repositories.</description>
		<content:encoded><![CDATA[<p>I had this problem on Debian (Lenny) as well.<br />
I also had to manually build it and added</p>
<p>[components]<br />
gitplugin.* = enabled<br />
tracext.git.* = enabled</p>
<p>and had to give www-data write access to the repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tdwebste</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-3147</link>
		<dc:creator>tdwebste</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-3147</guid>
		<description>Using trac, git plugin, gitosis is quite easy. The problem is it only supports one repository.

I use debian, which correctly installs gitosis
read the  example.conf

but debian&#039;s trac git plugin was broken, build your own

trac
/conf/trac.ini
[trac]
repository_dir = /srv/gitosis/repositories/genist.git
repository_type = git

[git]
cached_repository = true
shortrev_len = 7
persistent_cache = true
git_bin = /usr/bin/git
 
ping if you need help</description>
		<content:encoded><![CDATA[<p>Using trac, git plugin, gitosis is quite easy. The problem is it only supports one repository.</p>
<p>I use debian, which correctly installs gitosis<br />
read the  example.conf</p>
<p>but debian&#8217;s trac git plugin was broken, build your own</p>
<p>trac<br />
/conf/trac.ini<br />
[trac]<br />
repository_dir = /srv/gitosis/repositories/genist.git<br />
repository_type = git</p>
<p>[git]<br />
cached_repository = true<br />
shortrev_len = 7<br />
persistent_cache = true<br />
git_bin = /usr/bin/git</p>
<p>ping if you need help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol Hatwar</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-3114</link>
		<dc:creator>Amol Hatwar</dc:creator>
		<pubDate>Fri, 23 Jan 2009 02:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-3114</guid>
		<description>Just getting trac and git to work together has caused nightmares for my team, the development version especially. I am surprised to hear praises.

On the other hand, it will be great if you could publish the ingredients of your trac+git magic sauce. (My team also hates SVN).</description>
		<content:encoded><![CDATA[<p>Just getting trac and git to work together has caused nightmares for my team, the development version especially. I am surprised to hear praises.</p>
<p>On the other hand, it will be great if you could publish the ingredients of your trac+git magic sauce. (My team also hates SVN).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SIlas Sewell</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-3007</link>
		<dc:creator>SIlas Sewell</dc:creator>
		<pubDate>Thu, 25 Dec 2008 05:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-3007</guid>
		<description>Lighttpd now uses Redmine.

http://redmine.lighttpd.net/</description>
		<content:encoded><![CDATA[<p>Lighttpd now uses Redmine.</p>
<p><a href="http://redmine.lighttpd.net/" rel="nofollow">http://redmine.lighttpd.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yohoho</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2121</link>
		<dc:creator>yohoho</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2121</guid>
		<description>About having to check multiple RSS feeds, why not just setup a planet that compiles them for you and then check that planet?

trac  has really flexible authentication: it relies on the web server&#039;s authentication policies.
So if you&#039;ve configured apache reasonably, you should be able to have one login that would get you at all the different trac instances.

For interlinking between trac instances, there&#039;s a simple InterTrac
wiki link syntax

Integration isn&#039;t so great, its true (for example how do you pull ticket reporting pages together so you can see a list of your highest-priority tickets, regardless of project)</description>
		<content:encoded><![CDATA[<p>About having to check multiple RSS feeds, why not just setup a planet that compiles them for you and then check that planet?</p>
<p>trac  has really flexible authentication: it relies on the web server&#8217;s authentication policies.<br />
So if you&#8217;ve configured apache reasonably, you should be able to have one login that would get you at all the different trac instances.</p>
<p>For interlinking between trac instances, there&#8217;s a simple InterTrac<br />
wiki link syntax</p>
<p>Integration isn&#8217;t so great, its true (for example how do you pull ticket reporting pages together so you can see a list of your highest-priority tickets, regardless of project)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2104</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 26 Mar 2008 12:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2104</guid>
		<description>I&#039;m another happy drproject converted (from trac), and considering a Mercurial backend</description>
		<content:encoded><![CDATA[<p>I&#8217;m another happy drproject converted (from trac), and considering a Mercurial backend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Changelog</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2030</link>
		<dc:creator>The Changelog</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2030</guid>
		<description>A few days ago, I discussed Trac and Redmine.  Redmine is a project management tool, similar to Trac, with built-in download tools, bug tracking, etc.

Redmine has a lot of nice features.  Chief among them is better integration between multiple projects</description>
		<content:encoded><![CDATA[<p>A few days ago, I discussed Trac and Redmine.  Redmine is a project management tool, similar to Trac, with built-in download tools, bug tracking, etc.</p>
<p>Redmine has a lot of nice features.  Chief among them is better integration between multiple projects</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2029</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Sat, 01 Mar 2008 16:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2029</guid>
		<description>Well, that gets unwieldy for a few reasons.  One is that each project has its own repo, which Trac doesn&#039;t necessarily grok.  Another is that the file downloads area would be a mess.  Finally, the wiki pages could clash, etc.

Also it would not be possible to authorize someone to one project but not another.</description>
		<content:encoded><![CDATA[<p>Well, that gets unwieldy for a few reasons.  One is that each project has its own repo, which Trac doesn&#8217;t necessarily grok.  Another is that the file downloads area would be a mess.  Finally, the wiki pages could clash, etc.</p>
<p>Also it would not be possible to authorize someone to one project but not another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vespe Savikko</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2028</link>
		<dc:creator>Vespe Savikko</dc:creator>
		<pubDate>Sat, 01 Mar 2008 14:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2028</guid>
		<description>Have you considered just incorporating all your projects into one Trac project? Then the former projects could be just components under the big umbrella project.  Naturally, there could be some showstoppers that I am not aware of.</description>
		<content:encoded><![CDATA[<p>Have you considered just incorporating all your projects into one Trac project? Then the former projects could be just components under the big umbrella project.  Naturally, there could be some showstoppers that I am not aware of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thekaos</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2026</link>
		<dc:creator>thekaos</dc:creator>
		<pubDate>Sat, 01 Mar 2008 06:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2026</guid>
		<description>Ok, you seen to have small repositories. My trac is over the full gcc git repository, and is frankly unusable, we had to disable trac&#039;s browser.

However having a small repository does just makes the load manageable, but your apache will use lots of cpu compared to svn.

GitPlugin people are well aware of the issue, which is a design defect, but it will take a lot to be fixed.</description>
		<content:encoded><![CDATA[<p>Ok, you seen to have small repositories. My trac is over the full gcc git repository, and is frankly unusable, we had to disable trac&#8217;s browser.</p>
<p>However having a small repository does just makes the load manageable, but your apache will use lots of cpu compared to svn.</p>
<p>GitPlugin people are well aware of the issue, which is a design defect, but it will take a lot to be fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
