<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Perforce Public Depot: VCP/RevML Project</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 VCP/RevML Project</h1> <h3>About This Project</h3> <dl class="project"> <dt>Content</dt> <dd> <p> Perl code, binaries and documentation for the <b>VCP</b> (Versioned Copy) tool and <b>RevML</b> (Revision Markup Language.) </p> <p> <b>VCP</b> is a tool for copying revision controlled files between various SCM repositories. <b>VCP</b> can copy files and some related metadata from CVS or VSS repositories to a Perforce server. Executables have been built for Linux, Solaris and Windows platforms. A command line interface guides users through selection of source and target repositories. The configuration file created may be saved for further customization or run 'as is' to convert data from one respostiory to another. </p> <p> <b>VCP</b> currently supports converting from: </p> <ul> <li>CVS to Perforce </li> <li>VSS to Perforce</li> </ul> <p> <b>RevML</b> is an XML language that represents file revisions, such as those managed by Perforce and other version control and configuration management systems. <b>RevML</b> provides a generic way to represent revisions, distinct from any particular version control or SCM tool's format. It forms the basis for other tools that operate on file revisions. </p> <p> <b>RevML</b> may be specified as a source or target by editing the <b>VCP</b> generated configuration file. </p> </dd> <dt>Curator</dt> <dd> This open source project is no longer under active development. </dd> </dl> <div class="hr-dotted"></div> <h3>Documentation</h3> <p> <b>VCP</b> documentation is <a href="http://public.perforce.com:8080/@cdf=//public/revml/docs/html/index.html&@//public/revml/docs/html/index.html">browsable as HTML</a> via <a href="http://public.perforce.com/public/index.html">the Perforce repository.</a> </p> <p> In addition, please refer to the following files from the distribution for more information: </p> <ul> <li><b><a href="README">README</a></b></li> <li><b><a href="INSTALL">INSTALL</a></b></li> <li><b><a href="CHANGES">CHANGES</a></b></li> <li><b><a href="LICENSE">LICENSE</a></b> (BSD-style)</li> <li><b><a href="MANIFEST">MANIFEST</a></b></li> </ul> <p>All of the documentation is embedded in files in <a href="http://public.perforce.com:8080/@md=d&cd=//public/revml/&ra=s&c=E7O@//public/revml/bin/?ac=83"><tt>bin/</tt></a> and <a href="http://public.perforce.com:8080/@md=d&cd=//public/revml/&ra=s&c=E7O@//public/revml/lib/?ac=83"><tt>lib/...</tt></a> using POD (Plain Old Documentation). The <tt>vcp help</tt> command gives command-line access to all documentation, but lists user documentation by default. The <tt>vcp help <i>dest_dir</i></tt> command can be used to build your own local copy of the documentation as HTML (this is what is used to generate the HTML documentation linked to above). <div class="hr-dotted"></div> <h3>The VCP Distribution</h3> <p> VCP is distributed as a single executable binary file. </p> <ul> <li> <b><a href="http://public.perforce.com:8080/@ra=s@/public/revml/VCP/bin/bin.linux24x86/vcp">vcp</a> -- Linux 2.4 kernel for x84</b></li> <li><b> <a href="http://public.perforce.com:8080/@ra=s@/public/revml/VCP/bin/bin.solaris8sparc/vcp">vcp</a> -- Solaris for SPARC</b></li> <li><b> <a href="http://public.perforce.com:8080/@ra=s@/public/revml/VCP/bin/bin.ntx86/vcp.exe">vcp.exe</a> -- Windows x86 </b></li> </ul> <p> In order to modify VCP, you'll need a number of prerequisite modules installed and VCP itself. The most up to date (and possibly unreleased) files comprising the current distribution of VCP (which includes the DTD and support files for RevML) are available for direct browsing and downloading from the Perforce Public Depot at </p> <blockquote> <p><b><a href="http://public.perforce.com:8080/@ra=s@/public/revml/">//public/revml/...</a></b></p> </blockquote> <p> VCP may be downloaded from the Public Depot using any Perforce client software. </p> <p> Only developers should sync from the repository and read the README and INSTALL documents. </p> <div class="hr-dotted"></div> <p class="stored-file">You're browsing a file stored as <code>$Id: //guest/perforce_software/revml/index.html#12 $</code><br> in the <a href="http://public.perforce.com/public/index.html">Perforce Public Depot</a>.</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 | |
---|---|---|---|---|---|
#12 | 6074 | michael | Fix a bunch of relative navbar links. | ||
#11 | 6026 | rlo |
Public depot fixes: * Titles formatted similarly * Navbar changed and shortened * Change review taken out of navbar * Links fixed |
||
#10 | 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! |
||
#9 | 5504 | gerry | Point to VCP executables. | ||
#8 | 4504 | Barrie Slaymaker | - remove CPAN info from index.html | ||
#7 | 1996 | Barrie Slaymaker | Refer to the vcp.pl "fat" distribution | ||
#6 | 1995 | Barrie Slaymaker |
Improve links to source directory Move documentation info above source code browsing info Show how to get command line help and how to generate local HTML documentation |
||
#5 | 1994 | Barrie Slaymaker |
Make VCP the primary subject of the page instead of RevML. Point to the HTML docs in the repository browser. |
||
#4 | 1992 | Barrie Slaymaker | Add VSS notification. | ||
#3 | 1155 | rmg |
The change to utils/index.html was required to get the page to render better with Netscape 6.2. (Without the closing </B> tags, the whole page from the Depot Browsers section on down rendered bold...!) I made the same logical change to the other four for consistency, though they didn't seem to suffer from the same problem. p4dti/index.html still doesn't render right under Netscape 6.2, but it's from a different patterns and I couldn't see a quick clean fix... so I didn't mess with it for now. |
||
#2 | 776 | rmg |
Adjust the revml index (per feedback from barries and others) and point the top level index link at it. |
||
#1 | 775 | rmg | First cut index page for RevML. |