<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
<title>P4V Addins</title>
<meta name="author" content="Miki Tebeka <miki.tebeka@gmail.com>" />
<style type="text/css">
/*
:Author: Fred L. Drake, Jr.
:date: $Date$
:version: $Revision$
This stylesheet combines some ideas from the two stylesheets
distributed with docutils and enhances them for Zope 3 documentation.
*/
@import url(default.css);
div.document {
margin: 0px 1em 1em 4em;
padding: 0px; }
div.document a {
text-decoration: none; }
div.document a[href] {
text-decoration: underline; }
div.document h1.title {
background-image: url("zope3logo.gif");
background-position: -6px -4px;
background-repeat: no-repeat;
font-size: 150%;
min-height: 50px; }
div.document div.section {
margin: 0px 0px 1.5em 0px; }
div.document div.section h1 {
background-color: rgb(230,230,230);
margin-left: -2em;
padding: 0.2em;
padding-left: 0.35em;
padding-top: 0.35em;
/* This grey underline make this more visually distinctive on LCD
monitors, which often don't have enough contrast. */
border-right: thin solid rgb(180,180,180);
border-bottom: thin solid rgb(180,180,180); }
div.document div.section div.section div.section h3 {
margin-bottom: -0.5em; }
div.document h1 {
font-family: sans-serif;
font-size: 135%; }
div.document h2 {
font-family: sans-serif;
font-size: 120%; }
div.document h3 {
font-family: sans-serif;
font-size: 105%; }
div.document h4 {
font-family: sans-serif;
font-size: 100%; }
div.document h5 {
font-family: sans-serif;
font-size: 100%; }
div.document h6 {
font-family: sans-serif;
font-style: italic;
font-size: 100%; }
div.document hr {
width: 75%; }
div.document .literal .pre {
background-color: white;
font-family: lucidatypewriter, "lucida typewriter", sans-serif; }
div.document .literal-block {
border: thin solid rgb(180,180,180);
font-family: lucidatypewriter, "lucida typewriter", monospace;
font-size: 80%;
padding: 0.5em; }
div.document table.table {
margin-left: 2em;
margin-right: 2em; }
div.document table.table thead {
background-color: rgb(230,230,230); }
/* docutils uses the "option" class with both "col" and "span"
elements, so we have to be explicit here */
div.document .option-list span.option {
font-weight: bold; }
div.document .option-list kbd {
font-family: inherit; }
</style>
</head>
<body>
<div class="document" id="p4v-addins">
<h1 class="title">P4V Addins</h1>
<table class="docinfo" frame="void" rules="none">
<col class="docinfo-name" />
<col class="docinfo-content" />
<tbody valign="top">
<tr><th class="docinfo-name">Author:</th>
<td>Miki Tebeka <<a class="reference" href="mailto:miki.tebeka@gmail.com">miki.tebeka@gmail.com</a>></td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.8.1</td></tr>
</tbody>
</table>
<div class="section">
<h1><a id="general" name="general">General</a></h1>
<p>
<b>
NOTE:<br />
Times change and I no longer work in Perforce environment. <br />
If you'd like to take over the project, please
<a href="mailto:miki.tebeka@gmail.com">drop me a line</a>.
</b>
</p>
<p>This project contains several addins to the P4V/P4Win Perforce clients.</p>
<p>They are:</p>
<dl class="docutils">
<dt>Quick Label</dt>
<dd>"One step" label.</dd>
<dt>Label To Change</dt>
<dd>Gives the last changelist in each label for label comparison.</dd>
<dt>Checkout To</dt>
<dd>Checkout files to specific change list.</dd>
<dt>Publish</dt>
<dd>Implement <a class="reference" href="http://robertcowham.com/blog/scm/p4_auto_merge.html">Publish</a> process.</dd>
<dt>Catchup</dt>
<dd>Implement <a class="reference" href="http://robertcowham.com/blog/scm/p4_auto_merge.html">Catchup</a> process.</dd>
<dt>Create Development Branch</dt>
<dd><p class="first">Create development branch for task.
Will create:</p>
<ul class="last simple">
<li>Development tree in "users" directory.</li>
<li>Development workspace.</li>
<li>Integration branch specification.</li>
</ul>
</dd>
<dt>Safe Sync</dt>
<dd>Will save each checked-out file with a .keep extension before
synchronizing to latest version.</dd>
</dl>
</div>
<div class="section">
<h1><a id="installation" name="installation">Installation</a></h1>
<div class="section">
<h2><a id="win32" name="win32">Win32</a></h2>
<p>Just run the <a class="reference" href="p4vaddins_0.8.1_setup.exe">installer</a> (make sure P4V/P4Win is closed before you install).</p>
</div>
<div class="section">
<h2><a id="unix" name="unix">Unix</a></h2>
<p>Unpack the <a class="reference" href="p4vaddins-0.8.1.tar.bz2">distribution</a> to a temporary directory.
Run <cite>./configure</cite> <a class="footnote-reference" href="#id3" id="id1" name="id1">[1]</a> and then <cite>make install</cite>.</p>
<p>To add the addins to P4V open <cite>Tools/Custom Tools...</cite> then <cite>Import Tools...</cite>
and select <cite>p4vaddins.txt</cite>.</p>
</div>
</div>
<div class="section">
<h1><a id="license" name="license">License</a></h1>
<p>BSD License (new). See <a class="reference" href="LICENSE.txt">LICENSE</a></p>
</div>
<div class="section">
<h1><a id="changes" name="changes">Changes</a></h1>
<p>Version 0.8.1 (2006-08-06)</p>
<ul class="simple">
<li>Support for P4V new XML settings file (2006.1)</li>
</ul>
<p>For full list of changes see the <a class="reference" href="ChangeLog">ChangeLog</a></p>
<table class="docutils footnote" frame="void" id="id3" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
<tr><td class="label"><a class="fn-backref" href="#id1" name="id3">[1]</a></td><td>Run <cite>./configure --help</cite> for available options</td></tr>
</tbody>
</table>
<!-- comment: vim:ft=rst -->
</div>
</div>
</body>
</html>
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 6314 | Gabi Davar |
Branch Miki Tabeka's last version of p4vaddins Integrate from: //guest/miki_tebeka/p4vaddins/... To: //guest/gabi_davar/p4vaddins/... |
||
| //guest/miki_tebeka/p4vaddins/dist/README.html | |||||
| #6 | 5879 | Miki Tebeka | Qualcomm email to gmail | ||
| #5 | 5877 | Miki Tebeka | Email change and project ownership. | ||
| #4 | 5631 | Miki Tebeka | Version 0.8.1 | ||
| #3 | 5488 | Miki Tebeka | Version 0.8.0 | ||
| #2 | 5383 | Miki Tebeka | 0.7.1 | ||
| #1 | 5282 | Miki Tebeka |
Rename/Move: //guest/miki_tebeka/p4vaddins/dists/ChangeLog To: //guest/miki_tebeka/p4vaddins/dist/ChangeLog Rename/Move: //guest/miki_tebeka/p4vaddins/dists/LICENSE.txt To: //guest/miki_tebeka/p4vaddins/dist/LICENSE.txt Rename/Move: //guest/miki_tebeka/p4vaddins/dists/README.html To: //guest/miki_tebeka/p4vaddins/dist/README.html Rename/Move: //guest/miki_tebeka/p4vaddins/dists/p4vaddins_0.7.0_setup.exe To: //guest/miki_tebeka/p4vaddins/dist/p4vaddins_0.7.0_setup.exe |
||
| //guest/miki_tebeka/p4vaddins/dists/README.html | |||||
| #1 | 5281 | Miki Tebeka | Initial upload | ||