<?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: Subversion (SVN) Repository Integration with Mantis Bug Tracker</title>
	<atom:link href="http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/</link>
	<description>Web development tips, ideas and discoveries from Unitz LLC</description>
	<lastBuildDate>Wed, 25 Aug 2010 02:32:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcus</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-956</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Mon, 26 Jul 2010 08:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-956</guid>
		<description>Hi,

I am trying to set up the repository and my repository is reachable trough a secure connection  svn+ssh:// , I think this kind of access method is not recognized by you, could you please tell me where I can adjust the code, so I can add the necessary credentials for the ssh connection. Right now , when trying to connect I get :

	
  

Requesting svn log for Import 2010-07-26 10:46:42 starting with revision 0...
Processing svn log...
No revisions parsed.


Where could I see the actual server response.

Thank you so much for you Help!

Marcus</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to set up the repository and my repository is reachable trough a secure connection  svn+ssh:// , I think this kind of access method is not recognized by you, could you please tell me where I can adjust the code, so I can add the necessary credentials for the ssh connection. Right now , when trying to connect I get :</p>
<p>Requesting svn log for Import 2010-07-26 10:46:42 starting with revision 0&#8230;<br />
Processing svn log&#8230;<br />
No revisions parsed.</p>
<p>Where could I see the actual server response.</p>
<p>Thank you so much for you Help!</p>
<p>Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-871</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-871</guid>
		<description>Hi Karl
with “Import Latest Data” you can specify one repository separately.
with “Import All” you update all available reps.

