SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
2405 - Using Git with Rational Team
Concert and Rational ClearCase in
enterprise environments
Bartosz Chrabski
Executive IT Specialist
WW Competitive Sales Team
bartosz.chrabski@pl.ibm.com
Peter Hack
ClearCase Architect
pahack@us.ibm.com
Open Source SCM market is changing – Git is important
• Git provides better auditing of
branch and merge events
• Backing up Subversion repositories
centrally is potentially simpler -
since you can choose to distributed
folders within a repo in git
• Git repository clones act as full
repository backups
• Subversion's UI is more mature than
Git's
• Git is much faster than Subversion
• Git's repositories are much smaller
than Subversions (for the Mozilla
project, 30x smaller)
• Git was designed to be fully
distributed from the start, allowing
each developer to have full local
control
• Git branches are simpler and less
resource heavy than Subversion's
• Git branches carry their entire
history
Why IBM loves GIT
2
Configuration management - Trends
3
Version control system Control of Roles and Users
Configuration management - Trends
4
Build tools Environment Configuration
Pressure on Software / Hardware Team Leaders
5
Corporate
• Process!
• Security!
• Regulatory compliance!
• …
Developers
• Get out of my way!
• Performance!
• …
What problems You need to solve with an SCM system
6
• Developers
• SCM just gets in the way
• Large “undo buffer”
• Parallel development
• Isolation
• Merging
• Performance
• Offline work
• Development Organization /
Corporate
• Security
• Time machine
• Parallel development
• Isolation
• Large-scale merging
• Variant management
• Component structures
What problems You need to solve with an SCM system
7
• Corporate (continued)
• Distributed teams
• Traceability
• Project lifecycle
• Change tracking
• Build and release
• Process automation / enforcement
• Regulatory compliance
• External audits
• Classified development
• Hardware / Software co-
development
• Management of large binary files
• Subcontracting
• Scalability
• Performance
Small deployments of SCM systems – challenges
8
• Key challenges to solve by SCM system
• Easy to learn / use
• Limited parallel development
• Low admin overhead
• Lightweight process
• ALM integration
• Platform support (Windows Linux)
• Distributed team (maybe)
• One of the big problems, that is often ignored is,
"What do we do if we're successful?“
• Often, that's when choosing a low-end tool ends
up being an unfortunate choice
• Planning for success can often pay off (i.e.
choosing a more powerful tool than you "need").
Git can be great for this situation
9
Free and
open source
Fast and
small
No need of
powerful
hardware
Stores
Snapshots
not
differences
Implicit
backup
• It is fully distributed
Anyone can have any/all versions/files from other
repositories
• Everyone works on their own branch(es)
No branch sharing (effectively, branches are "mastered"
at one repo and mastership cannot be transferred to
another)
• Access control is unimportant - it's open
source
• Simple security model
Although their data integrity validation provided by use
of hashes is sometimes imprecisely referred to as
"security"
• Entire repository copy for each workspace
This can cause disk space challenges when multiple
copies are needed for parallel development.
• Rebase operation can modify past history
• No process automation
• Support for sharing done by merging
Branch owner "approves" of changes through act of
merging
Medium to Enterprise deployments of SCM systems – Challenges
10
• Source code security (Access
control)Security
• Usability for non-iT users
• Simplicity that fits allUsability
• Ability to adapt to corporate
standards
• Ability to store and manage
binary files and high
volumes of data
• Support exclusive checkout
(locking files).
Standards
• Service Level Agreement or
24/7 support
• Backup and data recovery
• Scaling up
• Traceability with work items
and other ALM artifacts
Enterprise
Scale
SDLC Environments are not built based on one vendor solutions
Rational
ClearCase
Challenges related to multi-vendors SDLC = REALITY
12
One size does not fit all
13
Git IBM Rational Team Concert IBM Rational ClearCase
• It is fully distributed
Anyone can have any/all versions/files from
other repositories
• Everyone works on their own branch(es)
No branch sharing (effectively, branches are
"mastered" at one repo and mastership
cannot be transferred to another)
• Access control is unimportant - it's open
source
• Simple security model
Although their data integrity validation
provided by use of hashes is sometimes
imprecisely referred to as "security"
• Entire repository copy for each workspace
This can cause disk space challenges
when multiple copies are needed for
parallel development
• Rebase operation can modify past history .
• No process automation
• Support for sharing done by merging
Branch owner "approves" of changes through
act of merging
• Tuned for Agile Development
• Flexible Deployment solution
Ability to work over the WAN with a
centralized repository and file proxy
caching
Dashboard spawning multiple
projects/repositories
• Advanced collaboration support
In context, collaboration among software
developers
• Agile development support
Integrated, end to end, scalable support of
Agile development processes such as
Scaled Agile Framework
Iteration planning and end to end business
visibility
• Powerful source control management
• Integrated Build Management
• Supports incremental adoption with
ClearCase, ClearQuest, Synergy, Change,
Subversion, Git, etc
• Tuned for the Enterprise
Broadest set of platform support in the industry
Supports globally distributed development
• Flexible Deployment Solutions
Optimized to work over the WAN with a
centralized repository
CC MultiSite for Distributed Repositories
Private cloud or on premises deployment
• ClearCase Dynamic Views and Automatic
Views for Instant-on access to assets
• Handles very large configurations & files
• Highly customizable and scalable
UCM for out of the box process enactment
ClearQuest ALM Schema
• Highly secure repositories and processes
• Business IT governance infrastructure: access
control, electronic signatures, repeatable
processes, audit trails and lifecycle
traceability
• Extensible integration with CLM and other
ALM solutions
Why different SCMs should work together ?
14
What is the cost to move off any SCM
now ?
• High migration costs and time
• Loss of history and metadata
• Expensive consulting and addtional
education
• Higher risk for current projects
• Lower productivity
• How much automation do they have with CC
or current SCM today - i.e. builds - that need
to be rebuilt with Git? How much effort is this?
Any type of co-existance is actually cheaper than
migration ?
• Product delays, possible errors introduced to new
releases - what are they making and what is the
impact of a failed or delayed release?
• Reduced productivity as developers learn a new tool
and build new integrations and automation
• Possible loss of code history, will they be able to
rebuild past releases if needed
• Loss of integrations to existing tools
Risk of migration between SCMs
15
Any SCM system cannot be mapped
1:1 to Git (There is no magic tool)
• Always You need some type of workaround
Be aware that there will be problems and
not always working workarounds
• Files are compressed in memory (2 GB on
32-bit systems)
• Binary files increase the repo size
• Repository size vs. bandwidth
• Authentication / Protocol Security
• Access Control (ClearCase is OS-level
permission scheme, Git has NO file-based
Access Control)
Be aware of:
• It is alway better to focus on co-existance and
expansion of tool landscape to accomodate
Open Source & Enterprise systems
• Try to focus on how IBM SCM tools
enhance/improve their process & security
together with existing tools
• is not an answer to all the issues related to
SCM. It is not innovation, just new software,
which is focused on developers.
• ClearCase or RTC can and should co-exist
with other SCMs in the mature organization
which is not ruled only by developers.
RTC Tracking & Planning as a change management hub
16
• RTC provides an out-of-the-box integration with Git
– Supports vanilla Git today, GitHub and GitHub Enterprise
– Compatible with other open source tools commonly used with
Git
• Git with Gerrit for code review
• Git with Jenkins for build
– Provides governance:
• Users must authenticate with RTC in order to check in
changes
• Provides and enforces linking between Git commits and
RTC work items
• Grant permissions for who can commit changes,
create/delete branches, etc.
– Teams get the benefits of RTC: Agile planning, workflow
and approvals, etc.
Teams using
RTC SCM Teams using
ClearCase
Teams using
Synergy
Teams
using Git
IBM Rational Team Concert – Connecting GIT with ALM
Rational Team
Concert
Rational
Quality
Manager
Rational
DOORS NG
GIT is missing some features use RTC to enrich it
18
Protection of intellectual property
• Every developer has the complete code base on his or her
laptop. Do companies really want to take that risk with their
valuable source code?
• No fine-grained access control over directories or files within the
code base.
• No control over data leaks. If something slips out, there's no way
to find all the places it could be.
Support for advanced development and strategic
reuse
• Manage relationships between components, as needed for
product line engineering
• Baselines contribute to Global Configurations for managing
versions and variants across the lifecycle
Manage all your development teams with RTC
• Some teams may need RTC SCM, and others may okay with Git
that's fine.
• RTC can provide common CCB process, reports, metrics, and
governance across all teams.
Enterprise scale and support
• Git does not address enterprise level operational aspects.
Qualities of service like high availability or replication of multiple
repositories have to be done leveraging additional tools.
• As any other open source system Git does not have proper
support. Any enterprise system must offer a piece of mind in
addition to technical qualities.?
Tight integration with IBM's Application Lifecycle
Management solution for full traceability
Why even consider IBM ClearCase and GIT working together
19
Customization & integrations
• Highly customizable and controllable SCM process support to
fit many different modes of development including Agile, Waterfall,
and custom
• ClearCase integrates with many other software development
and delivery tools within Rational as well as outside of IBM
Rational
• ClearCase and IBM Rational provide greater ALM flexibility
rather than only addressing one piece of the puzzle (SCM)
• Lower risk allowing to use ClearCase as well as explore
alternatives for those that are looking for something different,
possibly IBM Rational Team Concert
• ClearCase provides a sound platform for SCM with managed
security, configuration management, runtime environment
(WAS) and integration ecosystem (including Jazz and Open
Source)
Enterprise scale and support
• IBM Rational provides 24x7 support for ClearCase and its
maturity on the market makes it a reliable SCM solution
Flexiblity
• ClearCase supports Deltas as a storage method but is far
more flexible. Out of the box, we provide deltas, compression,
and uncompressed storage options on an element by element
basis
• CC provides 4 different types of views depending on the needs
of the developer and/or task. No other product provide this
degree of flexibility.
• Extensive suite of GUIs as well as a comprehensive command
line.
• Flexible security model, including access control down to the
individual file level, if needed.
ClearCase is HERE to secure Your GIT deployments
20
"How a bug in Visual Studio 2015 exposed my
source code on GitHub and cost me $6,500 in
a few hours"
- https://www.humankode.com/security/how-a-
bug-in-visual-studio-2015-exposed-my-source-
code-on-github-and-cost-me-6500-in-a-few-hours
• Authentication
• CCRC requires explicit authentication
• Authorization
• Fine-grained access control
• Access Control Lists (ACLs)
• Unix-style permissions
• Auditing
• Detailed change history
• Fine-grained build auditing
• Access violation logging
• Encryption
• Data in motion: CCRC supports https
• Data at rest: Disk encryption
Customer Case – Git challenges mitigated with IBM CC
21
Situation: Large development team doing extensive parallel
development
Challenges and ClearCase solutions:
• Parallel development causing massive data duplication
• Dynamic and automatic views avoid needless duplication
• Parallel development causing massive redundant builds
• “Winkin” and binary file management avoid redundant
builds
• Must introduce fine-grained access control
• Access Control Lists (ACLs)
• Automate processes to prevent accidental (or intentional)
mistakes
• Triggers and metadata help developers
Q&A
22
Thank You
Your Feedback is Important!
Access the InterConnect 2016 Conference Attendee
Portal to complete your session surveys from your
smartphone,
laptop or conference kiosk.

