<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Perforce Public Depot: Defect Tracking Integration</title> <!-- no htdig-keywords tag in this file --> <!-- no keywords tag in this file --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="../../css/pure.css" type="text/css"> <link rel="stylesheet" href="../../css/depot.css" type="text/css"> </head> <body> <!-- div for entire page --> <div id="outer"> <div id="page-top"><!-- frames the logo and search --> <!-- logo --> <div id="logo"> <a href="http://www.perforce.com"><img src="../../images/site_logo.gif" alt="Perforce Public Depot" width="219" height="50"></a> </div> <div id="search"><!-- search section --> <form method="get" action="http://www.google.com/search"> <div><!-- needed so invisible field will validate --> <input type="hidden" name="sitesearch" value="public.perforce.com"> </div><!-- silly invisible field div --> <ul class="search-box"> <li class="left"><input type="text" size="40" name="q" value="" class="search-form"></li> <li class="middle"><input type="submit" value="Search" class="search-button"></li> <li class="right" style="color: black;">Powered by Google</li> </ul> </form><!-- top navbar search form --> </div><!-- end search section --> </div> <!-- end div id page-top --> <!-- start site content --> <div id="main-body"> <!-- navbars --> <div id="navbar-outer"> <ul class="navbar"> <li class="nav-top"><a href="../../index.html" title="Home">Public Depot Home</a></li> <li><a href="../../sitemap.html" title="Project Tree">Project Tree</a></li> <!-- li><a href="../../search.html" title="Search">Search</a></li --> <li><a href="../../browse.html" title="How to Browse" >Browse</a></li> <li><a href="../../contribute.html" title="How to Contribute">Contribute</a></li> <!-- li><a href="../../review.html" title="Change Review Email">Change Review Email</a></li --> </ul> </div> <!-- end id.navbars --> <div id="content-outer"> <div id="content"> <!-- Content starts here --> <h1>The Perforce Version Copy Utility (VCP)</h1> <h3>About the VCP</h3> <p>The Perforce Version Copy Utility(VCP) is an outgrowth of the Revision Markup Language (RevML) project developed under Perforce contract to Perforce by Barrie Slaymaker. VCP ('version copy') copies versions of files from one repository to another, translating as much metadata as possible along the way. This allows you to copy and translate files and their histories between revision storage systems. </p> <div class="hr-dotted"></div> <h3>Downloads</h3> <ul> <li><code><a href="release/1.0.0/INSTALL.txt">INSTALL.txt</a></code> -- Installation instructions</li> <li><code><a href="release/1.0.0/release-notes.txt">release-notes.txt</a></code> -- What's new and what's changed</li> <li><code><a href="release/1.0.0/vcp-1.0.0-sol.i386.rpm">vcp-1.0.0-sol.i386.rpm</a></code> -- RPM for Solaris 8, 9</li> <li><code><a href="release/1.0.0/vcp-1.0.0-rhl.i386.rpm">vcp-1.0.0-rhl.i386.rpm</a></code> -- RPM for Red Hat Linux 7.0, 8.0, 9.0</li> <li><code><a href="release/1.0.0/vcp-1.0.0-win2k.i386.exe">vcp-1.0.0-win2k.i386.exe</a></code> -- Binary for Windows 2000</li> <li><code><a href="release/1.0.0/vcp-1.0.0-winxp.i386.exe">vcp-1.0.0-winxp.i386.exe</a></code> -- Binary for Windows XP</li> <li><code><a href="release/1.0.0/vcp-1.0.0.tar.gz">vcp-1.0.0.tar.gz</a></code> -- Source for VCP for supported and unsupported installs on other platforms</li> <li><code><a href="build-vcp.tgz">build-vcp.tgz</a></code> -- Installation and build package for producing binary releases </li> <li><code><a href="BUILD/INSTALL-unix.txt">INSTALL-unix.txt</a></code> -- Install Installations for producing binary releases for linux and bsd</li> <li><code><a href="BUILD/INSTALL-windows.txt">INSTALL-windows.txt</a></code> -- Install Installations for producing binary releases for win2k and xp</li> <li><code><a href="BUILD/INSTALL-solaris.txt">INSTALL-solaris.txt</a></code> -- Install Installations for producing binary releases for solaris</li> <li><code><a href="release/0.90/vcp-0.9-bsd5.2.1.exe.gz">vcp-0.9-bsd5.2.1.exe.gz</a></code> -- Binary for FreeBDS 5.2.1</li> <li><code><a href="release/0.90/vcp-0.9-sol5.9x86.exe.gz">vcp-0.9-sol5.9x86.exe.gz</a></code> -- Binary for Solaris 5.9 x86</li> <li><code><a href="release/0.90/vcp-0.9-linux2.4.22.exe.gz">vcp-0.9-linux2.4.22.exe.gz</a></code> -- Binary for Linux 2.4.22 kernel (Mandrake 9.2)</li> </ul> <div class="hr-dotted"></div> <h3>Documentation</h3> <p>Full documentation is included with the VCP distribution. The documentation is also available here in the Perforce Public Depot for easy browsing. Help is also available from the installed vcp program using 'vcp help'. </p> <ul> <li><i><a href="release/1.0.0/html/index.html">VCP Module Table of Contents for release 1.0.0</a></i></li> <li><i><a href="release/0.90/html/index.html">VCP Module Table of Contents for release 0.90</a></i></li> <li><i><a href="Maintenance.html">VCP Code Maintenance Tips and Tricks</a></i></li> <li><i><a href="Newlines.html">VCP Handling of Newlines - Newline, ^Z, and NULL</a></i></li> <li><i><a href="Process.html">VCP How it works</a></i></li> </ul> <div class="hr-dotted"></div> <h3>Project Background</h3> <p>The Perforce Version Copy Utility (VCP) is an outgrowth of the Revision Markup Language (RevML) project developed under Perforce contract to Perforce by Barrie Slaymaker. All of the project reports, plans, designs, source code, and other documents are visible at the project web site at <<a href="http://www.slaysys.com/project/vcp/">http://www.slaysys.com/project/vcp/</a>>. The product is still maintained there. See <a href="License.html">VCP::License</a> (VCP help license) for the terms of use. </p> <div class="hr-dotted"></div> <p class="stored-file">You're browsing a file stored as <code>$Id: //public/perforce/revml/product/p4vcp.html#1 $</code></p> <!-- Content ends here --> </div><!-- id content --> </div><!-- id content-outer --> </div><!-- id main-body --> <!-- Copyright and bottom bar --> <div id="copyright"> Copyright © 1996, 2007 Perforce </div> </div> <!-- id outer --> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 6026 | rlo |
Public depot fixes: * Titles formatted similarly * Navbar changed and shortened * Change review taken out of navbar * Links fixed |
||
#5 | 6025 | rlo |
Public Depot Redesign goes live * Skin matches KB and latest WWW skin * Rudimentary search mechanism based on google * did this already, but made some big mistakes and it was easier to obliterate and start over * about the above: yikes! |
||
#4 | 4368 | alan_teague | Revised for Solaris, templates created for platform INSTALL instructions | ||
#3 | 4345 | alan_teague | Added ToC line for 0.90 release | ||
#2 | 4344 | alan_teague |
Revised productization files updating to latest perl modules and normalizing scripts to work on both linux and bsd platforms. |
||
#1 | 4311 | alan_teague |
Initial versions of productization files and scripts. All are draft quality submitted for review. |