<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/svn.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'svn.installation.php',
    1 => 'Installazione',
    2 => 'Installazione',
  ),
  'up' => 
  array (
    0 => 'svn.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'svn.requirements.php',
    1 => 'Requisiti',
  ),
  'next' => 
  array (
    0 => 'svn.constants.php',
    1 => 'Costanti predefinite',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/svn/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="svn.installation" class="section">
 <h2 class="title">Installazione</h2>
 <p class="simpara">
  Informazioni per l&#039;installazione di questa estensione PECL possono essere
trovate nel capitolo del manuale intitolato <a href="install.pecl.php" class="link">Installazione
delle estensioni PECL</a>. Informazioni aggiuntive come nuove release,
download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere
trovate qui: 
  <a href="https://pecl.php.net/package/svn" class="link external">&raquo;&nbsp;https://pecl.php.net/package/svn</a>
 </p>
 <p class="simpara">
   If <var class="filename">./configure</var> is having trouble finding the
   SVN files (for example, Subversion was installed with a
   different prefix directory), use
   <strong class="userinput"><code>./configure --with-svn=$USR_PATH</code></strong>
   to specify the directory where the
   <var class="filename">include/subversion-1/</var> folder is located.
 </p>
 <p class="simpara">
  Una <abbr title="Dynamic Link Library">DLL</abbr> per questa
estensione <abbr title="PHP Extension and Application Repository">PECL</abbr> non è attualmente disponibile. Vedere anche la
sezione <a href="install.windows.building.php" class="link">compilazione su Windows</a>
.
 </p>
 <div class="warning"><strong class="warning">Avviso</strong>
  <p class="simpara">
   If the extension is compiled against libsvn 1.3,
   functions that work with working copies will fail
   when used on working copies created by Subversion 1.4.
  </p>
 </div>
</div><?php manual_footer($setup); ?>