<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.svn.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'svn.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.svn.php',
    1 => 'SVN',
  ),
  'prev' => 
  array (
    0 => 'svn.installation.php',
    1 => 'Instalaci&oacute;n',
  ),
  'next' => 
  array (
    0 => 'ref.svn.php',
    1 => 'Funciones SVN',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/svn/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="svn.constants" class="appendix">
 <h1 class="title">Constantes predefinidas</h1>

 <p class="simpara">Estas constantes son definidas por esta
extensión, y solo están disponibles si esta extensión ha sido compilada con
PHP, o bien cargada en tiempo de ejecución.</p>
 <dl>
  
   <dt id="constant.svn-revision-head">
    <strong><code><a href="svn.constants.php#constant.svn-revision-head">SVN_REVISION_HEAD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Número mágico (-1) especificando la revisión HEAD
    </span>
   </dd>
  
 </dl>
 <dl id="svn.constants.auth">
  <strong class="title">Constantes usables con <span class="function"><a href="function.svn-auth-set-parameter.php" class="function">svn_auth_set_parameter()</a></span></strong>
  
   <dt id="constant.svn-auth-param-default-username">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-default-username">SVN_AUTH_PARAM_DEFAULT_USERNAME</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Proiedad para el nombre de usuario por omisión a ser usada cuando realice una autenticación básica
    </span>
   </dd>
  
  
   <dt id="constant.svn-auth-param-default-password">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-default-password">SVN_AUTH_PARAM_DEFAULT_PASSWORD</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Propiedad para la clave por omisión a ser usada cuando realice una autenticación básica
    </span>
   </dd>
  
  
   <dt id="constant.svn-auth-param-non-interactive">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-non-interactive">SVN_AUTH_PARAM_NON_INTERACTIVE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-dont-store-passwords">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-dont-store-passwords">SVN_AUTH_PARAM_DONT_STORE_PASSWORDS</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-no-auth-cache">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-no-auth-cache">SVN_AUTH_PARAM_NO_AUTH_CACHE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-ssl-server-failures">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-ssl-server-failures">SVN_AUTH_PARAM_SSL_SERVER_FAILURES</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-ssl-server-cert-info">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-ssl-server-cert-info">SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-config">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-config">SVN_AUTH_PARAM_CONFIG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-server-group">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-server-group">SVN_AUTH_PARAM_SERVER_GROUP</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-config-dir">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-config-dir">SVN_AUTH_PARAM_CONFIG_DIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.php-svn-auth-param-ignore-ssl-verify-errors">
    <strong><code><a href="svn.constants.php#constant.php-svn-auth-param-ignore-ssl-verify-errors">PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIFY_ERRORS</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Propiedad personalizada para ignorar los errores de verificación del certificado SSL
    </span>
   </dd>
  
 </dl>
 <dl>
  <strong class="title">Constantes del sistema de archivos</strong>
  
   <dt id="constant.svn-fs-config-fs-type">
    <strong><code><a href="svn.constants.php#constant.svn-fs-config-fs-type">SVN_FS_CONFIG_FS_TYPE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Llave de configuración que determina el tipo de sistema de archivos
    </span>
   </dd>
  
  
   <dt id="constant.svn-fs-type-bdb">
    <strong><code><a href="svn.constants.php#constant.svn-fs-type-bdb">SVN_FS_TYPE_BDB</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Sistema de archivos es una implemetación Berkeley-DB
    </span>
   </dd>
  
  
   <dt id="constant.svn-fs-type-fsfs">
    <strong><code><a href="svn.constants.php#constant.svn-fs-type-fsfs">SVN_FS_TYPE_FSFS</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Implementación del sistema de ficheros nativo
    </span>
   </dd>
  
 </dl>
 <dl>
  <strong class="title">Constantes de propiedad reservadas</strong>
  
   <dt id="constant.svn-prop-revision-date">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-date">SVN_PROP_REVISION_DATE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:date
    </span>
   </dd>
  
  
   <dt id="constant.svn-prop-revision-orig-date">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-orig-date">SVN_PROP_REVISION_ORIG_DATE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:original-date
    </span>
   </dd>
  
  
   <dt id="constant.svn-prop-revision-author">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-author">SVN_PROP_REVISION_AUTHOR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:author
    </span>
   </dd>
  
  
   <dt id="constant.svn-prop-revision-log">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-log">SVN_PROP_REVISION_LOG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:log
    </span>
   </dd>
  
 </dl>
 <dl id="svn.constants.status">
  <strong class="title">constantes de trabajo con status de copias</strong>
  
   <dt id="constant.svn-wc-status-none">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-none">SVN_WC_STATUS_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Status no existe
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-unversioned">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-unversioned">SVN_WC_STATUS_UNVERSIONED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo no está versionado en la copia de trabajo
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-normal">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-normal">SVN_WC_STATUS_NORMAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo existe, nada más está ocurriendo
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-added">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-added">SVN_WC_STATUS_ADDED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo está programado para su adición
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-missing">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-missing">SVN_WC_STATUS_MISSING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo está versionado pero la copia de trabajo está ausante
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-deleted">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-deleted">SVN_WC_STATUS_DELETED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo está programado para ser borrado
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-replaced">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-replaced">SVN_WC_STATUS_REPLACED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo fue borrado y luego re-agregado
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-modified">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-modified">SVN_WC_STATUS_MODIFIED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo (texto o propiedades) fue modificado
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-merged">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-merged">SVN_WC_STATUS_MERGED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Las modificaciones locales del artículo fueron unidas con las modificaciones del repositorio
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-conflicted">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-conflicted">SVN_WC_STATUS_CONFLICTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Las modificaciones locales del artículo discreparon con las modificaciones de repositorio
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-ignored">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-ignored">SVN_WC_STATUS_IGNORED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El artículo está desversionado pero configurado para ser ignorado
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-obstructed">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-obstructed">SVN_WC_STATUS_OBSTRUCTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Artículo desversionado está en el camino de un recurso versionado
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-external">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-external">SVN_WC_STATUS_EXTERNAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Rura desversionada que está poblada usando svn:externals
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-incomplete">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-incomplete">SVN_WC_STATUS_INCOMPLETE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     El directorio no contiene la lista completa de  entradas
    </span>
   </dd>
  
 </dl>
 <dl id="svn.constants.type">
  <strong class="title">Node type constants</strong>
  
   <dt id="constant.svn-node-none">
    <strong><code><a href="svn.constants.php#constant.svn-node-none">SVN_NODE_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Ausente
    </span>
   </dd>
  
  
   <dt id="constant.svn-node-file">
    <strong><code><a href="svn.constants.php#constant.svn-node-file">SVN_NODE_FILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Archivo
    </span>
   </dd>
  
  
   <dt id="constant.svn-node-dir">
    <strong><code><a href="svn.constants.php#constant.svn-node-dir">SVN_NODE_DIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Directorio
    </span>
   </dd>
  
  
   <dt id="constant.svn-node-unknown">
    <strong><code><a href="svn.constants.php#constant.svn-node-unknown">SVN_NODE_UNKNOWN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Algo que la subversión no puede identificar
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>