========== P4V Addins ========== :Author: Miki Tebeka :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