========== 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 ---- 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 0.8.0 (2006-05-05) * 1'st version of Unix addins * Using "right" client in "Create Development Branch" * Using "integrate -v" in "Create Development Branch" 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 .. _LICENSE: LICENSE.txt .. _ChangeLog: ChangeLog .. [#] Run `./configure --help` for available switches .. comment: vim:ft=rst