Skip to content

tim-lo/getRTCHistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Simple bash script which produces changesets history of components of RTC/Jazz repository stream for rtc2git.

Preconditions:

  • JAZZ SCM tool needs to be installed in your environment & added into paths
  • You can download it from: https://jazz.net/downloads/rational-team-concert/, select the apropriate version, and then click on More download options, search for SCM Tool, select one for your OS, and download it.

Usage:

./getRTCHistory.sh [Jazz Repository URL] [Project Area] [Name of Stream to be migrated] [Username] [Password]

e.g:

./getRTCHistory.sh "https://rtc-server.com/jazz/" "My Project Area" "My Awesome Stream" "tomas.kramaric@sk.ibm.com" "password"

Tested with:

  • RTC/Jazz 6.0.1
  • macOS Sierra v.10.12.1