p4v-deficiencies-compared-to-p4win

What makes P4Win better than P4V? – P4V deficiencies

P4V deficiencies compared to P4Win Here’s list of P4V deficiencies & features missing as compared to P4Win…   1). In P4V you can’t paste paths onto the tree view as way…

Read more »
advantages-of-cvsnt-over-cvs

Benefits of CVSNT, What are the advantages of CVSNT over CVS ?

Advantages of CVSNT over CVS Feature CVSNT CVS Server Supports authentication via Microsoft Active Directory or SSH (windows only) YES NO Set enforced protocols allow server to lock out clients…

Read more »
cvs-vs-cvsnt

Major differences between CVS and CVSNT | CVS Vs CVSNT

Major differences between CVS and CVSNT | CVS Vs CVSNT CVSNT was started as a variation (or branch) of CVS in 1999 because patches contributed to CVS were not considered…

Read more »

SVN Installation | Subversion Installation guide | Subversion Setup

Install CollabNet SVN Command Line Client in Red Hat Link: http://www.collab.net/downloads/subversion/redhat.html 1. Platform and configuration Product: CollabNet Subversion client Platforms: Red Hat Enterprise Linux releases 4 and 5 (all versions,…

Read more »
install-collabnet-svn-command-line-client-in-windows

Process to Install CollabNet SVN Command Line Client in Windows

Link: http://www.collab.net/downloads/subversion/ 1. Platform and configuration    Product: CollabNet Subversion server    Certified platforms: Windows XP SP2, Win 2003(Standard Edition) R2    Apache version: 2.2.8    ViewVC: 1.0.5 (requires ActiveState…

Read more »
collabnet-svn-command-line

How to Install CollabNet SVN Command Line Client in Solaris?

Link: http://www.collab.net/downloads/subversion/solaris.html 1. Platform and configuration Product: CollabNet Subversion client Platforms: Solaris 10 SPARC Prerequisite: You must be a superuser (root) to install and uninstall CollabNet Subversion. 2. Import/Update CollabNet…

Read more »
access-svn-when-client-is-under-proxy

How to Access SVN when client is under proxy ?

The Subversion client can go through a proxy, if you configure it to do so.   First, edit your “servers” configuration file to indicate which proxy to use. The files…

Read more »
native-programs-in-ant

Running Native Programs in Ant

Running Native Programs in Ant Ant, while extremely powerful and flexible, can’t always offer everything you want to do. If this is the case, you can use the <exec> task,…

Read more »
a-script-to-find-all-users-who-have-not-set-passwords

A script to find all users who have not set passwords

Write a script to find all users who have not set passwords. #!/usr/bin/ruby require “P4” p4 = P4.new p4.parse_forms p4.connect p4.run_users.each do |u| user = p4.fetch_user( u[ “User” ] )…

Read more »
script-to-list-the-clients-in-descending-access-date-order

Script to list the clients in descending access date order

  Write a script to list the clients in descending access date order (for deleting obsolete clients).   #!/usr/bin/ruby require “P4” p4 = P4.new p4.tagged p4.connect clients = p4.run_clients.sort {|a,b|…

Read more »
wincvs

Steps to Import Module Process by using WinCVS

Import Normally refers to the process of creating a new module in the repository by sending an entire directory structure. Module A directory hierarchy. A software project normally exists as…

Read more »
p4win-window-navigation

The P4Win Window Navigation | P4Win Navigation Guide

The P4Win Screen  The P4Win screen resembles the Windows Explorer. The following diagram points out the main portions of the screen. Each pane is described in detail in the following…

Read more »
p4win-introduction

Introduction of p4win | p4win Overview | What is p4win?

P4Win is a Windows-Explorer-style program that helps you manage files that are stored in the Perforce software configuration management system. Using P4Win, you can view files, check them in and…

Read more »

404

404: Not Found Sorry, but the content you requested could not be found

Read more »