Questions tagged [cm-synergy]

Rational Synergy is a software tool that provides software configuration management (SCM) capabilities for all artifacts related to software development including source code, documents and images as well as the final built software executables and libraries.

Rational Synergy is a software tool that provides software configuration management (SCM) capabilities for all artifacts related to software development including source code, documents and images as well as the final built software executables and libraries. Rational Synergy also provides the repository for the Rational change management tool known as Rational Change. Together these two tools form an integrated configuration management and change management environment that is used in software development organizations that need controlled SCM processes and an understanding of what is in a build of their software.

The name Synergy refers to its database level integration with Change Management that provides views into what is in a build in terms of defects

Synergy began life as a research project for computer-aided software engineering, at a company called CaseWare in 1988. Both the company and the product were renamed from CaseWare to Continuus Software in 1993. In 2000, the Swedish software company Telelogic, purchased Continuus software and renamed the product Synergy. In 2008 IBM Rational announced that it had purchased Telelogic. Rational Synergy is now part of the IBM Rational family of SCM tools.

Source: Wikipedia.

25 questions
8
votes
4 answers

Converting a CM Synergy archive to free source control

Because of downsizing and cost-saving our organisation is moving from CM/Telogic/Rational Synergy to free tools (most probably SVN). Is there anyway to transfer history and branch information from Synergy to a free tool?
Matthijs P
  • 1,144
  • 1
  • 9
  • 17
3
votes
1 answer

Converting a free source control to CM Synergy

My company is using CM Synergy as it's code version control tool, maybe it's my own problem that I can't hanlde this tool very nice. But in my own experience, Hg, Git or SVN is very useful for me. Is there any way to convert a opensource control…
shengy
  • 9,461
  • 4
  • 37
  • 61
2
votes
2 answers

Java API for Rational Synergy/CM?

Does anyone know if there exists a java API for Rational Synergy/CM? I need to perform queries from inside a small java program.
Henrik
  • 3,757
  • 1
  • 19
  • 18
1
vote
1 answer

Is there any way dump an IBM Rational Synergy Database through Java?

I was wondering if an API exist that would allow me to dump a synergy database through java. I can create an excel report through IBM Rational Change but it would be nice if there was a way to just send a CCMDB query to the server through java and…
wdziemia
  • 1,429
  • 1
  • 14
  • 19
1
vote
1 answer

Rational synergy: Cannot login with username

I'm working on a Linux system (Debian Stretch, x86_64) and try to login to rational synergy, but the id shown in the textfield "User-ID" is "unknown" and the text field is disabled. The client log put out a warning: Warning: Cannot start Synergy as…
Hochl
  • 41
  • 5
1
vote
2 answers

Using python to query IBM Rational Change

I would like to get a list of all change requests that exist in a IBM Rational Change (CM) database, actually I would like to get a list of Change request ID Change request Synopsis Change request Description I'm familiar with python (2.7) to do…
1
vote
0 answers

Rational Synergy: ccm query to List revision or commits made between a set of dates

What will be the ccm query to List the revision or commits that have been made between two dates provided?
Vishal Verma
  • 81
  • 1
  • 6
1
vote
2 answers

Telelogic Synergy equivalent of svn blame?

Is there an equivalent in Synergy to the blame command in Subversion? I'd like to be able to see, for a given version of a file, the originating change request or task for each line of that file. I'm using Synergy version 6.5.4105.
Dan Vinton
  • 26,401
  • 9
  • 37
  • 79
1
vote
1 answer

Jenkins auto build using CM Synergy

I am trying to set up an auto build using Jenkins. All I have to do is whenever there is a code change in the database, the automated build should happen and the build version should have the latest number. I saw all the websites using Jenkins with…
pranathi
  • 383
  • 4
  • 6
  • 16
1
vote
1 answer

How do I check if I have a base clearcase or UCM?

I am new to ClearCase . I have used rational synergy before. We use ClearCase in our project for version control. In my old project, I have used rational synergy, in which we used to create "tasks" for any modifications in the files. I got to know…
user2256404
  • 115
  • 1
  • 13
1
vote
1 answer

Is there an equivalent of "rational synergy tasks" in "rational clearcase"?

We have the concepts of tasks in synergy. (we can create a task and associate our changes with that task). Is there something similar in Rational clearcase? as of now we just checkOut the files we need to edit , and check them in. But If i want to…
user2256404
  • 115
  • 1
  • 13
1
vote
1 answer

Synergy CM equivalent of SVN Externals?

Trying to determine if there is any behavior analogous to SVN:Externals in IBM Rational Synergy CM. Ultimate objective is to find a more integrated way for Synergy projects existing in one database to contain files originating from another database…
rev_t
  • 15
  • 2
0
votes
1 answer

IBM Rational Synergy CLI get list of work area conflicts

When using the Synergy GUI you can "sync work area" and then you get a list of files with conflicts. I want to get the same list by using the CLI. However I have had no luck with this. I've tried to use ccm conflicts -r NAME:Version And it prints…
Ephreal
  • 1,835
  • 2
  • 18
  • 35
0
votes
1 answer

Cm Synergy File Renaming Issu

I am using cm synergy 7.1. I have to rename a file from say x to y. But there is no option(not even in right click menu) in synergy GUI for renaming files. So I am using CLI. When I try to move it to a new file it gives me below error: # ccm move x…
RKum
  • 758
  • 2
  • 12
  • 33
0
votes
2 answers

Migrating PySynergy to GIT

Has anyone tried migratePySynergy to GIT? Have you been able to migrate including the history? My company is planning a Synergy to GIT migration. I have found the PySynergy project on Github and trying to use it. I had to adapt it for our…
sriki38
  • 1
  • 1
1
2