windows-nmake

Make for Windows: NMake | What is Nmake?

Make for Windows: NMake What is Nmake? NMAKE is Microsoft’s implementation of the make tool. The Microsoft Program Maintenance Utility (NMAKE.EXE) is a 32-bit tool that builds projects based on…

Read more »
versioning-in-software-configuration-management

Versioning in Software Configuration Management | SCM Versioning Guide

Versioning in Software Configuration Management? Reference: This article has been take out from Book Called “The Build Master: Microsoft’s Software Configuration Management Best Practices” Why Worry About Versioning? Having a…

Read more »

Hardware Configuration – What are the Hardware Requirements for Build Server?

Hardware Configuration – Hardware Requirements for Build Server Reference: The Build Master: Microsoft’s Software Configuration Management Best Practices At a minimum, the build lab should have four machines: Server that…

Read more »
build-definitions

More Important Build Definitions | Different Build Definitions | Build Terminologies

More Important Build Definitions Reference: The Build Master: Microsoft’s Software Configuration Management Best Practices It is also important for groups or teams to define these terms on a project-wide basis…

Read more »
different-perforce-tools

Different Perforce Tools and Their Short Summary | Know About Different Perforce tools

Different Perforce Tools and Their Short Summary Clients P4V: Visual Client – (Included in the P4V Installer) Provides access to versioned files through a graphical interface and also includes tools…

Read more »
linux-system-administrators-responsibilities

Main Responsibilities of the Linux System Administrator | What Linux System Administrators do ?

Main Responsibilities of the Linux System Administrator is as follows: Maintaining User Accounts Security Managing the disk space and Backup Provisiom the new Linux Server based on the need Linux…

Read more »
build-release-engineer-interview-questions-answer

Interview Questions and Answer for Build & Release Engineers

I get many emails and linkedin personal message about sharing interview questions for Build & Release Engineer and Configuration Engineer. I have asked some of my friends to share too…

Read more »
perl-interview-questions-answers

Most asked Perl Interview Questions and Answers

What is Perl one-liner?

There are two ways a Perl script can be run:

a)from a command line, called one-liner, that means you type and execute immediately on the command line. You’ll need the -e option to start like “perl -e “print “Hello”;”. One-liner doesn’t mean one Perl statement. One-liner may contain many statements in one line.

b)from a script file, called Perl program.

Read more »
software-version-control-product

How to Select the Right Software version Control Product?

Original link: http://www.cmcrossroads.com/cm-articles/275-articles/14286-selecting-the-right-software-version-control-product Selecting the Right Software Version Control Product Written by Mike Feighner For many years, I worked loyally for the same company where my expertise was restricted to…

Read more »
p4-duplicate-command

Use of p4 duplicate command | P4 Command Guide

Use of p4 duplicate command Problem Area is – Is there any possibility to rename branch name? as directory rename is possible? Solution is – p4 duplicate command What the…

Read more »
execute-external-commands-from-perl

How to Execute external commands by using perl?

There are many ways to execute external commands from Perl. The most commons are: system function exec function backticks (“) operator open function All of these methods have different behaviour,…

Read more »
perforce-changelist-number

How Perforce changelist number works? | Perforce Guide

How Perforce change list number works? Perforce assigns numbers to changelists and also maintains a default changelist, which is numbered when you submit it. You can create multiple changelists to…

Read more »
perforce-replication

Perforce Replication – What is Perforce Replication ?

Perforce Replication Replication is the duplication of server data from one Perforce Server to another Perforce Server, ideally in real time. You can use replication to: A replica server can…

Read more »