Recent Q&A Activity

Hi

Im trying to use <scm> maven tag to obtain the code from an accurev branch;

 

Following Maven's instruction (http://maven.apache.org/scm/maven-scm-providers/maven-scm-provider-accurev/) if I follow this pattern 

 

 

 

my SCM tag in POM looks like this:

 

    <scm>

            <connection>scm:accurev:jenkins/jenkins@longscm01d:5050:/schema</connection>

We use Synergy 7.1 on Windows PC.

Do you know if there is a tool to merge word documents (parallel versions) within Synergy ? (msword supertype is binary)

Thank you for your help !

How does everyone like the new CM Crossroads website?

Bob Aiello
Editor in Chief

After the automated release build, we stage the versioned (with build tag) build result/deployment unit in a network shared drive. Normally I see people do it setup a web page to list these deployment units, then have a couple of buttons next them. When a button called "deploy to DEV" is click, the deployment unit is copied to the target DEV sever and got deployed.

There are lots of build automation tools to generate the deployment unit, but what tools can do the rest? I mean automatically list these deployment units and have buttons, etc.?

Thanks

Jirong

Would like to communicate to my environment the importance of following CN process with submitting RFCs.

During file checkout from Clearcase i want the CQ to list the CQ ID specific to the  user .

For this i am tring to modify config.plbut it is listing all the bugs but not the one specific to the suer .

i used the below configuration .

$s = &DefineCQSchema(NAME=>"MainSchema",

                         ENTITY_LIST => "EnhancementRequest",

                         RESTRICTIONS => "STANDARD");

 

how do I assign an external comparison tool - say beyond compare

During file checkout from Clearcase i want the CQ to list the CQ ID specific to the  user .

For this i am tring to modify config.plbut it is listing all the bugs but not the one specific to the suer .

i used the below configuration .

$s = &DefineCQSchema(NAME=>"MainSchema",

                         ENTITY_LIST => "EnhancementRequest",

                         RESTRICTIONS => "STANDARD");

 

I have registered for a training course for Software Configuration Management but the company also offers a Configuration Manager training course. What are the differences between these two? I've searched the web for the specifics but got no hits. Can someone please help clarify?

Also, does anyone know if Configuration Management Training Foundation (CMTF) is a good company to train with?

I got error while access the Ca Harvest Workbench, comm error: 306

I am running a query that returns multiple rows using HSQL. I only want the most current row so I added a group by statement and a MAX statement for the date/time. In problem resolution I have found that the group by is working but the MAX statement is giving me an error. Any ideas?

Query below