Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-updates > by-pkgid > 1d6e0a3784534d5165fa22faeeca008d > files > 104

subversion-doc-1.7.10-1.1.mga3.i586.rpm

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>start-commit</title>
    <link rel="stylesheet" type="text/css" href="styles.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <link rel="home" href="index.html" title="Version Control with Subversion" />
    <link rel="up" href="svn.ref.reposhooks.html" title="Repository Hooks" />
    <link rel="prev" href="svn.ref.reposhooks.html" title="Repository Hooks" />
    <link rel="next" href="svn.ref.reposhooks.pre-commit.html" title="pre-commit" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">start-commit</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="svn.ref.reposhooks.html">Prev</a> </td>
          <th width="60%" align="center">Repository Hooks</th>
          <td width="20%" align="right"> <a accesskey="n" href="svn.ref.reposhooks.pre-commit.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="start-commit">
      <a id="svn.ref.reposhooks.start-commit"></a>
      <div class="titlepage"></div>
      <a id="idp20744144" class="indexterm"></a>
      <div class="refnamediv">
        <h2>Name</h2>
        <p>start-commit — Notification of the beginning of a commit.</p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp20747296"></a>
        <h2>Description</h2>
        <p>The start-commit hook is run before the commit
          transaction is even created.  It is typically used to
          decide whether the user has commit privileges at all.</p>
        <p>If the start-commit hook program returns a nonzero exit
          value, the commit is stopped before the commit transaction
          is even created, and anything printed to <code class="filename">stderr</code> is
          marshalled back to the client.</p>
      </div>
      <div class="refsect1" title="Input Parameter(s)">
        <a id="idp20750000"></a>
        <h2>Input Parameter(s)</h2>
        <p>The command-line arguments passed to the hook program,
          in order, are:</p>
        <div class="orderedlist">
          <ol class="orderedlist" type="1">
            <li class="listitem">
              <p>Repository path</p>
            </li>
            <li class="listitem">
              <p>Authenticated username attempting the commit</p>
            </li>
            <li class="listitem">
              <p>Colon-separated list of
              capabilities that a client passes to the server,
              including <code class="literal">depth</code>,
              <code class="literal">mergeinfo</code>, and
              <code class="literal">log-revprops</code> (new in Subversion 1.5).</p>
            </li>
          </ol>
        </div>
      </div>
      <div class="refsect1" title="Common uses">
        <a id="idp20756864"></a>
        <h2>Common uses</h2>
        <p>Access control (e.g., temporarily lock out commits for
          some reason).</p>
        <p>A means to allow access only from clients that have
          certain capabilities.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="svn.ref.reposhooks.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="svn.ref.reposhooks.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="svn.ref.reposhooks.pre-commit.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Repository Hooks </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> pre-commit</td>
        </tr>
      </table>
    </div>
    <div xmlns="" id="svn-footer">
      <hr />
      <p>You are reading <em>Version Control with Subversion</em> (for Subversion 1.7), by Ben Collins-Sussman, Brian W. Fitzpatrick, and C. Michael Pilato.<br />
       This work is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution License v2.0</a>.<br />
       To submit comments, corrections, or other contributions to the text, please visit <a href="http://www.svnbook.com/">http://www.svnbook.com/</a>.</p>
    </div>
  </body>
</html>