Weitere ähnliche Inhalte

Was ist angesagt?

Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps:  Standardizing Chaotic Culture at NBCUniversalEfficient DevOps:  Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversalIBM UrbanCode Products
 
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing WorkloaAAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing WorkloaWASdev Community
 
Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016Stuart Charlton
 
Datasheet weblogicpluginforrd
Datasheet weblogicpluginforrdDatasheet weblogicpluginforrd
Datasheet weblogicpluginforrdMidVision
 
Containerizing MuleSoft applications for hybrid deployment
Containerizing MuleSoft applications for hybrid deployment Containerizing MuleSoft applications for hybrid deployment
Containerizing MuleSoft applications for hybrid deployment JuliaDemidova3
 
Cloud-Native Operations with Kubernetes and CI/CD
Cloud-Native Operations with Kubernetes and CI/CDCloud-Native Operations with Kubernetes and CI/CD
Cloud-Native Operations with Kubernetes and CI/CDVMware Tanzu
 
Building a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStackBuilding a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStackAnimesh Singh
 
VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...
VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...
VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...VMworld
 
Deploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode DeployDeploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode DeployClaudia Ring
 
Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...
Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...
Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...Daniel Oh
 
Urban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migrationUrban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migrationLaurel Dickson-Bull
 
SaaS company in north america
SaaS company in north americaSaaS company in north america
SaaS company in north americaGabe Akisanmi
 
