<?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>OddPoet&#039;s βetalog을(를) 위한 댓글</title>
	<atom:link href="http://oddpoet.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://oddpoet.net</link>
	<description>언제나 미완성... 목표는 인생의 달인!</description>
	<lastBuildDate>Wed, 18 May 2011 07:40:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>highfive가 쓴 XStream에서 null값을 xml/json으로 serialize하기의 댓글</title>
		<link>http://oddpoet.net/archives/192/comment-page-1#comment-225</link>
		<dc:creator>highfive</dc:creator>
		<pubDate>Wed, 18 May 2011 07:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://oddpoet.net/?p=192#comment-225</guid>
		<description>제가 딱 찾던거네요.. 도움 많이 되었습니다.</description>
		<content:encoded><![CDATA[<p>제가 딱 찾던거네요.. 도움 많이 되었습니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>OddPoet가 쓴 RedMine+Gitolite 연동하기의 댓글</title>
		<link>http://oddpoet.net/archives/355/comment-page-1#comment-150</link>
		<dc:creator>OddPoet</dc:creator>
		<pubDate>Wed, 16 Mar 2011 04:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://oddpoet.net/?p=355#comment-150</guid>
		<description>gitolite는 bare repository까지는 생성해줍니다만, 
bare repository만으로는 변경이력을 보여줄게 없어서 instruction 이 보여지게 됩니다. 그래서 첫번째 git push후에 저장소 페이지가 정상적으로 보여지게 됩니다. 

그리고 repository가 정상적으로 생성되었는지 확인하시려면, git repository(위 예에서라면 /opt/git/repositories)에 PROJECT_NAME.git 디렉토리가 생성되었는지 확인해보시면 됩니다. 
만약 없다면 redmine-gitolite plugin이 정상적으로 작동하지 않고 있는 상황입니다.</description>
		<content:encoded><![CDATA[<p>gitolite는 bare repository까지는 생성해줍니다만,<br />
bare repository만으로는 변경이력을 보여줄게 없어서 instruction 이 보여지게 됩니다. 그래서 첫번째 git push후에 저장소 페이지가 정상적으로 보여지게 됩니다. </p>
<p>그리고 repository가 정상적으로 생성되었는지 확인하시려면, git repository(위 예에서라면 /opt/git/repositories)에 PROJECT_NAME.git 디렉토리가 생성되었는지 확인해보시면 됩니다.<br />
만약 없다면 redmine-gitolite plugin이 정상적으로 작동하지 않고 있는 상황입니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>bookworm가 쓴 RedMine+Gitolite 연동하기의 댓글</title>
		<link>http://oddpoet.net/archives/355/comment-page-1#comment-143</link>
		<dc:creator>bookworm</dc:creator>
		<pubDate>Tue, 08 Mar 2011 11:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://oddpoet.net/?p=355#comment-143</guid>
		<description>좋은 글 감사히 잘 보았습니다.

내용을 참고로 해서 gitolite와 plugin을 설치했습니다. 그런데 아무런 오류 메시지도 생기지 않는데 프로젝트를 생성해도 git 저장소가 생성되지 않는군요.

레드마인 로그에도 아무런 오류 메시지도 남지 않아 애를 먹고 있습니다.

설정-저장소에서 Git을 선택하고 생겨난 저장소 메뉴에 들어가면 &quot;Repository does not exist. Create one using the instructions below.&quot; 메시지와 명령들이 나오구요.

gitolite와 plugin을 설치하면 프로젝트 생성시에 자동으로 저장소까지 만들어주는 것으로 생각했는데 왜 프로젝트를 만들어도 저장소가 안 만들어지는지 모르겠습니다.

혹시 짐작가는 것이 있으면 조언 좀 부탁드리겠습니다.</description>
		<content:encoded><![CDATA[<p>좋은 글 감사히 잘 보았습니다.</p>
<p>내용을 참고로 해서 gitolite와 plugin을 설치했습니다. 그런데 아무런 오류 메시지도 생기지 않는데 프로젝트를 생성해도 git 저장소가 생성되지 않는군요.</p>
<p>레드마인 로그에도 아무런 오류 메시지도 남지 않아 애를 먹고 있습니다.</p>
<p>설정-저장소에서 Git을 선택하고 생겨난 저장소 메뉴에 들어가면 &#8220;Repository does not exist. Create one using the instructions below.&#8221; 메시지와 명령들이 나오구요.</p>
<p>gitolite와 plugin을 설치하면 프로젝트 생성시에 자동으로 저장소까지 만들어주는 것으로 생각했는데 왜 프로젝트를 만들어도 저장소가 안 만들어지는지 모르겠습니다.</p>
<p>혹시 짐작가는 것이 있으면 조언 좀 부탁드리겠습니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>화니가 쓴 Tomcat에서 한글파라메터 인코딩 처리의 댓글</title>
		<link>http://oddpoet.net/archives/62/comment-page-1#comment-103</link>
		<dc:creator>화니</dc:creator>
		<pubDate>Thu, 25 Nov 2010 05:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://oddpoet.net/?p=62#comment-103</guid>
		<description>감사합니다 ;)</description>
		<content:encoded><![CDATA[<p>감사합니다 ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>탑을 지나 들판으로 &#187; Blog Archive &#187; Junit 4 시작하기가 쓴 TDD에 대한 조금 다른 생각의 댓글</title>
		<link>http://oddpoet.net/archives/242/comment-page-1#comment-56</link>
		<dc:creator>탑을 지나 들판으로 &#187; Blog Archive &#187; Junit 4 시작하기</dc:creator>
		<pubDate>Tue, 10 Aug 2010 02:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://oddpoet.net/?p=242#comment-56</guid>
		<description>[...] 더 자세한 내용은 이 기사를 참고 또한 이걸 왜 해야 하는지에 대한 것은 여기를 [...]</description>
		<content:encoded><![CDATA[<p>[...] 더 자세한 내용은 이 기사를 참고 또한 이걸 왜 해야 하는지에 대한 것은 여기를 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Doggy가 쓴 Flash, HTML5, 그리고 mobile의 댓글</title>
		<link>http://oddpoet.net/archives/34/comment-page-1#comment-3</link>
		<dc:creator>Doggy</dc:creator>
		<pubDate>Sun, 07 Feb 2010 09:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://oddpoet.net/?p=34#comment-3</guid>
		<description>Not sure that this is true:), but thanks for a post.
Have a nice day
&lt;a href=&quot;http://www.nolivefeel.com/&quot; rel=&quot;nofollow&quot;&gt;Doggy&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Not sure that this is true:), but thanks for a post.<br />
Have a nice day<br />
<a href="http://www.nolivefeel.com/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.nolivefeel.com/?referer=');">Doggy</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

