
BuildForge – Exporting projects using bfexport | BuildForge Guide
Location: BuildForge Home Dir – Platform To display command syntax, use bfexport with no options. $ ./bfexport Usage: bfexport -l or: bfexport [-c comment] [-f filename] [-g] [-s] [-L] [-n]…
Read more »
Performance Optimization of Build Server | Performance Optimization Guide
Performance Optimization Checklist of Build Servers Build Infrastructure Level 1. Do you really need to build all source code or only the part of code which has changes? 2. Project…
Read more »
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 »
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 »
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 »
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 »
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 Network Troubleshooting Guide | How to Resolve Perforce Network Issues?
1. netstat -a Check to make sure that the server is running. netstat -a gives a list of all processes listening on network ports. Look for lines that contain “LISTEN”…
Read more »
A Successful Git branching model | Git branching model Guide
I was reading article and thought to repost here. It focuses around Git as the tool for the versioning of all of our source code. Why git? For a thorough discussion…
Read more »
How to Check File Attributes in Perl ? Perl File Attributes explained
Checking File Attributes in Perl I have been using perl for quite some time now. I have also been using the file handling logic in my scripts. However, what I did…
Read more »
Useful Tips to Make Team Building Exercises Effective and Successful
Hi, I am prabhakar, i have read an article about Team Building and i would like to share it with you.All successful businesses and organizations know that teamwork and team…
Read more »
Apache web server Installation Guide, know how to Install Apache web server on Windows 7?
After a quick detour to install Notepad++, I’m on my way to installing Magento. Before I can get into the meat of it, though, I do require a few prerequisites….
Read more »
Bamboo Vs TeamCity Vs CruiseControl – Continuous Integration Expert Review
Difference between Bamboo Vs TeamCity Vs CruiseControl TEAMCITY TC pre-tested commit is good. TC integrates to Visual Studio which is our main IDE. JetBrains are more focused on supporting .NET…
Read more »
SET UNIX HOME DIR PROPERTY using ANT
Set properties HOMEDIR in build.xml which will be set through user logged in the current system.. Example: <project name=”test” default=”myhome”> <property environment=”env”/> <target name=”myhome”> <echo message=”My home…
Read more »
Ant : Ant-Contrib – Introduction and Installation Process/Guide
What is Ant-Contrib Tasks? The Ant-Contrib project provides a collection of tasks and types that extend Ant to work as a scripting language as well as a build tool. Many…
Read more »
How to run Remote Desktop Console by using command line?
How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc…
Read more »
File Comparing Tools Review and Feedback
File Comparing Tools review File comparison in computing is the automatic comparing of data between files on a file system. The result of comparisons are typically displayed to the user,…
Read more »
CVS Configuration Procedure – Install CVS – CVS Setup Guide
CVS Configuration – Install CVS Procedure #1:- Use rpm or up2date or yum command to install cvs: for Redhat Use:- rpm -ivh cvs OR# up2date cvs for fedora use:- yum…
Read more »
How to Write Trigger in Perforce? – Perforce Triggers Guide
1 Introduction Perforce introduced the first server-side trigger in release 99.1 with the pre-submit trigger. This trigger satisfied a long-standing desire in the user community, but demand continued for more…
Read more »
How CVS will help to Realtime Developers ?
CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI are specific to…
Read more »
SCM Benefits the Organization in Four Major Ways – SCM Process Benefits
SCM benefits an organization in four areas: control, management, cost savings, and quality. These four benefits are mapped to an organization’s overall goals and objectives when the decisions are made to bring a SCM tool in-house. The features of a SCM tool further support these benefits.
SCM Benefits the Organization in Four Major Ways
Control
Control in SCM provides the ability to review, approve, and incorporate changes into a configuration item. There must be one controlling SCM tool so that there is only one set of training, license management, installation, and user procedures. All project personnel use the tool. Inherent in the tool is a standardized, measurable process for change. Integrity maintenance of CIs is enforced throughout the product life cycle. The tool permits only controlled change to the baseline CIs, and all changes are tracked.
Read more »

5 Keys to Automating Configuration Management for Application Infrastructure
5 Keys to Automating Configuration Management for Application Infrastructure
One of the trends being discussed in business, among vendors and in the analyst community is the importance of automating the functions performed by IT. Growing demands by the business, tight budgets and compliance pressures together accentuate the need for IT to be more agile, efficient and responsive to business stakeholders.
Naturally, vendors rush into this environment, each touting the unique benefits of its solution set and the urgency to move forward immediately. A key area targeted for IT automation is the area of ‘configuration management.’ As it relates to automating day to day IT functions, configuration management can mean many different things: patch management, server and network management or others.
Read more »
Batch Script to Login and sync the files from perforce | Step by step guide
Batch Script to Login Perforce server using command line Step 1: Create a new text file Step2: Copy following command %path% @echo on p4 -p172.28.16.2:1666 -uUserName -P”Password” -c”Client_Name” client –o…
Read more »