How to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationHow to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationClaudia Ring
 
Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0IBM UrbanCode Products
 
Building out a Microservices Architecture with WebSphere Liberty Profile and ...
Building out a Microservices Architecture with WebSphere Liberty Profile and ...Building out a Microservices Architecture with WebSphere Liberty Profile and ...
Building out a Microservices Architecture with WebSphere Liberty Profile and ...David Currie
 
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamicsMonitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamicsNima Badiey
 
WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...
WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...
WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...VMworld
 
InterConnect2016_4932
InterConnect2016_4932InterConnect2016_4932
InterConnect2016_4932Clare Carty
 
DevOps Digital Transformation: A real life use case enabled by Alien4Cloud
DevOps Digital Transformation: A real life use case enabled by Alien4CloudDevOps Digital Transformation: A real life use case enabled by Alien4Cloud
DevOps Digital Transformation: A real life use case enabled by Alien4CloudCloudify Community
 
Microsoft.Virtualization.Technologies Son Vu
Microsoft.Virtualization.Technologies Son VuMicrosoft.Virtualization.Technologies Son Vu
Microsoft.Virtualization.Technologies Son Vuvncson
 

Was ist angesagt? (20)

Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps:  Standardizing Chaotic Culture at NBCUniversalEfficient DevOps:  Standardizing Chaotic Culture at NBCUniversal
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
 
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing WorkloaAAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
AAI-2075 Evolving an IBM WebSphere Topology to Manage a Changing Workloa
 
Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016
 
