<?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: Integrating Mantis and Subversion</title>
	<atom:link href="http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/</link>
	<description>Thoughts on everything from education and politics to internet usability, and programming.</description>
	<lastBuildDate>Wed, 09 May 2012 01:18:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jepolis</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35260</link>
		<dc:creator>Jepolis</dc:creator>
		<pubDate>Wed, 14 Mar 2012 13:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35260</guid>
		<description>Thanks for the article. Works great! However, I&#039;ve been struggling with the regexp. My typical Mantis note looks something like

-------------------------
SVN generated message (Repo: X, Rev: X)
User: USER_NAME
Issue ##
-------------------------

MESSAGE


The &quot;formatting&quot; is done via the batch script (dashes and newlines etc), but with this setup I can&#039;t get the recognition to fix the issue when simply using e.g. &#039;fixed&#039; in the message. If I write for instance MESSAGE = &#039;fixed issue #13&#039; it works ok, but since I&#039;m already mentioning the issue nr above the actual message I would need somewhat more clever regexp to interpret the issue nr first and then if the message contain e.g. fixed, fixes, fixing etc.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. Works great! However, I&#8217;ve been struggling with the regexp. My typical Mantis note looks something like</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SVN generated message (Repo: X, Rev: X)<br />
User: USER_NAME<br />
Issue ##<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>MESSAGE</p>
<p>The &#8220;formatting&#8221; is done via the batch script (dashes and newlines etc), but with this setup I can&#8217;t get the recognition to fix the issue when simply using e.g. &#8216;fixed&#8217; in the message. If I write for instance MESSAGE = &#8216;fixed issue #13&#8242; it works ok, but since I&#8217;m already mentioning the issue nr above the actual message I would need somewhat more clever regexp to interpret the issue nr first and then if the message contain e.g. fixed, fixes, fixing etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Poepping</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35259</link>
		<dc:creator>Mohammed Poepping</dc:creator>
		<pubDate>Mon, 20 Feb 2012 21:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35259</guid>
		<description>Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or something. I think that you can do with a few pics to drive the message home a bit, but other than that, this is wonderful blog. An excellent read. I will definitely be back.</description>
		<content:encoded><![CDATA[<p>Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or something. I think that you can do with a few pics to drive the message home a bit, but other than that, this is wonderful blog. An excellent read. I will definitely be back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SVN and Mantis Bug Tracker integration &#171; MPfm Blog - Ramblings from a mad developer</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35257</link>
		<dc:creator>SVN and Mantis Bug Tracker integration &#171; MPfm Blog - Ramblings from a mad developer</dc:creator>
		<pubDate>Thu, 29 Dec 2011 19:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35257</guid>
		<description>[...] This is my first post on my blog! As a first post, I thought I&#8217;d share how I have integrated my private SVN (Subversion) repository and my public Mantis bug tracker. You can automatically add comments to Mantis after you check-in files in your SVN repository, using a post-commit event. For more information, click here. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is my first post on my blog! As a first post, I thought I&#8217;d share how I have integrated my private SVN (Subversion) repository and my public Mantis bug tracker. You can automatically add comments to Mantis after you check-in files in your SVN repository, using a post-commit event. For more information, click here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: integrate mantis with SVN using subversion post commit hook &#124; Knaddison.com</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35229</link>
		<dc:creator>integrate mantis with SVN using subversion post commit hook &#124; Knaddison.com</dc:creator>
		<pubDate>Mon, 22 Aug 2011 15:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35229</guid>
		<description>[...] #!/bin/sh REPOS=&quot;$1&quot; REV=&quot;$2&quot; SVNLOOK=/usr/local/bin/svnlook PHP=/usr/bin/php MANTIS=/srv/www/novo/html/mantis/core/checkin.php COMMIT_MSG=`$SVNLOOK log -r $REV &quot;$REPOS&quot;` $PHP -f $MANTIS &lt;&lt;zzzMantiszzz Revision: $REV: $COMMIT_MSG zzzMantiszzz Also, great details at Alt Tag [...]</description>
		<content:encoded><![CDATA[<p>[...] #!/bin/sh REPOS=&quot;$1&quot; REV=&quot;$2&quot; SVNLOOK=/usr/local/bin/svnlook PHP=/usr/bin/php MANTIS=/srv/www/novo/html/mantis/core/checkin.php COMMIT_MSG=`$SVNLOOK log -r $REV &quot;$REPOS&quot;` $PHP -f $MANTIS &lt;&lt;zzzMantiszzz Revision: $REV: $COMMIT_MSG zzzMantiszzz Also, great details at Alt Tag [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Planeación de la configuración en el desarrollo de software &#171; Edgar Valarezo</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35228</link>
		<dc:creator>Planeación de la configuración en el desarrollo de software &#171; Edgar Valarezo</dc:creator>
		<pubDate>Sun, 21 Aug 2011 22:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35228</guid>
		<description>[...] integración entre Mantis y Subversion se encuentra probada y registrada en varios sitios en el Internet, y de ser conseguida resulta de mucha ayuda para poner orden en el desarrollo. De forma sencilla, [...]</description>
		<content:encoded><![CDATA[<p>[...] integración entre Mantis y Subversion se encuentra probada y registrada en varios sitios en el Internet, y de ser conseguida resulta de mucha ayuda para poner orden en el desarrollo. De forma sencilla, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Интеграция mantis и svn &#124; Чтобы не забыть</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35224</link>
		<dc:creator>Интеграция mantis и svn &#124; Чтобы не забыть</dc:creator>
		<pubDate>Sun, 26 Jun 2011 22:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35224</guid>
		<description>[...] все  Источник: http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/. Хотя нет. Не все. Если у вас возникли проблемы с [...]</description>
		<content:encoded><![CDATA[<p>[...] все  Источник: <a href="http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/" rel="nofollow">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/</a>. Хотя нет. Не все. Если у вас возникли проблемы с [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BugFree和SVN的整合</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35214</link>
		<dc:creator>BugFree和SVN的整合</dc:creator>
		<pubDate>Wed, 20 Apr 2011 03:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35214</guid>
		<description>[...] Integrating Mantis and Subversion [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrating Mantis and Subversion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gcp</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35213</link>
		<dc:creator>gcp</dc:creator>
		<pubDate>Fri, 08 Apr 2011 09:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35213</guid>
		<description>您好，我想请问一下，当mantis和SVN服务器不在同一台主机的时候，我不能通过svn客户端提交BUG到mantis服务器，必须得在SVN服务器上直接执行脚本才能提交BUG到mantis服务器。
我知道问题的原因是apache不能免密码登陆mantis服务器，我想知道如何设定apache免密码使用root账户登陆到mantis服务器。</description>
		<content:encoded><![CDATA[<p>您好，我想请问一下，当mantis和SVN服务器不在同一台主机的时候，我不能通过svn客户端提交BUG到mantis服务器，必须得在SVN服务器上直接执行脚本才能提交BUG到mantis服务器。<br />
我知道问题的原因是apache不能免密码登陆mantis服务器，我想知道如何设定apache免密码使用root账户登陆到mantis服务器。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

