일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- integration
- Customization
- 버전관리
- Enterprise Software Change and Configuration Management
- Dimensions Pulse
- Continuous Integration
- BPM
- 세레나소프트웨어
- Dimensions CM
- IntelliJ IDEA
- SCCM
- 소스코드관리
- CKEditor
- TeamTrack
- Embracing OpenSource
- Software Change and Configuration Management
- Serena software
- teamscript
- SBM
- Jenkins
- build
- UseCase
- 엔터프라이즈 SCCM
- Stream
- DIM14
- CM Bridge
- Serena Dimensions CM
- AppScript
- CM14
- SharePoint
- Today
- Total
this and that
IntelliJ IDEA에서 Dimensions CM 연동하기 본문
일반적으로 IntelliJ IDEA Community Edition에서는 소스코드 버전관리을 위해 CVS, Git, Subversion을 사용할 수 있습니다. 그런데 Dimensions CM 또한 사용이 가능합니다. 왜냐하면 Dimensions CM은 cmBridge라는 기능을 통해 Subversion 클라이언트로 Dimensions Repository를 이용할 수 있도록 지원하기 때문입니다. 다시 얘기하자면, IntelliJ IDEA에서 Subversion 메뉴를 이용하여 Dimensions CM을 연동할 수 있다는 의미입니다.
테스트환경
- Serena Dimensions CM 14.3.2
- IntelliJ IDEA Community Edition 2016.3.4
- TortoiseSVN 1.9.4.27285
IntelliJ에서 Subversion 기능을 이용하려면 SVN 클라이언트가 필수로 설치되어야 합니다. 꼭 명령어 설치 옵션을 포함해야 합니다.
웹브라우저를 이용하여 Dimensions cmbridge 페이지에 정상적으로 접속가능한지 확인합니다. 아래 화면과 같이 URL로 저장소에 접근할 수 있어야 합니다. 예) http://<dimensions_server>:<web_port>/cmbridge
IntelliJ IDEA에서 VCS - Subversion 기능으로 Dimensions CM 저장소를 연결한 화면입니다.
또한 Dimensions CM 저장소에 연동되어 정상적으로 버전관리가 되고 있는 Dimensions CM Changesets 히스토리를 볼 수 있습니다.
이처럼 IntelliJ IDEA에서 바로 연동이 가능하기 때문에 Peer Review, Continuous Integration, Continuous Inspection 등 Dimensions CM의 다양한 이점들을 활용할 수가 있습니다.
'Dimensions CM' 카테고리의 다른 글
Dimensions Git Connector (0) | 2017.02.15 |
---|---|
Cherry Pick Merge (0) | 2016.12.16 |
Shelving Stream (0) | 2016.12.16 |
Dimensions CM Eclipse 플러그인 설치하기 (0) | 2016.12.14 |
Dimensions Pulse에서 Jenkins expert 설정하기 (0) | 2016.09.01 |