Datasheet weblogicpluginforrd
Datasheet weblogicpluginforrdDatasheet weblogicpluginforrd
Datasheet weblogicpluginforrd
 
Containerizing MuleSoft applications for hybrid deployment
Containerizing MuleSoft applications for hybrid deployment Containerizing MuleSoft applications for hybrid deployment
Containerizing MuleSoft applications for hybrid deployment
 
Cloud-Native Operations with Kubernetes and CI/CD
Cloud-Native Operations with Kubernetes and CI/CDCloud-Native Operations with Kubernetes and CI/CD
Cloud-Native Operations with Kubernetes and CI/CD
 
Building a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStackBuilding a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStack
 
VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...
VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...
VMworld 2015: Build and Run Cloud Native Apps in your Software Defined Data C...
 
Deploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode DeployDeploying to and Configuring WebSphere Application Server with UrbanCode Deploy
Deploying to and Configuring WebSphere Application Server with UrbanCode Deploy
 
Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...
Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...
Red Hhat Summit 2017 : Love Containers, Love Devops, Love Openshift, Where's ...
 
Urban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migrationUrban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migration
 
SaaS company in north america
SaaS company in north americaSaaS company in north america
SaaS company in north america
 
How to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationHow to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform Innovation
 
Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0Product Overview: The New IBM UrbanCode Deploy 6.0
Product Overview: The New IBM UrbanCode Deploy 6.0
 
Building out a Microservices Architecture with WebSphere Liberty Profile and ...
Building out a Microservices Architecture with WebSphere Liberty Profile and ...Building out a Microservices Architecture with WebSphere Liberty Profile and ...
Building out a Microservices Architecture with WebSphere Liberty Profile and ...
 
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamicsMonitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
 
WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...
WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...
WMworld Europe 2014: Hybrid Sandboxing – Create the Ultimate On and Off Premi...
 
InterConnect2016_4932
InterConnect2016_4932InterConnect2016_4932
InterConnect2016_4932
 
DevOps Digital Transformation: A real life use case enabled by Alien4Cloud
DevOps Digital Transformation: A real life use case enabled by Alien4CloudDevOps Digital Transformation: A real life use case enabled by Alien4Cloud
DevOps Digital Transformation: A real life use case enabled by Alien4Cloud
 
Microsoft.Virtualization.Technologies Son Vu
Microsoft.Virtualization.Technologies Son VuMicrosoft.Virtualization.Technologies Son Vu
Microsoft.Virtualization.Technologies Son Vu
 

Andere mochten auch

Mastering Gift Processing in The Raiser's Edge
Mastering Gift Processing in The Raiser's EdgeMastering Gift Processing in The Raiser's Edge
Mastering Gift Processing in The Raiser's EdgeBlackbaud
 
Hassle Free Issue tracking with redmine
Hassle Free Issue tracking with redmineHassle Free Issue tracking with redmine
Hassle Free Issue tracking with redmineciaranj
 
Software Project Management using Redmine
Software Project Management using RedmineSoftware Project Management using Redmine
Software Project Management using RedmineRitesh Tamrakar
 
Modelon Modelica executable requirements Ansys Conference 2016
Modelon Modelica executable requirements Ansys Conference 2016Modelon Modelica executable requirements Ansys Conference 2016
Modelon Modelica executable requirements Ansys Conference 2016Modelon
 
What Nobody's Telling You About Agile and DevOps
What Nobody's Telling You About Agile and DevOpsWhat Nobody's Telling You About Agile and DevOps
What Nobody's Telling You About Agile and DevOpsTasktop
 
Event management and attendance with The Raiser’s Edge
Event management and attendance with The Raiser’s EdgeEvent management and attendance with The Raiser’s Edge
Event management and attendance with The Raiser’s EdgeBlackbaud Pacific
 
