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
0
votes
1 answer

IBM Synergy: Get all source code files with certain pattern in their content

Is it possible to use ccm query in order to get all versions of a source code file which contain a certain pattern? For example, I would like to know in which versions of SourceCode.c contain references to a function Foo().
tovugike
  • 21
  • 3
0
votes
1 answer

How to rename project and release in CM synergy

I need to rename one of the synergy project along with the release. One of the option is to create a separate project and copy the contents in synergy. But doing so hampers the release notes , which shows the changes as entire check-ins so far. And…
Ravisha
  • 3,261
  • 9
  • 39
  • 66
0
votes
1 answer

How to transfer a task in Synergy

How do I transfer a task to another user in CM Synergy? I have a task assigned to me, but I need to transfer it to another user.
jeremy
  • 307
  • 4
  • 15
0
votes
1 answer

How can I disable build manager role in Jenkins

How can I disable build manager role. I just want to extract the code from synergy to my workspace. Will be of great help.. [workspace] $ "C:\Program Files\IBM\Rational\Synergy\7.1\bin\ccm.exe" set role build_mgr ccm command failed Warning:…
Ankita13
  • 469
  • 2
  • 7
  • 21
0
votes
1 answer

How can I fetch source code from synergy using Jenkins

I have installed synergy plugin for Jenkins. I want to fetch some code from synergy DB. How can I do it using jenkins? I have given all the details in SCM section of Jenkins like DB value, Engine, Username and password.
Ankita13
  • 469
  • 2
  • 7
  • 21
0
votes
2 answers

Finding baselines associated with a CR in the Telelogic Synergy command line

How would one find baselines associated with a CR in Telelogic Synergy using the CLI interface? I have tried ccm query "cvtype='baseline' and cr('xxx')", but this doesn't produce any results. From the GUI you can look at the properties of a baseline…
0
votes
1 answer

How to configure Telelogic Synergy so that the default type for "unknown" file is binary rather than ascii?

if I am not wrong, Telelogic Synergy mapped new files to a type depending of their extensions. If the extension is unknown, the file is by default declare as a base type ascii. Is it possible to make sure that "unknown" file type end up as binary…
0
votes
1 answer

Download attachments from the PR/CR via Web Mode CLI

Is there a way to download attachments from the CR/PR in Rational Change Server via Web Mode CLI? I know that is possible to do via the classic client's ccm, but in the Web Mode CLI it isn't possible in the same manner (i.e. ccm export does not…
Pawel K
  • 766
  • 8
  • 19
0
votes
1 answer

Rename Java file but keep history in IBM Rational Synergy 7.1

In the very big Java project I'm currently participating in, we use IBM Rational Synergy 7.1 as SCM. Now, a huge amount of rename and move refactorings are coming up due to changes in the architecture. We would prefer to have Eclipse as the leading…
ftr
  • 2,105
  • 16
  • 29
0
votes
1 answer

Interoperating between CM Synergy and Mercurial

Is it possible to push and maybe pull from Mercurial(Hg) to CM synergy. For instance we have a main server where all source control and related tasks are done using CM Synergy. I have a private mercurial repository that is local to my machine, at…
1
2