<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Perforce Public Depot: Change Review Email</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> <!-- entire site div --> <div id="outer"> <div id="page-top"><!-- frames the logo and search --> <!-- logo --> <div id="logo"> <a href="index.html"><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">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" class="active">Change Review Email</a></li> </ul> </div> <!-- end id.navbars --> <!-- Content starts here --> <div id="content"> <h1>Change Review Email</h1> <p>There is a Perforce change review daemon for the Public Depot. You can configure your Perforce User Specification so that you will be notified about changes submitted by others to the Public Depot, either for the entire depot, or any subset of files kept here.</p> <p>The basic procedure is to edit your Perforce User Specification, adding a "Reviews:" field, with entries to select the paths within the depot of files you are interested in. When a change affecting such files is submitted, you will be notified via email. You must also have the <code>Email:</code> field in your User Specification correctly set to the address where you want notifications to be sent. (You can edit your User Specification using the <code>p4 user </code>command from the command line client). </p> <p>For example, to "subscribe" so that you will be notified about all changes affecting anything under <code>//public </code>, or any changes that affect any files in directories named "<code>cvs2p4</code>" (anywhere in the depot), you would set your User Specification to include:</p> <blockquote> <pre>Email: <I>your email address</I> Reviews: //public/... //.../cvs2p4/* </pre> </blockquote> <p>The Public Depot review daemon will also allow the person submitting a change to include additional addressees for a particular change notification, by including a one or more lines of the form </p> <blockquote> <pre>Description: cc: <I>address</I> [ <I>address</I> ... ] </pre> </blockquote> <p>in the Description field of either the Change Specification for a given change, or of the Client Specification of the client from which the change is being submitted.</p> <div class="hr-dotted"></div> <p class="stored-file">You're browsing a file stored as <code>$Id: //depot/dev/pd/r07.1/pages/review.html#7 $</code></p> </div> <!-- end id.content --> </div> <!-- end id.site --> <!-- gray bar copyright --> <div id="copyright"> Copyright © 1996, 2007 Perforce </div> <!-- end div.copyright --> </div> <!-- end id.outer --> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#5 | 9981 | laurette | Obsolete, deleting. | ||
#4 | 6283 | Sam Stafford | Update redirects to use new short URLs. | ||
#3 | 6276 | Sam Stafford | Change old pages to http://public.perforce.com/wiki/ redirects. | ||
#2 | 6026 | rlo |
Public depot fixes: * Titles formatted similarly * Navbar changed and shortened * Change review taken out of navbar * Links fixed |
||
#1 | 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! |