Redmine - a project management system
Redmine - a project management systemRedmine - a project management system
Redmine - a project management systemCaesar Chi
 
Event Management Tips and Time Savers in The Raiser’s Edge
Event Management Tips and Time Savers in The Raiser’s EdgeEvent Management Tips and Time Savers in The Raiser’s Edge
Event Management Tips and Time Savers in The Raiser’s EdgeBlackbaud
 
Module 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertModule 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertIBM Rational software
 

Andere mochten auch (11)

Mastering Gift Processing in The Raiser's Edge
Mastering Gift Processing in The Raiser's EdgeMastering Gift Processing in The Raiser's Edge
Mastering Gift Processing in The Raiser's Edge
 
Hassle Free Issue tracking with redmine
Hassle Free Issue tracking with redmineHassle Free Issue tracking with redmine
Hassle Free Issue tracking with redmine
 
Software Project Management using Redmine
Software Project Management using RedmineSoftware Project Management using Redmine
Software Project Management using Redmine
 
Modelon Modelica executable requirements Ansys Conference 2016
Modelon Modelica executable requirements Ansys Conference 2016Modelon Modelica executable requirements Ansys Conference 2016
Modelon Modelica executable requirements Ansys Conference 2016
 
What Nobody's Telling You About Agile and DevOps
What Nobody's Telling You About Agile and DevOpsWhat Nobody's Telling You About Agile and DevOps
What Nobody's Telling You About Agile and DevOps
 
Event management and attendance with The Raiser’s Edge
Event management and attendance with The Raiser’s EdgeEvent management and attendance with The Raiser’s Edge
Event management and attendance with The Raiser’s Edge
 
Mini git tutorial
Mini git tutorialMini git tutorial
Mini git tutorial
 
Redmine - a project management system
Redmine - a project management systemRedmine - a project management system
Redmine - a project management system
 
Event Management Tips and Time Savers in The Raiser’s Edge
Event Management Tips and Time Savers in The Raiser’s EdgeEvent Management Tips and Time Savers in The Raiser’s Edge
Event Management Tips and Time Savers in The Raiser’s Edge
 
Lab1 RTC Overview
Lab1 RTC OverviewLab1 RTC Overview
Lab1 RTC Overview
 
Module 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertModule 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team Concert
 

Ähnlich wie Using Git with Rational Team Concert and Rational ClearCase in enterprise environments.

Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Bruno Capuano
 
Version Control, Writers, and Workflows
Version Control, Writers, and WorkflowsVersion Control, Writers, and Workflows
Version Control, Writers, and Workflowsstc-siliconvalley
 
Git Gerrit Mit Teamforge
Git Gerrit Mit TeamforgeGit Gerrit Mit Teamforge
Git Gerrit Mit TeamforgeCollabNet
 
Perforce helix git swarm jan 2016(pva1) meetup
Perforce helix git swarm jan 2016(pva1) meetupPerforce helix git swarm jan 2016(pva1) meetup
Perforce helix git swarm jan 2016(pva1) meetupdsdata systems
 
Why retail companies can't afford database downtime
Why retail companies can't afford database downtimeWhy retail companies can't afford database downtime
Why retail companies can't afford database downtimeDBmaestro - Database DevOps
 
How to Build a Compute Cluster
How to Build a Compute ClusterHow to Build a Compute Cluster
How to Build a Compute ClusterRamsay Key
 
