P4V Addins

Author: Miki Tebeka <miki.tebeka@gmail.com>
Version: 0.8.1

General

NOTE:
Times change and I no longer work in Perforce environment.
If you'd like to take over the project, please drop me a line.

This project contains several addins to the P4V/P4Win Perforce clients.

They are:

Quick Label
"One step" label.
Label To Change
Gives the last changelist in each label for label comparison.
Checkout To
Checkout files to specific change list.
Publish
Implement Publish process.
Catchup
Implement Catchup process.
Create Development Branch

Create development branch for task. Will create:

  • Development tree in "users" directory.
  • Development workspace.
  • Integration branch specification.
Safe Sync
Will save each checked-out file with a .keep extension before synchronizing to latest version.

Installation

Win32

Just run the installer (make sure P4V/P4Win is closed before you install).

Unix

Unpack the distribution to a temporary directory. Run ./configure [1] and then make install.

To add the addins to P4V open Tools/Custom Tools... then Import Tools... and select p4vaddins.txt.

License

BSD License (new). See LICENSE

Changes

Version 0.8.1 (2006-08-06)

For full list of changes see the ChangeLog

[1]Run ./configure --help for available options