<?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, 20 Jan 2010 05:27:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: manish</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35097</link>
		<dc:creator>manish</dc:creator>
		<pubDate>Wed, 20 Jan 2010 05:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35097</guid>
		<description>Dear Sir,

Need help…
I have Mantis installed on 1 and 1 linux and SVN installed on Mac OSX,both are situated at different location. I want to integrate it. I scratched my head for a long time now.. need your help.. If you could help me in giving simpler steps.. that would be great help.. I have php …
Help
Thanks in advance
Regards
manish</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>Need help…<br />
I have Mantis installed on 1 and 1 linux and SVN installed on Mac OSX,both are situated at different location. I want to integrate it. I scratched my head for a long time now.. need your help.. If you could help me in giving simpler steps.. that would be great help.. I have php …<br />
Help<br />
Thanks in advance<br />
Regards<br />
manish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans Oilinki</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35096</link>
		<dc:creator>Frans Oilinki</dc:creator>
		<pubDate>Wed, 23 Dec 2009 06:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35096</guid>
		<description>Please remove the trailing parenthesis from the above fix:

svnlook log -r $REV $REPOS &#124; \
 /usr/bin/php -q /var/bugtracker/core/checkin.php

Sorry for noise.</description>
		<content:encoded><![CDATA[<p>Please remove the trailing parenthesis from the above fix:</p>
<p>svnlook log -r $REV $REPOS | \<br />
 /usr/bin/php -q /var/bugtracker/core/checkin.php</p>
<p>Sorry for noise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans Oilinki</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35095</link>
		<dc:creator>Frans Oilinki</dc:creator>
		<pubDate>Wed, 23 Dec 2009 06:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35095</guid>
		<description>Hello,

I think there is a security hole in the post-commit script. Committer can run arbitrary shell commands as the user who is running the svn commit hook (using back tics or $(evil_script.sh)).

I would suggest using pipe instead of double quotes when running checkin.php:

    svnlook log -r $REV $REPOS) &#124; \
        /usr/bin/php -q /var/bugtracker/core/checkin.php

(I have not tested this).

Best regards,

Frans</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I think there is a security hole in the post-commit script. Committer can run arbitrary shell commands as the user who is running the svn commit hook (using back tics or $(evil_script.sh)).</p>
<p>I would suggest using pipe instead of double quotes when running checkin.php:</p>
<p>    svnlook log -r $REV $REPOS) | \<br />
        /usr/bin/php -q /var/bugtracker/core/checkin.php</p>
<p>(I have not tested this).</p>
<p>Best regards,</p>
<p>Frans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-12-15 &#171; markah buku</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35094</link>
		<dc:creator>links for 2009-12-15 &#171; markah buku</dc:creator>
		<pubDate>Wed, 16 Dec 2009 05:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35094</guid>
		<description>[...] Integrating Mantis and Subversion &#8211; alt-tag.com (tags: svn mantis) [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrating Mantis and Subversion &#8211; alt-tag.com (tags: svn mantis) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boby</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35090</link>
		<dc:creator>Boby</dc:creator>
		<pubDate>Mon, 30 Nov 2009 06:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35090</guid>
		<description>Good posting.
I jz want to add a little.
Sometimes, the scripts provided up there cant work well.

#!/bin/sh
REPOS=&quot;$1&quot;
REV=&quot;$2&quot;
auth=&quot;$(/opt/CollabNet_Subversion/bin/svnlook author -r $REV $REPOS)&quot;
dt=&quot;$(/opt/CollabNet_Subversion/bin/svnlook date -r $REV $REPOS)&quot;
log=&quot;$(/opt/CollabNet_Subversion/bin/svnlook log -r $REV $REPOS)&quot;
changed=&quot;$(/opt/CollabNet_Subversion/bin/svnlook changed -r $REV $REPOS)&quot;
    border=&quot;==============================================================================&quot;
    n=$&#039;\n&#039;
echo &quot;Revision [${REV}] by $auth, $dt$n$log$n$border$changed$border&quot; &#124; /usr/local/apache2/php/bin/php -q /etc/opt/CollabNet_Subversion/default-site/htdocs/mantis/core/checkin.php

Hope it helps some of you...

:D cheers!!!</description>
		<content:encoded><![CDATA[<p>Good posting.<br />
I jz want to add a little.<br />
Sometimes, the scripts provided up there cant work well.</p>
<p>#!/bin/sh<br />
REPOS=&#8221;$1&#8243;<br />
REV=&#8221;$2&#8243;<br />
auth=&#8221;$(/opt/CollabNet_Subversion/bin/svnlook author -r $REV $REPOS)&#8221;<br />
dt=&#8221;$(/opt/CollabNet_Subversion/bin/svnlook date -r $REV $REPOS)&#8221;<br />
log=&#8221;$(/opt/CollabNet_Subversion/bin/svnlook log -r $REV $REPOS)&#8221;<br />
changed=&#8221;$(/opt/CollabNet_Subversion/bin/svnlook changed -r $REV $REPOS)&#8221;<br />
    border=&#8221;==============================================================================&#8221;<br />
    n=$&#8217;\n&#8217;<br />
echo &#8220;Revision [${REV}] by $auth, $dt$n$log$n$border$changed$border&#8221; | /usr/local/apache2/php/bin/php -q /etc/opt/CollabNet_Subversion/default-site/htdocs/mantis/core/checkin.php</p>
<p>Hope it helps some of you&#8230;</p>
<p>:D cheers!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35056</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 27 Aug 2009 06:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35056</guid>
		<description>Thanks for your comment Martijn! Can I ask the procedures/steps on how to integrate the SVn and Mantis on different machines (all both running in Windows).

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for your comment Martijn! Can I ask the procedures/steps on how to integrate the SVn and Mantis on different machines (all both running in Windows).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35050</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Tue, 11 Aug 2009 12:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35050</guid>
		<description>Mantis now (I saw it in 1.1.8) comes with a script core/checkincurl.php instead of checkin.php, which allows integration if your Subversion and Mantis are on different servers!</description>
		<content:encoded><![CDATA[<p>Mantis now (I saw it in 1.1.8) comes with a script core/checkincurl.php instead of checkin.php, which allows integration if your Subversion and Mantis are on different servers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/comment-page-3/#comment-35049</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Tue, 11 Aug 2009 12:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/#comment-35049</guid>
		<description>@datacompboy Thanks for your gateway script. You could generate a GUID for a more secure filename, but it&#039;s still risky.</description>
		<content:encoded><![CDATA[<p>@datacompboy Thanks for your gateway script. You could generate a GUID for a more secure filename, but it&#8217;s still risky.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