Five Pain Points of Agile Development (And How Software Version Management Ca...
Five Pain Points of Agile Development (And How Software Version Management Ca...Five Pain Points of Agile Development (And How Software Version Management Ca...
Five Pain Points of Agile Development (And How Software Version Management Ca...Perforce
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous IntegrationXPDays
 
[Perforce] Git Fusion
[Perforce] Git Fusion[Perforce] Git Fusion
[Perforce] Git FusionPerforce
 
Making software development processes to work for you
Making software development processes to work for youMaking software development processes to work for you
Making software development processes to work for youAmbientia
 
Pain points of agile development
Pain points of agile developmentPain points of agile development
Pain points of agile developmentPerforce
 
Introduction to git and stash
Introduction to git and stashIntroduction to git and stash
Introduction to git and stashXpand IT
 
Svn vs mercurial vs github
Svn  vs  mercurial vs  githubSvn  vs  mercurial vs  github
Svn vs mercurial vs githubVinoth Kannan
 
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepoGit in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepoGina Bustos
 
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo Perforce
 

Ähnlich wie Using Git with Rational Team Concert and Rational ClearCase in enterprise environments. (20)

Git SVN Migrate Reasons
Git SVN Migrate ReasonsGit SVN Migrate Reasons
Git SVN Migrate Reasons
 
Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?
 
Version Control, Writers, and Workflows
Version Control, Writers, and WorkflowsVersion Control, Writers, and Workflows
Version Control, Writers, and Workflows
 
Git Gerrit Mit Teamforge
Git Gerrit Mit TeamforgeGit Gerrit Mit Teamforge
Git Gerrit Mit Teamforge
 
Perforce helix git swarm jan 2016(pva1) meetup
Perforce helix git swarm jan 2016(pva1) meetupPerforce helix git swarm jan 2016(pva1) meetup
Perforce helix git swarm jan 2016(pva1) meetup
 
Why retail companies can't afford database downtime
Why retail companies can't afford database downtimeWhy retail companies can't afford database downtime
Why retail companies can't afford database downtime
 
How to Build a Compute Cluster
How to Build a Compute ClusterHow to Build a Compute Cluster
How to Build a Compute Cluster
 
Five Pain Points of Agile Development (And How Software Version Management Ca...
Five Pain Points of Agile Development (And How Software Version Management Ca...Five Pain Points of Agile Development (And How Software Version Management Ca...
Five Pain Points of Agile Development (And How Software Version Management Ca...
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
 
[Perforce] Git Fusion
[Perforce] Git Fusion[Perforce] Git Fusion
[Perforce] Git Fusion
 
Git at an Enterprise
Git at an EnterpriseGit at an Enterprise
Git at an Enterprise
 
GIT INTRODUCTION
GIT INTRODUCTIONGIT INTRODUCTION
GIT INTRODUCTION
 
Making software development processes to work for you
Making software development processes to work for youMaking software development processes to work for you
Making software development processes to work for you
 
Pain points of agile development
Pain points of agile developmentPain points of agile development
Pain points of agile development
 
Introduction to git and stash
Introduction to git and stashIntroduction to git and stash
Introduction to git and stash
 
Svn vs mercurial vs github
Svn  vs  mercurial vs  githubSvn  vs  mercurial vs  github
Svn vs mercurial vs github
 
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepoGit in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
 
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
Git in the Enterprise: How to succeed at DevOps using Git and a monorepo
 
Git basic
Git basicGit basic
Git basic
 
SFScon19 - Marco Bizzantino - GitOps and Immutable Infrastructure
SFScon19 - Marco Bizzantino - GitOps and Immutable InfrastructureSFScon19 - Marco Bizzantino - GitOps and Immutable Infrastructure
SFScon19 - Marco Bizzantino - GitOps and Immutable Infrastructure
 

Kürzlich hochgeladen

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 

Kürzlich hochgeladen (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

Using Git with Rational Team Concert and Rational ClearCase in enterprise environments.

  • 1. 2405 - Using Git with Rational Team Concert and Rational ClearCase in enterprise environments Bartosz Chrabski Executive IT Specialist WW Competitive Sales Team bartosz.chrabski@pl.ibm.com Peter Hack ClearCase Architect pahack@us.ibm.com
  • 2. Open Source SCM market is changing – Git is important • Git provides better auditing of branch and merge events • Backing up Subversion repositories centrally is potentially simpler - since you can choose to distributed folders within a repo in git • Git repository clones act as full repository backups • Subversion's UI is more mature than Git's • Git is much faster than Subversion • Git's repositories are much smaller than Subversions (for the Mozilla project, 30x smaller) • Git was designed to be fully distributed from the start, allowing each developer to have full local control • Git branches are simpler and less resource heavy than Subversion's • Git branches carry their entire history
  • 4. Configuration management - Trends 3 Version control system Control of Roles and Users
  • 5. Configuration management - Trends 4 Build tools Environment Configuration
  • 6. Pressure on Software / Hardware Team Leaders 5 Corporate • Process! • Security! • Regulatory compliance! • … Developers • Get out of my way! • Performance! • …
  • 7. What problems You need to solve with an SCM system 6 • Developers • SCM just gets in the way • Large “undo buffer” • Parallel development • Isolation • Merging • Performance • Offline work • Development Organization / Corporate • Security • Time machine • Parallel development • Isolation • Large-scale merging • Variant management • Component structures
  • 8. What problems You need to solve with an SCM system 7 • Corporate (continued) • Distributed teams • Traceability • Project lifecycle • Change tracking • Build and release • Process automation / enforcement • Regulatory compliance • External audits • Classified development • Hardware / Software co- development • Management of large binary files • Subcontracting • Scalability • Performance
  • 9. Small deployments of SCM systems – challenges 8 • Key challenges to solve by SCM system • Easy to learn / use • Limited parallel development • Low admin overhead • Lightweight process • ALM integration • Platform support (Windows Linux) • Distributed team (maybe) • One of the big problems, that is often ignored is, "What do we do if we're successful?“ • Often, that's when choosing a low-end tool ends up being an unfortunate choice • Planning for success can often pay off (i.e. choosing a more powerful tool than you "need").
  • 10. Git can be great for this situation 9 Free and open source Fast and small No need of powerful hardware Stores Snapshots not differences Implicit backup • It is fully distributed Anyone can have any/all versions/files from other repositories • Everyone works on their own branch(es) No branch sharing (effectively, branches are "mastered" at one repo and mastership cannot be transferred to another) • Access control is unimportant - it's open source • Simple security model Although their data integrity validation provided by use of hashes is sometimes imprecisely referred to as "security" • Entire repository copy for each workspace This can cause disk space challenges when multiple copies are needed for parallel development. • Rebase operation can modify past history • No process automation • Support for sharing done by merging Branch owner "approves" of changes through act of merging
  • 11. Medium to Enterprise deployments of SCM systems – Challenges 10 • Source code security (Access control)Security • Usability for non-iT users • Simplicity that fits allUsability • Ability to adapt to corporate standards • Ability to store and manage binary files and high volumes of data • Support exclusive checkout (locking files). Standards • Service Level Agreement or 24/7 support • Backup and data recovery • Scaling up • Traceability with work items and other ALM artifacts Enterprise Scale
  • 12. SDLC Environments are not built based on one vendor solutions Rational ClearCase
  • 13. Challenges related to multi-vendors SDLC = REALITY 12
  • 14. One size does not fit all 13 Git IBM Rational Team Concert IBM Rational ClearCase • It is fully distributed Anyone can have any/all versions/files from other repositories • Everyone works on their own branch(es) No branch sharing (effectively, branches are "mastered" at one repo and mastership cannot be transferred to another) • Access control is unimportant - it's open source • Simple security model Although their data integrity validation provided by use of hashes is sometimes imprecisely referred to as "security" • Entire repository copy for each workspace This can cause disk space challenges when multiple copies are needed for parallel development • Rebase operation can modify past history . • No process automation • Support for sharing done by merging Branch owner "approves" of changes through act of merging • Tuned for Agile Development • Flexible Deployment solution Ability to work over the WAN with a centralized repository and file proxy caching Dashboard spawning multiple projects/repositories • Advanced collaboration support In context, collaboration among software developers • Agile development support Integrated, end to end, scalable support of Agile development processes such as Scaled Agile Framework Iteration planning and end to end business visibility • Powerful source control management • Integrated Build Management • Supports incremental adoption with ClearCase, ClearQuest, Synergy, Change, Subversion, Git, etc • Tuned for the Enterprise Broadest set of platform support in the industry Supports globally distributed development • Flexible Deployment Solutions Optimized to work over the WAN with a centralized repository CC MultiSite for Distributed Repositories Private cloud or on premises deployment • ClearCase Dynamic Views and Automatic Views for Instant-on access to assets • Handles very large configurations & files • Highly customizable and scalable UCM for out of the box process enactment ClearQuest ALM Schema • Highly secure repositories and processes • Business IT governance infrastructure: access control, electronic signatures, repeatable processes, audit trails and lifecycle traceability • Extensible integration with CLM and other ALM solutions
  • 15. Why different SCMs should work together ? 14 What is the cost to move off any SCM now ? • High migration costs and time • Loss of history and metadata • Expensive consulting and addtional education • Higher risk for current projects • Lower productivity • How much automation do they have with CC or current SCM today - i.e. builds - that need to be rebuilt with Git? How much effort is this? Any type of co-existance is actually cheaper than migration ? • Product delays, possible errors introduced to new releases - what are they making and what is the impact of a failed or delayed release? • Reduced productivity as developers learn a new tool and build new integrations and automation • Possible loss of code history, will they be able to rebuild past releases if needed • Loss of integrations to existing tools
  • 16. Risk of migration between SCMs 15 Any SCM system cannot be mapped 1:1 to Git (There is no magic tool) • Always You need some type of workaround Be aware that there will be problems and not always working workarounds • Files are compressed in memory (2 GB on 32-bit systems) • Binary files increase the repo size • Repository size vs. bandwidth • Authentication / Protocol Security • Access Control (ClearCase is OS-level permission scheme, Git has NO file-based Access Control) Be aware of: • It is alway better to focus on co-existance and expansion of tool landscape to accomodate Open Source & Enterprise systems • Try to focus on how IBM SCM tools enhance/improve their process & security together with existing tools • is not an answer to all the issues related to SCM. It is not innovation, just new software, which is focused on developers. • ClearCase or RTC can and should co-exist with other SCMs in the mature organization which is not ruled only by developers.
  • 17. RTC Tracking & Planning as a change management hub 16 • RTC provides an out-of-the-box integration with Git – Supports vanilla Git today, GitHub and GitHub Enterprise – Compatible with other open source tools commonly used with Git • Git with Gerrit for code review • Git with Jenkins for build – Provides governance: • Users must authenticate with RTC in order to check in changes • Provides and enforces linking between Git commits and RTC work items • Grant permissions for who can commit changes, create/delete branches, etc. – Teams get the benefits of RTC: Agile planning, workflow and approvals, etc. Teams using RTC SCM Teams using ClearCase Teams using Synergy Teams using Git
  • 18. IBM Rational Team Concert – Connecting GIT with ALM Rational Team Concert Rational Quality Manager Rational DOORS NG
  • 19. GIT is missing some features use RTC to enrich it 18 Protection of intellectual property • Every developer has the complete code base on his or her laptop. Do companies really want to take that risk with their valuable source code? • No fine-grained access control over directories or files within the code base. • No control over data leaks. If something slips out, there's no way to find all the places it could be. Support for advanced development and strategic reuse • Manage relationships between components, as needed for product line engineering • Baselines contribute to Global Configurations for managing versions and variants across the lifecycle Manage all your development teams with RTC • Some teams may need RTC SCM, and others may okay with Git that's fine. • RTC can provide common CCB process, reports, metrics, and governance across all teams. Enterprise scale and support • Git does not address enterprise level operational aspects. Qualities of service like high availability or replication of multiple repositories have to be done leveraging additional tools. • As any other open source system Git does not have proper support. Any enterprise system must offer a piece of mind in addition to technical qualities.? Tight integration with IBM's Application Lifecycle Management solution for full traceability
  • 20. Why even consider IBM ClearCase and GIT working together 19 Customization & integrations • Highly customizable and controllable SCM process support to fit many different modes of development including Agile, Waterfall, and custom • ClearCase integrates with many other software development and delivery tools within Rational as well as outside of IBM Rational • ClearCase and IBM Rational provide greater ALM flexibility rather than only addressing one piece of the puzzle (SCM) • Lower risk allowing to use ClearCase as well as explore alternatives for those that are looking for something different, possibly IBM Rational Team Concert • ClearCase provides a sound platform for SCM with managed security, configuration management, runtime environment (WAS) and integration ecosystem (including Jazz and Open Source) Enterprise scale and support • IBM Rational provides 24x7 support for ClearCase and its maturity on the market makes it a reliable SCM solution Flexiblity • ClearCase supports Deltas as a storage method but is far more flexible. Out of the box, we provide deltas, compression, and uncompressed storage options on an element by element basis • CC provides 4 different types of views depending on the needs of the developer and/or task. No other product provide this degree of flexibility. • Extensive suite of GUIs as well as a comprehensive command line. • Flexible security model, including access control down to the individual file level, if needed.
  • 21. ClearCase is HERE to secure Your GIT deployments 20 "How a bug in Visual Studio 2015 exposed my source code on GitHub and cost me $6,500 in a few hours" - https://www.humankode.com/security/how-a- bug-in-visual-studio-2015-exposed-my-source- code-on-github-and-cost-me-6500-in-a-few-hours • Authentication • CCRC requires explicit authentication • Authorization • Fine-grained access control • Access Control Lists (ACLs) • Unix-style permissions • Auditing • Detailed change history • Fine-grained build auditing • Access violation logging • Encryption • Data in motion: CCRC supports https • Data at rest: Disk encryption
  • 22. Customer Case – Git challenges mitigated with IBM CC 21 Situation: Large development team doing extensive parallel development Challenges and ClearCase solutions: • Parallel development causing massive data duplication • Dynamic and automatic views avoid needless duplication • Parallel development causing massive redundant builds • “Winkin” and binary file management avoid redundant builds • Must introduce fine-grained access control • Access Control Lists (ACLs) • Automate processes to prevent accidental (or intentional) mistakes • Triggers and metadata help developers
  • 24. Thank You Your Feedback is Important! Access the InterConnect 2016 Conference Attendee Portal to complete your session surveys from your smartphone, laptop or conference kiosk.