User Tools

Site Tools


clearcase

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
clearcase [2009/08/17 09:08] suapapaclearcase [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 6: Line 6:
 </code> </code>
  
 +
 +====== rsync ref ======
 +.rsyncignore
 +<code>
 +.rsyncignore
 +*.vws
 +.git/
 +do_rsync.sh
 +cscope.out
 +cscope.files
 +tags
 +*.sco
 +</code>
 +do_rsync.sh
 +<code bash>
 +#!/usr/bin/bash
 +rsync -rvt --progress --delete --exclude-from=.rsyncignore \
 +/cygdrive/d/CC_repo/이호민_Proj_Dev_Stream/ \
 +/cygdrive/d/workspace/Proj_WC/
 +</code>
 ====== references ====== ====== references ======
   *[[http://hackeric.tistory.com/3|강력한 소스 관리툴 - ClearCase]] - cleartool 사용 예 다수   *[[http://hackeric.tistory.com/3|강력한 소스 관리툴 - ClearCase]] - cleartool 사용 예 다수
Line 11: Line 31:
 git과 연동 git과 연동
   *[[http://blog.charleso.org/2008/10/clearcase-for-git.html|A Clearcase for Git]] via python   *[[http://blog.charleso.org/2008/10/clearcase-for-git.html|A Clearcase for Git]] via python
-  *[[http://www.turbodad.com/articles/24/12-revision|Improving ClearCase workflow with Git]] +  *[[http://genaud.net/2008/08/clearcase-globally-git-locally/|ClearCase Globally, Git Locally]] 
 +  *[[http://www.turbodad.com/articles/24/12-revision|Improving ClearCase workflow with Git]]
  
 Clearcase official sites Clearcase official sites
   *[[http://www-01.ibm.com/software/awdtools/clearcase/index.html|Rational ClearCase]]   *[[http://www-01.ibm.com/software/awdtools/clearcase/index.html|Rational ClearCase]]
   *[[http://www-01.ibm.com/support/docview.wss?rs=984&uid=swg27010158|About the ClearCase Information Center]] online manual   *[[http://www-01.ibm.com/support/docview.wss?rs=984&uid=swg27010158|About the ClearCase Information Center]] online manual
clearcase.1250500121.txt.gz · Last modified: 2013/08/03 05:04 (external edit)