Regards Lars</description>
		<content:encoded><![CDATA[<p>Hi Karl<br />
with “Import Latest Data” you can specify one repository separately.<br />
with “Import All” you update all available reps.</p>
<p>Regards Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-840</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 18 Jun 2010 08:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-840</guid>
		<description>Hi,

thank you very much for the detailed instructions. I got the SVN integration in Mantis working!

I have a question: Does anyone know, what&#039;s the difference between &quot;Import Latest Data&quot; and &quot;Import All&quot;?

Thanks
Karl</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you very much for the detailed instructions. I got the SVN integration in Mantis working!</p>
<p>I have a question: Does anyone know, what&#8217;s the difference between &#8220;Import Latest Data&#8221; and &#8220;Import All&#8221;?</p>
<p>Thanks<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johndoe</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-644</link>
		<dc:creator>johndoe</dc:creator>
		<pubDate>Thu, 20 May 2010 17:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-644</guid>
		<description>Hi,

For those who have problems with :

curl http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1

(APPLICATION ERROR #2800)

The procedure has changed, yuo now have to do :

curl http://www.domain.tld/mantisbt/plugin.php?page=Source/import&amp;id=all

(&quot;id=all&quot; for all you repos)

See http://leetcode.net/mantis/view.php?id=120 for more infos</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>For those who have problems with :</p>
<p>curl <a href="http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1" rel="nofollow">http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1</a></p>
<p>(APPLICATION ERROR #2800)</p>
<p>The procedure has changed, yuo now have to do :</p>
<p>curl <a href="http://www.domain.tld/mantisbt/plugin.php?page=Source/import&amp;id=all" rel="nofollow">http://www.domain.tld/mantisbt/plugin.php?page=Source/import&amp;id=all</a></p>
<p>(&#8220;id=all&#8221; for all you repos)</p>
<p>See <a href="http://leetcode.net/mantis/view.php?id=120" rel="nofollow">http://leetcode.net/mantis/view.php?id=120</a> for more infos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-640</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Wed, 19 May 2010 05:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-640</guid>
		<description>Hi, I am having trouble with the Cron job, curl http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1 was executed but the result page is saying &quot;Invalid form security token&quot;. 

I think it&#039;s because Plugin manage needs Administrator level, I am wondering how people work around it?</description>
		<content:encoded><![CDATA[<p>Hi, I am having trouble with the Cron job, curl <a href="http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1" rel="nofollow">http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1</a> was executed but the result page is saying &#8220;Invalid form security token&#8221;. </p>
<p>I think it&#8217;s because Plugin manage needs Administrator level, I am wondering how people work around it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-620</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 09 May 2010 21:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-620</guid>
		<description>Hi Jürgen,
how did you get around your initial error message? I have the same error running this command from the terminal:
curl http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1
Returns &quot;APPLICATION ERROR #2800, Invalid form security token.&quot;
- MantisBT Core 1.2.1
- Source Control Integration 0.16.1
- Subversion Integration 0.16</description>
		<content:encoded><![CDATA[<p>Hi Jürgen,<br />
how did you get around your initial error message? I have the same error running this command from the terminal:<br />
curl <a href="http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1" rel="nofollow">http://www.domain.tld/mantisbt/plugin.php?page=Source/repo_import_latest&amp;id=1</a><br />
Returns &#8220;APPLICATION ERROR #2800, Invalid form security token.&#8221;<br />
- MantisBT Core 1.2.1<br />
- Source Control Integration 0.16.1<br />
- Subversion Integration 0.16</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ton Plomp</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-573</link>
		<dc:creator>Ton Plomp</dc:creator>
		<pubDate>Sat, 10 Apr 2010 09:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-573</guid>
		<description>Anyone got the Sourceforge SVN plugin working?

The parsing of the revision fails somehow.

Ton</description>
		<content:encoded><![CDATA[<p>Anyone got the Sourceforge SVN plugin working?</p>
<p>The parsing of the revision fails somehow.</p>
<p>Ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mk</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-571</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Wed, 07 Apr 2010 14:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-571</guid>
		<description>For those of you struggling to get the cronjob or post-commit curl command running: don&#039;t forget to escape the ampersand, ie:

curl http://my.domain.com/plugin.php?page=Source/repo_import_latest\&amp;id=1

Otherwise the id param not be transmitted.

thanks for the write-up!</description>
		<content:encoded><![CDATA[<p>For those of you struggling to get the cronjob or post-commit curl command running: don&#8217;t forget to escape the ampersand, ie:</p>
<p>curl <a href="http://my.domain.com/plugin.php?page=Source/repo_import_latest" rel="nofollow">http://my.domain.com/plugin.php?page=Source/repo_import_latest</a>\&amp;id=1</p>
<p>Otherwise the id param not be transmitted.</p>
<p>thanks for the write-up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mantis and Subversion-integration &#171; Persistent Cloud</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-551</link>
		<dc:creator>Mantis and Subversion-integration &#171; Persistent Cloud</dc:creator>
		<pubDate>Wed, 17 Mar 2010 10:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-551</guid>
		<description>[...] you want to get this set up then you should have a look at this post by Chris Dornfeld in addition to this post by John Reese. Just be mindful that the screenshots [...]</description>
		<content:encoded><![CDATA[<p>[...] you want to get this set up then you should have a look at this post by Chris Dornfeld in addition to this post by John Reese. Just be mindful that the screenshots [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Dornfeld</title>
		<link>http://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/comment-page-1/#comment-545</link>
		<dc:creator>Chris Dornfeld</dc:creator>
		<pubDate>Sat, 13 Mar 2010 20:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.unitz.com/u-notez/?p=118#comment-545</guid>
		<description>Hi Ed, click the link in the article for &quot;Mantis Source Integration plugin&quot;, find the &quot;shortlog&quot; listing and click the first &quot;snapshot&quot; link to download the latest release in .tar.gz format.

As mentioned above, these instructions are based on the release dated Fri, 2 Oct 2009 10:50:07.  I have not had a chance to try out the newest release myself so you may find some differences if you select a newer snapshot.</description>
		<content:encoded><![CDATA[<p>Hi Ed, click the link in the article for &#8220;Mantis Source Integration plugin&#8221;, find the &#8220;shortlog&#8221; listing and click the first &#8220;snapshot&#8221; link to download the latest release in .tar.gz format.</p>
<p>As mentioned above, these instructions are based on the release dated Fri, 2 Oct 2009 10:50:07.  I have not had a chance to try out the newest release myself so you may find some differences if you select a newer snapshot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
