<?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: Configuring a Git repository with Redmine</title>
	<atom:link href="http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/</link>
	<description>Simone Carletti&#039;s personal ramblings on programming, syndication, search engines &#38; marketing.</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-28348</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-28348</guid>
		<description>Locally, I cloned bare and non-bare repos from an remote git repo.
When I place either paths in the settings-&gt;repository tab, I get the following messages:

&quot;An error occurred when trying to access the repository: No such file or directory - git --git-dir &quot;/e/inetpub/wwwroot/.git/&quot; branch --no-color&#039;

&quot;An error occurred when trying to access the repository: No such file or directory - git --git-dir &quot;/e/inetpub/ecom-redmine.git/&quot; branch --no-color&quot;

I am running BitNami Redmine stack [Latest stable release: 1.1.2 (2011-03-07)] on Windows Server 2003.
I gave &quot;Everyone&quot; Full control of both folders under the windows file system security.

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Locally, I cloned bare and non-bare repos from an remote git repo.<br />
When I place either paths in the settings-&gt;repository tab, I get the following messages:</p>
<p>&#8220;An error occurred when trying to access the repository: No such file or directory &#8211; git &#8211;git-dir &#8220;/e/inetpub/wwwroot/.git/&#8221; branch &#8211;no-color&#8217;</p>
<p>&#8220;An error occurred when trying to access the repository: No such file or directory &#8211; git &#8211;git-dir &#8220;/e/inetpub/ecom-redmine.git/&#8221; branch &#8211;no-color&#8221;</p>
<p>I am running BitNami Redmine stack [Latest stable release: 1.1.2 (2011-03-07)] on Windows Server 2003.<br />
I gave &#8220;Everyone&#8221; Full control of both folders under the windows file system security.</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redmine + Git &#187; Development logs</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-13911</link>
		<dc:creator>Redmine + Git &#187; Development logs</dc:creator>
		<pubDate>Tue, 10 Aug 2010 04:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-13911</guid>
		<description>[...] Configuring a Git repository with Redmine     2010/08/10 &#124; Chulki Lee &#124; Tags: git, redmine &#124; No Comments &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] Configuring a Git repository with Redmine     2010/08/10 | Chulki Lee | Tags: git, redmine | No Comments &#187; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulN</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-12746</link>
		<dc:creator>PaulN</dc:creator>
		<pubDate>Fri, 02 Jul 2010 10:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-12746</guid>
		<description>What a helpful post and comments. Thanks everyone!

/p</description>
		<content:encoded><![CDATA[<p>What a helpful post and comments. Thanks everyone!</p>
<p>/p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone Carletti</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-8991</link>
		<dc:creator>Simone Carletti</dc:creator>
		<pubDate>Mon, 22 Feb 2010 07:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-8991</guid>
		<description>Without additional information, it&#039;s too hard to guess the problem. I suggest you to check the Rails log.</description>
		<content:encoded><![CDATA[<p>Without additional information, it&#8217;s too hard to guess the problem. I suggest you to check the Rails log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cloneofsnake</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-8984</link>
		<dc:creator>cloneofsnake</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-8984</guid>
		<description>Great tutorial!  Are you familiar with http://github.com/koppen/redmine_github_hook/ ?

Instead of setting up a cron job to regularly hit a remote repo (in this case Github only), it pushes updates to the one linked to redmine whenever changes are pushed to github.

I&#039;ve set everything up but in my redmine/projects/proj_name/repository page, it looks like it can see the latest revisions on github, but the changes aren&#039;t being pushed to redmine&#039;s repo.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Great tutorial!  Are you familiar with <a href="http://github.com/koppen/redmine_github_hook/" rel="nofollow">http://github.com/koppen/redmine_github_hook/</a> ?</p>
<p>Instead of setting up a cron job to regularly hit a remote repo (in this case Github only), it pushes updates to the one linked to redmine whenever changes are pushed to github.</p>
<p>I&#8217;ve set everything up but in my redmine/projects/proj_name/repository page, it looks like it can see the latest revisions on github, but the changes aren&#8217;t being pushed to redmine&#8217;s repo.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone Carletti</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-7647</link>
		<dc:creator>Simone Carletti</dc:creator>
		<pubDate>Sat, 09 Jan 2010 11:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-7647</guid>
		<description>Hi Justin,
I don&#039;t see any reason why you need to create a bare clone.

In fact, the articles creates the bare clone then adds the remote origin to be able to fetch updates.</description>
		<content:encoded><![CDATA[<p>Hi Justin,<br />
I don&#8217;t see any reason why you need to create a bare clone.</p>
<p>In fact, the articles creates the bare clone then adds the remote origin to be able to fetch updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-7634</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Sat, 09 Jan 2010 04:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-7634</guid>
		<description>Hi,
the Redmine docs state Redmine requires a bare clone, but a bare clone loses the remote origin details so fetch fails.

I believe the correct way to set this up (with Git &gt;= 1.6.0) is to git clone --mirror git@github.com:myexcellentproject.git

I found details on this here: http://www.redmine.org/wiki/redmine/HowTo_keep_in_sync_your_git_repository_for_redmine

cheers</description>
		<content:encoded><![CDATA[<p>Hi,<br />
the Redmine docs state Redmine requires a bare clone, but a bare clone loses the remote origin details so fetch fails.</p>
<p>I believe the correct way to set this up (with Git &gt;= 1.6.0) is to git clone &#8211;mirror <a href="mailto:git@github.com">git@github.com</a>:myexcellentproject.git</p>
<p>I found details on this here: <a href="http://www.redmine.org/wiki/redmine/HowTo_keep_in_sync_your_git_repository_for_redmine" rel="nofollow">http://www.redmine.org/wiki/redmine/HowTo_keep_in_sync_your_git_repository_for_redmine</a></p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone Carletti</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-7238</link>
		<dc:creator>Simone Carletti</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-7238</guid>
		<description>Git doesn&#039;t use revision numbers. Each commit is uniquely identified by a SHA1 hash.

In Redmine you can use &lt;code&gt;commit:123456&lt;/code&gt; (where 123456 is the hash) instead of &lt;code&gt;r123&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Git doesn&#8217;t use revision numbers. Each commit is uniquely identified by a SHA1 hash.</p>
<p>In Redmine you can use <code>commit:123456</code> (where 123456 is the hash) instead of <code>r123</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-7234</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-7234</guid>
		<description>Have you figured out how to associate revision numbers with tickets?  Such as I am working on ticket x and have revisions 1,2,3 associated with it.</description>
		<content:encoded><![CDATA[<p>Have you figured out how to associate revision numbers with tickets?  Such as I am working on ticket x and have revisions 1,2,3 associated with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aline</title>
		<link>http://www.simonecarletti.com/blog/2009/07/configuring-git-repository-with-redmine/#comment-4888</link>
		<dc:creator>Aline</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=417#comment-4888</guid>
		<description>good tutorial... congratulations!!!</description>
		<content:encoded><![CDATA[<p>good tutorial&#8230; congratulations!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

