検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for rev (0.001 sec.)
fsroot 配下のパスが作成されたリビジョンを返す 12870
« svn_fs_make_file svn_fs_node_prop » PHP Manual SVN 関数 fsroot 配下のパスが作成されたリビジョン ... を返す svn_fs_node_created_rev (PECL svn >= 0.1.0) svn_fs_node_created_rev — fsro ... 作成されたリビジョンを返す 説明 svn_fs_node_created_rev ( resource $fsroot , string $path ): int 警告 この ... パス , 作成 , リビジョン , 関数 , node , created , rev , 警告 ...
https://man.plustar.jp/php/function.svn-fs-node-created-rev.html - [similar]
ファイルシステム内で一番若いリビジョン番号を返す 12870
« svn_fs_txn_root svn_import » PHP Manual SVN 関数 ファイルシステム内で一番若いリビジョン番号を返 ... す svn_fs_youngest_rev (PECL svn >= 0.1.0) svn_fs_youngest_rev — ファイル ... で一番若いリビジョン番号を返す 説明 svn_fs_youngest_rev ( resource $fs ): int 警告 この関数は、 現在のとこ ... 連キーワード: 番号 , リビジョン , 関数 , youngest , rev , 警告 , 動作 , リリース , 予告 , 事項 ...
https://man.plustar.jp/php/function.svn-fs-youngest-rev.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 10083
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... optionally at revision number svn_ls (PECL svn >= 0.1.0) svn_ls — Re ... irectory contents in repository URL, optionally at revision number 説明 svn_ls ( string $repos_url , int ... $revision_no = SVN_REVISION_HEAD , bool $recurse = fals ... files and directories, optionally from a specific revision. This is equivalent to svn list $repos_url[@$ ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
指定したリポジトリ URL のコミットログメッセージを返す 8255
« svn_import svn_ls » PHP Manual SVN 関数 指定したリポジトリ URL のコミットログメッセージを返す ... を返す 説明 svn_log ( string $repos_url , int $start_revision = ? , int $end_revision = ? , int $limit = 0 ... URL repos_url の中身の完全な履歴を返します。 start_revision を指定した場合は、そのリビジョンの履歴を返しま ... す。 この関数は、 svn log --verbose -r $start_revision $repos_url と同等です。 パラメータ repos_url ... 履歴を取得したいアイテムのリポジトリ URL。 start_revision ログを取得したい最初のリビジョン番号。直近のリ ...
https://man.plustar.jp/php/function.svn-log.html - [similar]
Subversion 8115
« SVMModel::save はじめに » PHP Manual その他のサービス Subversion Subversion はじめに インストー ... — 新しい空のファイルを作成する svn_fs_node_created_rev — fsroot 配下のパスが作成されたリビジョンを返す sv ... る場合に true、それ以外の場合に false を返す svn_fs_revision_prop — 指定したプロパティの値を取得する svn_f ... s_revision_root — リポジトリのルートの指定したバージョン ... ランザクションのルートを作成して返す svn_fs_youngest_rev — ファイルシステム内で一番若いリビジョン番号を返す ...
https://man.plustar.jp/php/book.svn.html - [similar]
Returns the status of working copy files and directories 8115
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... item in repository. repos Base URL of repository. revision Integer revision of item in working copy. kin ... ed Whether or not the item was deleted, but parent revision lags behind. (Only set if true .) absent Whet ... of last commit date. (Unaffected by update .) cmt_rev Integer revision of last commit. (Unaffected by up ... ch.txt [repos] => http://www.example.com/svnroot/ [revision] => 123 [kind] => 1 // file [schedule] => 0 / ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
SVN 関数 8115
« 定義済み定数 svn_add » PHP Manual SVN SVN 関数 SVN 関数 目次 svn_add — Schedules the addition ... — 新しい空のファイルを作成する svn_fs_node_created_rev — fsroot 配下のパスが作成されたリビジョンを返す sv ... る場合に true、それ以外の場合に false を返す svn_fs_revision_prop — 指定したプロパティの値を取得する svn_f ... s_revision_root — リポジトリのルートの指定したバージョン ... ランザクションのルートを作成して返す svn_fs_youngest_rev — ファイルシステム内で一番若いリビジョン番号を返す ...
https://man.plustar.jp/php/ref.svn.html - [similar]
新しいトランザクションを作成する 7976
« svn_fs_apply_text svn_fs_change_node_prop » PHP Manual SVN 関数 新しいトランザクションを作成す ... する 説明 svn_fs_begin_txn2 ( resource $repos , int $rev ): resource 警告 この関数は、 現在のところ詳細な情 ...
https://man.plustar.jp/php/function.svn-fs-begin-txn2.html - [similar]
ノードのプロパティの値を返す 7976
« svn_fs_node_created_rev svn_fs_props_changed » PHP Manual SVN 関数 ノードのプロパティの値を返す ...
https://man.plustar.jp/php/function.svn-fs-node-prop.html - [similar]
ファイルの SVN blame を取得する 7837
« svn_auth_set_parameter svn_cat » PHP Manual SVN 関数 ファイルの SVN blame を取得する svn_blame ... する 説明 svn_blame ( string $repository_url , int $revision_no = SVN_REVISION_HEAD ): array リポジトリの ... ます。 パラメータ repository_url リポジトリの URL。 revision_no リビジョン番号。 戻り値 SVN blame 情報を配 ... とえば以下のようになります。 Array ( [0] = Array ( [rev] = 1 [line_no] = 1 [line] = Hello World [author] = ...
https://man.plustar.jp/php/function.svn-blame.html - [similar]
PREV 1 2 NEXT