<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="http://rss.egloos.com/style/blog.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
	<title>어디서나 당당하게 걷기</title>
	<link>http://mystria.egloos.com</link>
	<description>모든 가능성 열어둬~</description>
	<language>ko</language>
	<pubDate>Thu, 05 Nov 2009 16:38:21 GMT</pubDate>
	<generator>Egloos</generator>
	<image>
		<title>어디서나 당당하게 걷기</title>
		<url>http://pds7.egloos.com/logo/200803/04/52/b0036952.jpg</url>
		<link>http://mystria.egloos.com</link>
		<width>64</width>
		<height>64</height>
		<description>모든 가능성 열어둬~</description>
	</image>
  	<item>
		<title><![CDATA[ Eclipse의 CVS, Branch를 Head로 Merge하기... ]]> </title>
		<link>http://mystria.egloos.com/4270235</link>
		<guid>http://mystria.egloos.com/4270235</guid>
		<description>
			<![CDATA[ 
  내가 바보라서 잘 몰랐을지도 모른다.<br />
<br />
Eclipse에서는 CVS를 이용한 버전 관리를 지원하는데, CVS에는 branch라는 훌륭한 기능이 있다.<br />
<br />
예를들어, 어떤 작업을 진행하다가 무언가 코드를 수정해야 하는데, 이 수정 작업이 성공할지 실패할지 모르는 일이 발생했다.<br />
이럴때 branch를 통해 원래 진행하던 작업(common base)는 그냥 두고, 따로 코드를 복사하여 수정 작업(branch)를 진행하는 것이다.<br />
이 branch가 성공하면 다시 common base로 통합하고, 실패하면 그냥 branch를 버리고 없었던 일로 해버리면 된다.<br />
<br />
앞서말한 common base가 CVS에서 따로 version으로 빠진 작업이라면 Eclipse의 CVS에서 제공하는 merge를 통해 통합이 가능하다.<br />
그림 1에서 end tag에 branch를 선택하고, start tag에 통합시킬 common base version을 선택하면 된다.<br />
<br />
<div align="center"><div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds16.egloos.com/pds/200911/06/52/b0036952_4af2f86e60385.png" width="500" height="425.714285714" onclick="Control.Modal.openDialog(this, event, 'http://pds16.egloos.com/pds/200911/06/52/b0036952_4af2f86e60385.png');" /></div><br />
[그림 1]</div><br />
<br />
그런데...<br />
<br />
Eclipse에 이유를 알 수 없는 문제가 하나 있으니..<br />
<br />
common base 작업이 HEAD일 경우 merge가 안되는 것이다.<br />
즉, fileA.java의 리비전이 1.2일 때 tag를 생성하면 fileA.java의 리비전은 1.2.1.1이 된다.<br />
이를 수정하고 commit하게 되면 1.2.1.2가 되게 되는데 이를 HEAD로 merge할 수 없다는 것, 다시 말해 1.3으로 commit이 안된다는 것이다.<br />
<br />
이를 해결 하기 위해 갖은 고난 끝에 아래와 같은 해결 책을 찾았다.<br />
1. 현재 branch하여 작업 중인 것과 별개로 HEAD를 checkout한다.<br />
2. Package Navigator에서 우클릭 하여 Team>Merge... 를 수행한다.<br />
3. 그림 1과 같이 end tag에 branch를 선택하고, start tag에 "HEAD"라고 적는다.<br />
4. Perform the merge into the local workspace를 선택하고 Finish를 선택한다.<br />
5. HEAD가 checkout된 프로젝트가 branch로 수정된다.(conflict는 알아서 해결)<br />
6. 이것을 commit한다.<br />
7. 이로써 branch를 HEAD(common base)로 올리게 되었다.<br />
<br />
<br />
와~<br />
<br />
<br />
ps. 정리를 하면서 느낀 건데..<br />
<strike>tag나 version을 branch하여 작업하는게 아니라 HEAD를 바로 branch하면 그냥 merge하면 될거 같기도 한데... 테스트 해봐야 겠다.</strike><br />
역시 안되더라.. 이유는 잘 모르겠다. 뭔가 헷갈린 것일지도 모르지만... <br />
<br />
common base는 무조건 Version에서 선택해야 한다.<br />
즉, HEAD로는 merge가 안된다는 뜻?!<br />
<br />
<br/><br/>tag : <a href="/tag/Eclipse" rel="tag">Eclipse</a>,&nbsp;<a href="/tag/CVS" rel="tag">CVS</a>,&nbsp;<a href="/tag/merge" rel="tag">merge</a>,&nbsp;<a href="/tag/HEAD" rel="tag">HEAD</a>,&nbsp;<a href="/tag/branch" rel="tag">branch</a>			 ]]> 
		</description>
		<category>공부</category>
		<category>Eclipse</category>
		<category>CVS</category>
		<category>merge</category>
		<category>HEAD</category>
		<category>branch</category>

		<comments>http://mystria.egloos.com/4270235#comments</comments>
		<pubDate>Thu, 05 Nov 2009 16:29:59 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 내 생각엔.. ]]> </title>
		<link>http://mystria.egloos.com/4267319</link>
		<guid>http://mystria.egloos.com/4267319</guid>
		<description>
			<![CDATA[ 
  <div style="text-align: center;"><font size="4"><span style="font-weight: bold;">할 수 있냐 없냐는 중요한게 아니야,<br />
 <br />
했냐 안했냐가 중요하지..</span></font><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - 어디선가 들은 식상한 대사<br />
</div><br />
<br />
그런데 살다보니, 했냐 안했냐가 중요한게 아니고 할 수 있냐 없냐가 더 중요한거 같다.<br />
<br />
무언가를 할 수 있을 때가 행복하다는건 그 무언가를 더 이상 할 수 없게 되었을 때 느낀다.<br />
그 걸 해봤건 안해봤건 아쉬운건 마찬가지다.<br />
<br />
아이쿠. 맙소사...<br />
<br/><br/>tag : <a href="/tag/후회" rel="tag">후회</a>			 ]]> 
		</description>
		<category>일기</category>
		<category>후회</category>

		<comments>http://mystria.egloos.com/4267319#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:07:48 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 노는 법을 모르겠다. ]]> </title>
		<link>http://mystria.egloos.com/4263437</link>
		<guid>http://mystria.egloos.com/4263437</guid>
		<description>
			<![CDATA[ 
  도둑질도 해본 놈이 잘 하고, 어디가서 좀 놀아 본 사람이 잘 논다고...<br />
<br />
놀고 싶다. 그런데 어떻게 놀아야 할지 모르겠다.<br />
<br />
고등학교 때는 조용히 친구들끼리 노는게 다 인줄 알았고, 새내기 때는 뭘 해도 다 재밌었기에 따로 놀 필요가 없었는데..<br />
이제는 뭘해도 재미 없고, 친구들과 만나도 놀게 없고, 늘 뭔가 부족하다.<br />
<br />
지금 나에게 놀 시간이 주워진다 한들 놀지 못하고 <br />
공부를 하거나 일을 하거나 멍하니 있거나 자거나 컴퓨터 게임을 하고 있겠지..<br />
<br />
놀고 싶다. 하지만 어떻게 놀아야 재밌는건지 모르겠다.<br />
<br />
워커홀릭이라든가, 우울증이라든가.. 괜히 오는게 아니다.<br />
우리들은 노는 법도 체계적으로 배워야 하는 시대에 살고 있다.<br />
<br />
<br/><br/>tag : <a href="/tag/놀이" rel="tag">놀이</a>			 ]]> 
		</description>
		<category>개인</category>
		<category>놀이</category>

		<comments>http://mystria.egloos.com/4263437#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:49:15 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 부산대 연학제에 허경영이... ]]> </title>
		<link>http://mystria.egloos.com/4255748</link>
		<guid>http://mystria.egloos.com/4255748</guid>
		<description>
			<![CDATA[ 
  재밌었지만...<br />
공대학생회는 무슨 생각이었을까?<br />
<br />
<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e81fa326b.jpg" width="382" height="277" onclick="Control.Modal.openDialog(this, event, 'http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e81fa326b.jpg');" /></div><br />
내 눈을 바라봐, 넌 키가 커지고,<br />
<br />
<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds16.egloos.com/pds/200910/15/52/b0036952_4ad6e91434ec4.jpg" width="382" height="277" onclick="Control.Modal.openDialog(this, event, 'http://pds16.egloos.com/pds/200910/15/52/b0036952_4ad6e91434ec4.jpg');" /></div><br />
수행원들은 사실 백댄서 였을지도..<br />
<br />
<br />
콜미, 신곡, 콜미 리믹스, 은하철도 999<br />
노래 부르고 계속 했던 이야기 또 하고 또 하고 하다가 갔음.<br/><br/>tag : <a href="/tag/허경영" rel="tag">허경영</a>,&nbsp;<a href="/tag/부산대" rel="tag">부산대</a>			 ]]> 
		</description>
		<category>사진</category>
		<category>허경영</category>
		<category>부산대</category>

		<comments>http://mystria.egloos.com/4255748#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:18:55 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 홍대앞 라빠에야 ]]> </title>
		<link>http://mystria.egloos.com/4255743</link>
		<guid>http://mystria.egloos.com/4255743</guid>
		<description>
			<![CDATA[ 
  <div style="text-align: center;">딱히 까는건 아니지만,<br />
돈 없으면 가지마라...<br />
<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e545a7ab8.jpg" width="382" height="277" onclick="Control.Modal.openDialog(this, event, 'http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e545a7ab8.jpg');" /></div>정통 스페인 요리를 즐기려면 풀코스로 먹어야 될거 같은데,<br />
가난해서 빠에야만 시켜먹었다.<br />
저래뵈도 저거 시켜서 둘이 먹으니 3만원(코스로 먹으면 도대체 얼마야 후덜덜..)<br />
차라리 쇠고기 숯불 구이를 먹을껄....<br />
<br />
<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e70a83950.jpg" width="382" height="277" onclick="Control.Modal.openDialog(this, event, 'http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e70a83950.jpg');" /></div><br />
그래도, 맛은 좀 독특했다.<br />
이건 무슨 맛이야! 라고 표현할 수 없는데.. 카레 같기도 하고(색깔 때문인가?)<br />
</div><br />
<br />
<br />
내가 남자랑 둘이서 저기 간건 단지<br />
대항해시대 온라인에 나오는 <br />
샤프란으로 향을 낸 닭고기 빠에야가 생각나서였는데...<br />
역시 선장은 부자인건가.<br />
<br />
인터넷 검색하니 나름 맛집이라고...<br />
<br />
<br />
그냥 미스터피자나 갈꺼를 ㅠㅠㅠ<br />
<br/><br/>tag : <a href="/tag/라빠에야" rel="tag">라빠에야</a>,&nbsp;<a href="/tag/대항해시대" rel="tag">대항해시대</a>,&nbsp;<a href="/tag/스페인요리" rel="tag">스페인요리</a>,&nbsp;<a href="/tag/홍대앞" rel="tag">홍대앞</a>			 ]]> 
		</description>
		<category>친구</category>
		<category>라빠에야</category>
		<category>대항해시대</category>
		<category>스페인요리</category>
		<category>홍대앞</category>

		<comments>http://mystria.egloos.com/4255743#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:08:05 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 타워크레인 ]]> </title>
		<link>http://mystria.egloos.com/4255738</link>
		<guid>http://mystria.egloos.com/4255738</guid>
		<description>
			<![CDATA[ 
  <div style="text-align: center;">보라색 도화지에 검은 볼펜으로 슥슥 그린 그림 같아서 좋다.<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e45341a16.jpg" width="382" height="277" onclick="Control.Modal.openDialog(this, event, 'http://pds15.egloos.com/pds/200910/15/52/b0036952_4ad6e45341a16.jpg');" /></div></div><br/><br/>tag : <a href="/tag/타워크레인" rel="tag">타워크레인</a>			 ]]> 
		</description>
		<category>사진</category>
		<category>타워크레인</category>

		<comments>http://mystria.egloos.com/4255738#comments</comments>
		<pubDate>Thu, 15 Oct 2009 08:59:42 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 노트북자판이미끄러워.jpg ]]> </title>
		<link>http://mystria.egloos.com/4238811</link>
		<guid>http://mystria.egloos.com/4238811</guid>
		<description>
			<![CDATA[ 
  노트북 자판이 미끄러웠을 뿐....<br />
<br />
<div style="text-align:center"><img class="image_mid" border="0" onmouseover="this.style.cursor='pointer'" alt="" src="http://pds16.egloos.com/pds/200909/20/52/b0036952_4ab638f3875aa.jpg" width="316" height="421" onclick="Control.Modal.openDialog(this, event, 'http://pds16.egloos.com/pds/200909/20/52/b0036952_4ab638f3875aa.jpg');" /></div><br />
<br />
<br />
ㅂ과 2는 가깝고 Backspace와 Enter는 가깝다.<br />
<br />
사생활이니 퍼가지 마세요.<br />
			 ]]> 
		</description>
		<category>친구</category>

		<comments>http://mystria.egloos.com/4238811#comments</comments>
		<pubDate>Sun, 20 Sep 2009 14:16:16 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ G.I.조 ]]> </title>
		<link>http://mystria.egloos.com/4233933</link>
		<guid>http://mystria.egloos.com/4233933</guid>
		<description>
			<![CDATA[ 
  <span style="font-weight: bold;"><br />
<br />
<br />
</span><div style="text-align: center;"><span style="font-weight: bold;">[줄거리가 들어있으니 안 본 사람은 읽지 마시오!]</span><br />
</div><br />
<br />
<br />
<br />
이상하게 자는게 피곤해 일어나니 8시 반...<br />
<br />
왠지 조조영화 한 편 볼 수 있을거 같아 컴퓨터로 확인해 보니 10시 40분에 시작...<br />
<br />
이거슨 영화를 보라는 계시!<br />
<br />
<br />
<br />
지 아이 조!!<br />
<br />
<br />
우리 쉐도우 스톰 칼 맞고 물로 떨어질 때 이미 다들 후속작을 느꼈겠지.<br />
물에 빠지면 항상 살아남으니깐...<br />
"극장 호신술 : 총이나 칼에 맞았을 때 물로 떨어지면 안심!"<br />
<br />
<br />
궁금한 건,<br />
<br />
도대체 20년 전 <span style="color: rgb(255, 0, 0);">도쿄</span>에서는 무슨일이 있었길래<br />
<br />
배고픈 <span style="color: rgb(255, 0, 0);">양키 꼬마</span>가 <span style="color: rgb(255, 0, 0);">영어를 공용어</span>로 쓰는 <span style="color: rgb(255, 0, 0);">중국 무도관</span>에 밥을 훔치러 갔으며,<br />
거기서 왜 <span style="color: rgb(255, 0, 0);">한국말</span>을 쓰는 <span style="color: rgb(255, 0, 0);">10살 정도의 꼬마</span>에게 <span style="color: rgb(255, 0, 0);">칼 부림</span>(그것도 식칼)까지 당해야 했을까...<br />
<br />
<br />
아무튼 무서운 영화였지만 재밌었다.<br />
<br />
<br />
우리편은 본진 위치 들켜도 십여명 죽고 끝나는데<br />
적은 본진 위치 들키면 싹슬이 당하는게 좀 안쓰럽다...<br />
<br />
 <br/><br/>tag : <a href="/tag/지아이조" rel="tag">지아이조</a>,&nbsp;<a href="/tag/영화감상" rel="tag">영화감상</a>			 ]]> 
		</description>
		<category>감상</category>
		<category>지아이조</category>
		<category>영화감상</category>

		<comments>http://mystria.egloos.com/4233933#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:48:42 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 인터넷 키워를 보면서 생각난 공익광고.. ]]> </title>
		<link>http://mystria.egloos.com/4233916</link>
		<guid>http://mystria.egloos.com/4233916</guid>
		<description>
			<![CDATA[ 
  "<a href="http://noir.egloos.com/5069702" title="">9월의 중간</a>"별로 상관없는 트랙백<br />
<br />
Kobaco라는 한국방송광고공사라는 곳에서 공익광고를 하고 있다.<br />
한두달에 한편씩 새로운 공익광고가 나오는데, 광고 자체나 의도는 참 괜찮다고 생각된다.<br />
<br />
<br />
근데... 가끔씩 이건 아닌데 싶은 광고가 하나 둘 나오는데!<br />
<br />
<br />
그 중 하나가 가장 최신 업데이트 판인 악플근절 광고!<br />
<br />
악플은 병이 아니고 증상이라고 생각한다.<br />
병을 치료하지 않고 증상만 완화시키는건 그닥 좋은 해법은 아니겠지...<br />
(저런다고 완화될 거 같지도 않지만)<br />
<br />
학생에게 인성교육, 어른에게 개념탑제, 또는 국가적 변화 같은게 필요해 보이는데<br />
달랑 "악플 좀 그만달아라~" 이건 좀 아니라고 본다.<br />
<br />
학생들이 건강한 가정에서 건강한 교육을 받는다면 어떨까?<br />
맨날 경쟁하고 국영수암기만 하다보니 마음 속에 쌓이는건 분노 밖에 더 있겠나...<br />
회사에서 열심히 일하고 집에와서 가족들이랑 푹 쉬고, 여가 생활도 좀 하고 삶이 윤택하면<br />
인터넷에서 댓글로 찌질거릴 이유가 있겠냐는 거지...<br />
<br />
마치 암 환자한테 진통제 주는거랑 다를 바 없어 보인다는거....<br />
(진통제가 필요없다는 뜻은 아님)<br />
<br />
원인은 안보고 결과만 어찌 수습하려는거 같아 전파가 아깝다.<br />
<br />
<br />
<br />
<span style="color: rgb(204, 0, 0);">진통제고 나발이고, 이건 그냥 이번 미디어악법용 언플인거 같다.</span><br />
<span style="color: rgb(204, 0, 0);">"욕은 해도 되지만 딴나라당이랑 맹바기만 욕하지 마세요!" 라고 광고 하는게 더 솔직한거 같기도 하고...<br />
</span><br />
<br />
<br />
<br />
ps1. <br />
사실 교육 잘한다고, 사회가 건강하다고 악플이 없어질 거 같지는 않다.<br />
그런 의미로 저런 광고한다고 악플이 줄어들리는 더욱 없을 거 같다.<br />
<br />
ps2. <br />
인터넷 전혀 모르고 나이 많은 분들은 악플다는 애들이 그저 못된 놈들이라고만 생각하겠지..<br />
악플을 왜 다는지는 생각도 안하고 말야... 우리 가카님 까는 놈들도 좌빨이라 그런거고... <br/><br/>tag : <a href="/tag/공익광고" rel="tag">공익광고</a>,&nbsp;<a href="/tag/악플근절" rel="tag">악플근절</a>			 ]]> 
		</description>
		<category>개인</category>
		<category>공익광고</category>
		<category>악플근절</category>

		<comments>http://mystria.egloos.com/4233916#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:18:42 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 포풍 포스팅 ]]> </title>
		<link>http://mystria.egloos.com/4231826</link>
		<guid>http://mystria.egloos.com/4231826</guid>
		<description>
			<![CDATA[ 
  이제 자야지.			 ]]> 
		</description>
		<category>일기</category>

		<comments>http://mystria.egloos.com/4231826#comments</comments>
		<pubDate>Thu, 10 Sep 2009 16:31:40 GMT</pubDate>
		<dc:creator>△□○</dc:creator>
	</item>
</channel>
</rss>
