User Tools

Site Tools


clearcase

Differences

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

Link to this comparison view

Next revision
Previous revision
clearcase [2009/08/17 08:37] – created suapapaclearcase [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
-[[http://pypi.python.org/pypi/pycleartool/2005.02|pycleartool]] Python Extension to ClearCase+[[http://pypi.python.org/pypi/pycleartool/2005.02|pycleartool]] Python Extension to ClearCase - cleartool 쉘의 명령어를 파이썬에서 사용 
 +<code python> 
 +>>> import cleartool 
 +>>> s, o, e = cleartool.cmd('lsvob'
 +... 
 +</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 ====== 
 +  *[[http://hackeric.tistory.com/3|강력한 소스 관리툴 - ClearCase]] - cleartool 사용 예 다수 
 + 
 +git과 연동 
 +  *[[http://blog.charleso.org/2008/10/clearcase-for-git.html|A Clearcase for Git]] via python 
 +  *[[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.1250498265.txt.gz · Last modified: 2013/08/03 05:04 (external edit)