README.txt #6

  • //
  • guest/
  • miki_tebeka/
  • p4vaddins/
  • main/
  • README.txt
  • View
  • Commits
  • Open Download .zip Download (2 KB)
==========
P4V Addins
==========
:Author: Miki Tebeka <[email protected]>
:Version: _VERSION_

General
=======
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` [#]_ 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 _VERSION_ (2006-08-06)

* Support for P4V new XML settings file (2006.1)

For full list of changes see the ChangeLog_

.. _Publish: http://robertcowham.com/blog/scm/p4_auto_merge.html
.. _Catchup: http://robertcowham.com/blog/scm/p4_auto_merge.html
.. _installer: p4vaddins__VERSION__setup.exe
.. _distribution: p4vaddins-_VERSION_.tar.bz2
.. _LICENSE: LICENSE.txt
.. _ChangeLog: ChangeLog
.. [#] Run `./configure --help` for available options

.. comment: vim:ft=rst
# Change User Description Committed
#6 5629 Miki Tebeka Release 0.8.1
#5 5487 Miki Tebeka Added link to Unix dist file
#4 5486 Miki Tebeka * Release 0.8.0
   * Fixed bug in "Create Development Branch"
   * Unix support
#3 5382 Miki Tebeka * Start of UNIX - File format and #!
* getvalue returns string (not unicode in some cases)
#2 5283 Miki Tebeka * Link to installer
* vim file type directive
#1 5280 Miki Tebeka Initial checkin of project