<?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>Tue, 14 May 2013 02:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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>
	<item>
		<title>By: John Edgar Varesel</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2025</link>
		<dc:creator>John Edgar Varesel</dc:creator>
		<pubDate>Sat, 01 Mar 2008 04:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2025</guid>
		<description><![CDATA[You may want to try Launchpad.]]></description>
		<content:encoded><![CDATA[<p>You may want to try Launchpad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikki</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2022</link>
		<dc:creator>Nikki</dc:creator>
		<pubDate>Fri, 29 Feb 2008 18:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2022</guid>
		<description><![CDATA[I&#039;m using redmine for my personal projects, it does the job, and it does it well.

As for sites using redmine - redmine&#039;s own site is all on redmine, so you were using it when you were checking their site.

The mercurial integration very well done - its the DVCS I use - and makes things really easy.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using redmine for my personal projects, it does the job, and it does it well.</p>
<p>As for sites using redmine &#8211; redmine&#8217;s own site is all on redmine, so you were using it when you were checking their site.</p>
<p>The mercurial integration very well done &#8211; its the DVCS I use &#8211; and makes things really easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl nygard</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2021</link>
		<dc:creator>carl nygard</dc:creator>
		<pubDate>Fri, 29 Feb 2008 15:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2021</guid>
		<description><![CDATA[we use this at work to integrate bug tracking with the wiki and with the commit logs.  Works reasonably nice.  We&#039;ve also patched insurrection to do the same as ViewVC, so I&#039;m sure you can apply the concepts to roll your own quite quickly.

http://oss.segetech.com/bugzilla-svn-wiki.html]]></description>
		<content:encoded><![CDATA[<p>we use this at work to integrate bug tracking with the wiki and with the commit logs.  Works reasonably nice.  We&#8217;ve also patched insurrection to do the same as ViewVC, so I&#8217;m sure you can apply the concepts to roll your own quite quickly.</p>
<p><a href="http://oss.segetech.com/bugzilla-svn-wiki.html" rel="nofollow">http://oss.segetech.com/bugzilla-svn-wiki.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2020</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Fri, 29 Feb 2008 14:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2020</guid>
		<description><![CDATA[Well, yes I am aware of the &quot;coming soon&quot; noises.  But as far as I can tell, it&#039;s still vaporware.

That particular page is actually different from what I&#039;m talking about.  On that page, there is support for more than one repo per project.  What I want is a way to see bugs that are set up across all projects.]]></description>
		<content:encoded><![CDATA[<p>Well, yes I am aware of the &#8220;coming soon&#8221; noises.  But as far as I can tell, it&#8217;s still vaporware.</p>
<p>That particular page is actually different from what I&#8217;m talking about.  On that page, there is support for more than one repo per project.  What I want is a way to see bugs that are set up across all projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2019</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Fri, 29 Feb 2008 14:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2019</guid>
		<description><![CDATA[I&#039;m trying it out right now with the GitPlugin, and so far it is working quite well.  I haven&#039;t done anything too stressful on it yet though.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m trying it out right now with the GitPlugin, and so far it is working quite well.  I haven&#8217;t done anything too stressful on it yet though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob Petsovits</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2018</link>
		<dc:creator>Jakob Petsovits</dc:creator>
		<pubDate>Fri, 29 Feb 2008 09:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2018</guid>
		<description><![CDATA[Drupal [1] with a set of extension modules is maybe something to consider. Or not... depends, plus I&#039;m biased because I&#039;m currently working on Drupal&#039;s VCS integration.

Last Summer of Code, I wrote the Version Control API [2] for Drupal, enabling multiple repositories in multiple version control systems to go together on one site. What it currently does is providing commit logs (including RSS, of course), optionally including links to the affected project (when integrated with the Project module [3], which provides the issue tracker) and links to diffs and file contents (which needs to be on an external web app, like gitweb).

Advantages:
- Drupal is like lego: you can include wiki functionality, issue tracking, download areas, forums, ...whatever you can think of, and combine it to your likings. If you like things being modular instead of the fixed-predefined-functionality approach, Drupal is for you.
- The Project module and Version Control API are getting quite a bit of traction at the moment, healthy community, and stuff. And of course Drupal is one of the premier flagship web frameworks overall.
- VCS backends for Git, Mercurial, Subversion and CVS currently exist. I guess a Bazaar backend will only be a matter of time.

Disadvantages:
- Version Control API is still a bit in flux, and the Git backend is also rather new (like, a month old - a GHOP task). One or two upgrades might not go completely automatic yet.
- Some features like a repository viewer, diffs, or closing an issue automatically with commit messages are not yet implemented. Likewise, only CVS can do automated management and synchronization of your Drupal user with your VCS account currently.
- No detailed view access permission system yet, it&#039;s all or nothing atm.

For more information on the version control related stuff that I did, you can have a look at http://groups.drupal.org/taxonomy/term/2408 - more general project management group discussions can be found at http://groups.drupal.org/issue-tracking-and-software-releases

Have a look, and see if you like it :)

[1] http://drupal.org/drupal-6.0
[2] http://drupal.org/project/versioncontrol
[3] http://drupal.org/project/project]]></description>
		<content:encoded><![CDATA[<p>Drupal [1] with a set of extension modules is maybe something to consider. Or not&#8230; depends, plus I&#8217;m biased because I&#8217;m currently working on Drupal&#8217;s VCS integration.</p>
<p>Last Summer of Code, I wrote the Version Control API [2] for Drupal, enabling multiple repositories in multiple version control systems to go together on one site. What it currently does is providing commit logs (including RSS, of course), optionally including links to the affected project (when integrated with the Project module [3], which provides the issue tracker) and links to diffs and file contents (which needs to be on an external web app, like gitweb).</p>
<p>Advantages:<br />
- Drupal is like lego: you can include wiki functionality, issue tracking, download areas, forums, &#8230;whatever you can think of, and combine it to your likings. If you like things being modular instead of the fixed-predefined-functionality approach, Drupal is for you.<br />
- The Project module and Version Control API are getting quite a bit of traction at the moment, healthy community, and stuff. And of course Drupal is one of the premier flagship web frameworks overall.<br />
- VCS backends for Git, Mercurial, Subversion and CVS currently exist. I guess a Bazaar backend will only be a matter of time.</p>
<p>Disadvantages:<br />
- Version Control API is still a bit in flux, and the Git backend is also rather new (like, a month old &#8211; a GHOP task). One or two upgrades might not go completely automatic yet.<br />
- Some features like a repository viewer, diffs, or closing an issue automatically with commit messages are not yet implemented. Likewise, only CVS can do automated management and synchronization of your Drupal user with your VCS account currently.<br />
- No detailed view access permission system yet, it&#8217;s all or nothing atm.</p>
<p>For more information on the version control related stuff that I did, you can have a look at <a href="http://groups.drupal.org/taxonomy/term/2408" rel="nofollow">http://groups.drupal.org/taxonomy/term/2408</a> &#8211; more general project management group discussions can be found at <a href="http://groups.drupal.org/issue-tracking-and-software-releases" rel="nofollow">http://groups.drupal.org/issue-tracking-and-software-releases</a></p>
<p>Have a look, and see if you like it :)</p>
<p>[1] <a href="http://drupal.org/drupal-6.0" rel="nofollow">http://drupal.org/drupal-6.0</a><br />
[2] <a href="http://drupal.org/project/versioncontrol" rel="nofollow">http://drupal.org/project/versioncontrol</a><br />
[3] <a href="http://drupal.org/project/project" rel="nofollow">http://drupal.org/project/project</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloeki</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2017</link>
		<dc:creator>Lloeki</dc:creator>
		<pubDate>Fri, 29 Feb 2008 08:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2017</guid>
		<description><![CDATA[maybe flyspray? (sample at bugs.archlinux.org)]]></description>
		<content:encoded><![CDATA[<p>maybe flyspray? (sample at bugs.archlinux.org)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Hudec</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2016</link>
		<dc:creator>Jan Hudec</dc:creator>
		<pubDate>Fri, 29 Feb 2008 07:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2016</guid>
		<description><![CDATA[Ah, those Ruby people, who seemingly never heard of Freshmeat. No wonder noone uses Redmine -- potential users rarely look for general applications at rubyforge.

Besides they made very bad first impression to me by being translated (I have Accept-Language: cs, en), but failing to do it properly. They get plural forms wrong (Czech has plural=(n == 1) ? 0 : (n &gt;= 2 &amp;&amp; n &lt;= 4) ? 1 : 2) and many translations simply don&#039;t fit in the context (either by gramatical form or even using wrong synonym).

Ok, that&#039;s not the most important feature, right. However, it does not seem to support ticket dependencies and subtickets, which is biggest limitation of Trac we hit at dayjob. 

Besides for opensource projects I really hate systems that require me to register to report a bug. This is one thing that Trac handles extremely nicely.]]></description>
		<content:encoded><![CDATA[<p>Ah, those Ruby people, who seemingly never heard of Freshmeat. No wonder noone uses Redmine &#8212; potential users rarely look for general applications at rubyforge.</p>
<p>Besides they made very bad first impression to me by being translated (I have Accept-Language: cs, en), but failing to do it properly. They get plural forms wrong (Czech has plural=(n == 1) ? 0 : (n >= 2 &#038;&#038; n <= 4) ? 1 : 2) and many translations simply don&#8217;t fit in the context (either by gramatical form or even using wrong synonym).</p>
<p>Ok, that&#8217;s not the most important feature, right. However, it does not seem to support ticket dependencies and subtickets, which is biggest limitation of Trac we hit at dayjob. </p>
<p>Besides for opensource projects I really hate systems that require me to register to report a bug. This is one thing that Trac handles extremely nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Balogh</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2015</link>
		<dc:creator>Jeff Balogh</dc:creator>
		<pubDate>Fri, 29 Feb 2008 06:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2015</guid>
		<description><![CDATA[You might try [url=https://www.drproject.org/DrProject]DrProject[/url].  It was forked from Trac a few years ago by some folks at the University of Toronto to make it easy to manage student projects.

It&#039;s targeted for classroom use, so some of the interfaces have been simplified, e.g. no Component, Version, CC: fields on tickets.

It only supports svn right now, but I got the TracGit plugin working without too much trouble.]]></description>
		<content:encoded><![CDATA[<p>You might try [url=https://www.drproject.org/DrProject]DrProject[/url].  It was forked from Trac a few years ago by some folks at the University of Toronto to make it easy to manage student projects.</p>
<p>It&#8217;s targeted for classroom use, so some of the interfaces have been simplified, e.g. no Component, Version, CC: fields on tickets.</p>
<p>It only supports svn right now, but I got the TracGit plugin working without too much trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Tötterman</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2014</link>
		<dc:creator>Paul Tötterman</dc:creator>
		<pubDate>Fri, 29 Feb 2008 05:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2014</guid>
		<description><![CDATA[http://ikiwiki.info/tips/integrated_issue_tracking_with_ikiwiki/]]></description>
		<content:encoded><![CDATA[<p><a href="http://ikiwiki.info/tips/integrated_issue_tracking_with_ikiwiki/" rel="nofollow">http://ikiwiki.info/tips/integrated_issue_tracking_with_ikiwiki/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2013</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 29 Feb 2008 05:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2013</guid>
		<description><![CDATA[Yes, trac has had several proposals floating around for a long time now about multiple projects and how all that will work.  Looks like things are finally shaping for a future release... see

[url]http://trac.edgewall.org/wiki/MultipleRepositorySupport[/url]

[url]http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/3162[/url]]]></description>
		<content:encoded><![CDATA[<p>Yes, trac has had several proposals floating around for a long time now about multiple projects and how all that will work.  Looks like things are finally shaping for a future release&#8230; see</p>
<p>[url]http://trac.edgewall.org/wiki/MultipleRepositorySupport[/url]</p>
<p>[url]http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/3162[/url]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thekaos</title>
		<link>http://changelog.complete.org/archives/694-trac-git/comment-page-1#comment-2012</link>
		<dc:creator>thekaos</dc:creator>
		<pubDate>Fri, 29 Feb 2008 04:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/694-trac-git.html#comment-2012</guid>
		<description><![CDATA[Hi John, AFAIK, trac over git repositories is really bad. I thought you were going to talk about this issue when I was post&#039;s title.

This is keeping me from migrating fully to git.

By the way, multiple project support for trac is coming soon, anyways for planning purposes I think having a global trac is a bad idea.]]></description>
		<content:encoded><![CDATA[<p>Hi John, AFAIK, trac over git repositories is really bad. I thought you were going to talk about this issue when I was post&#8217;s title.</p>
<p>This is keeping me from migrating fully to git.</p>
<p>By the way, multiple project support for trac is coming soon, anyways for planning purposes I think having a global trac is a bad idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
