<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.svn.php',
    1 => 'SVN 関数',
    2 => 'SVN 関数',
  ),
  'up' => 
  array (
    0 => 'book.svn.php',
    1 => 'SVN',
  ),
  'prev' => 
  array (
    0 => 'svn.constants.php',
    1 => '定義済み定数',
  ),
  'next' => 
  array (
    0 => 'function.svn-add.php',
    1 => 'svn_add',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/svn/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.svn.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.svn" class="reference">
 <h1 class="title">SVN 関数</h1>

 






















































































































































































































































































<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="function.svn-add.php">svn_add</a> — Schedules the addition of an item in a working directory</li><li><a href="function.svn-auth-get-parameter.php">svn_auth_get_parameter</a> — 認証パラメータを取得する</li><li><a href="function.svn-auth-set-parameter.php">svn_auth_set_parameter</a> — 認証パラメータを設定する</li><li><a href="function.svn-blame.php">svn_blame</a> — ファイルの SVN blame を取得する</li><li><a href="function.svn-cat.php">svn_cat</a> — リポジトリ内のファイルの内容を返す</li><li><a href="function.svn-checkout.php">svn_checkout</a> — リポジトリから作業コピーをチェックアウトする</li><li><a href="function.svn-cleanup.php">svn_cleanup</a> — 作業コピーディレクトリを再帰的にクリーンアップし、中途半端な操作を解消してロックを削除する</li><li><a href="function.svn-client-version.php">svn_client_version</a> — SVN クライアントライブラリのバージョンを返す</li><li><a href="function.svn-commit.php">svn_commit</a> — Sends changes from the local working copy to the repository</li><li><a href="function.svn-delete.php">svn_delete</a> — Delete items from a working copy or repository</li><li><a href="function.svn-diff.php">svn_diff</a> — ふたつのパスの差分を再帰的に取得する</li><li><a href="function.svn-export.php">svn_export</a> — Export the contents of a SVN directory</li><li><a href="function.svn-fs-abort-txn.php">svn_fs_abort_txn</a> — トランザクションを中断する</li><li><a href="function.svn-fs-apply-text.php">svn_fs_apply_text</a> — 置換に使用するストリームを作成して返す</li><li><a href="function.svn-fs-begin-txn2.php">svn_fs_begin_txn2</a> — 新しいトランザクションを作成する</li><li><a href="function.svn-fs-change-node-prop.php">svn_fs_change_node_prop</a> — 成功したら true、失敗したら false を返す</li><li><a href="function.svn-fs-check-path.php">svn_fs_check_path</a> — 指定したリポジトリの fsroot パスにどんなアイテムが存在するかを調べる</li><li><a href="function.svn-fs-contents-changed.php">svn_fs_contents_changed</a> — コンテンツが変更されている場合に true、されていない場合に false を返す</li><li><a href="function.svn-fs-copy.php">svn_fs_copy</a> — ファイルまたはディレクトリをコピーする</li><li><a href="function.svn-fs-delete.php">svn_fs_delete</a> — ファイルまたはディレクトリを削除する</li><li><a href="function.svn-fs-dir-entries.php">svn_fs_dir_entries</a> — 指定したパスのディレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返す</li><li><a href="function.svn-fs-file-contents.php">svn_fs_file_contents</a> — 指定したバージョンの fs から、ファイルの中身を読み込むためのストリームを返す</li><li><a href="function.svn-fs-file-length.php">svn_fs_file_length</a> — 指定したバージョンの fs から、ファイルの長さを返す</li><li><a href="function.svn-fs-is-dir.php">svn_fs_is_dir</a> — 指定されたパスがディレクトリかを判定する</li><li><a href="function.svn-fs-is-file.php">svn_fs_is_file</a> — 指定されたパスがファイルかを判定する</li><li><a href="function.svn-fs-make-dir.php">svn_fs_make_dir</a> — 新しい空のディレクトリを作成する</li><li><a href="function.svn-fs-make-file.php">svn_fs_make_file</a> — 新しい空のファイルを作成する</li><li><a href="function.svn-fs-node-created-rev.php">svn_fs_node_created_rev</a> — fsroot 配下のパスが作成されたリビジョンを返す</li><li><a href="function.svn-fs-node-prop.php">svn_fs_node_prop</a> — ノードのプロパティの値を返す</li><li><a href="function.svn-fs-props-changed.php">svn_fs_props_changed</a> — プロパティが変更されている場合に true、それ以外の場合に false を返す</li><li><a href="function.svn-fs-revision-prop.php">svn_fs_revision_prop</a> — 指定したプロパティの値を取得する</li><li><a href="function.svn-fs-revision-root.php">svn_fs_revision_root</a> — リポジトリのルートの指定したバージョンのハンドルを取得する</li><li><a href="function.svn-fs-txn-root.php">svn_fs_txn_root</a> — トランザクションのルートを作成して返す</li><li><a href="function.svn-fs-youngest-rev.php">svn_fs_youngest_rev</a> — ファイルシステム内で一番若いリビジョン番号を返す</li><li><a href="function.svn-import.php">svn_import</a> — バージョン管理されていないパスをリポジトリにインポートする</li><li><a href="function.svn-log.php">svn_log</a> — 指定したリポジトリ URL のコミットログメッセージを返す</li><li><a href="function.svn-ls.php">svn_ls</a> — Returns list of directory contents in repository URL, optionally at revision number</li><li><a href="function.svn-mkdir.php">svn_mkdir</a> — 作業コピーあるいはリポジトリ内にディレクトリを作成する</li><li><a href="function.svn-repos-create.php">svn_repos_create</a> — 新しい subversion リポジトリを指定したパスに作成する</li><li><a href="function.svn-repos-fs.php">svn_repos_fs</a> — リポジトリ用に、ファイルシステム上のハンドルを取得する</li><li><a href="function.svn-repos-fs-begin-txn-for-commit.php">svn_repos_fs_begin_txn_for_commit</a> — 新しいトランザクションを作成する</li><li><a href="function.svn-repos-fs-commit-txn.php">svn_repos_fs_commit_txn</a> — トランザクションをコミットし、新しいリビジョンを返す</li><li><a href="function.svn-repos-hotcopy.php">svn_repos_hotcopy</a> — repospath にあるリポジトリのホットコピーを作成し、destpath にコピーする</li><li><a href="function.svn-repos-open.php">svn_repos_open</a> — Open a shared lock on a repository</li><li><a href="function.svn-repos-recover.php">svn_repos_recover</a> — Run recovery procedures on the repository located at path</li><li><a href="function.svn-revert.php">svn_revert</a> — Revert changes to the working copy</li><li><a href="function.svn-status.php">svn_status</a> — Returns the status of working copy files and directories</li><li><a href="function.svn-update.php">svn_update</a> — Update working copy</li></ul>
</div>
<?php manual_footer($setup); ?>