Skip to content

macmike/RTC-SCM-Command-Line-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

====RTC SCM Command Line Scripts: scmload===

Loads the contents of a component from a Jazz SCM stream to the current directory
Usage: scmload "<stream_name>" "<component_name>"

==Readme==
Simple script to wrap the Jazz SCM command line (assumed to be on the path) to allow users to load contents from a component in a stream to a local directory in just one command. 

Using this script will involve the creation of an RTC repository workspace, since at the time of writing this can't be removed using the command line you may wish to tidy them up using the GUI.

Comments here: http://mikemacd.wordpress.com/2011/11/14/scmload-script-for-ibm-jazz-scm/

====RTC SCM Command Line Scripts: scmdeliver===

Checks in and delivers current workspace changes against a workitem
Usage: scmdeliver <workitem_number>

==Readme==
Simple script to wrap the Jazz SCM command line (assumed to be on the path) to allow users to checkin and deliver local workspace changes against a workitem

Comments here: http://mikemacd.wordpress.com/2012/09/14/scm-checkin-an…m-jazz-rtc-scm/ ‎

==License==
Copyright (C) 2011 by Mike MacDonagh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages