検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 97 for SVN (0.002 sec.)
Sends changes from the local working copy to the repository 8370
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... to the repository svn_commit (PECL svn >= 0.1.0) svn_commit — Sends chan ... from the local working copy to the repository 説明 svn_commit ( string $log , array $targets , bool $recu ... tion, so a username and password must be set using svn_auth_set_parameter() パラメータ log String log tex ... bc123 (hopefully, his password is stronger): <?php svn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_USERNA ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
指定したリポジトリ URL のコミットログメッセージを返す 8344
« svn_import svn_ls » PHP Manual SVN 関数 指定したリポジトリ URL のコミットログメッセージを返す ... svn_log (PECL svn >= 0.1.0) svn_log — 指定したリポジトリ URL のコミッ ... トログメッセージを返す 説明 svn_log ( string $repos_url , int $start_revision = ? ... $end_revision = ? , int $limit = 0 , int $flags = SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY ): array ... svn_log() は、指定したリビジョン URL repos_url の中身の ...
https://man.plustar.jp/php/function.svn-log.html - [similar]
認証パラメータを設定する 8292
« svn_auth_get_parameter svn_blame » PHP Manual SVN 関数 認証パラメータを設定する svn_auth_set_p ... arameter (PECL svn >= 0.1.0) svn_auth_set_parameter — 認証パラメータを ... 設定する 説明 svn_auth_set_parameter ( string $key , string $value ) ... を返しません。 例 例1 デフォルトの認証の例 この例は、SVN のデフォルトのユーザー名を 'Bob'、デフォルトのパス ... ワードを 'abc123' に設定します。 <?php svn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_USERNA ...
https://man.plustar.jp/php/function.svn-auth-set-parameter.html - [similar]
リポジトリから作業コピーをチェックアウトする 8292
« svn_cat svn_cleanup » PHP Manual SVN 関数 リポジトリから作業コピーをチェックアウトする svn_che ... ckout (PECL svn >= 0.1.0) svn_checkout — リポジトリから作業コピーを ... チェックアウトする 説明 svn_checkout ( string $repos , string $targetpath , in ... ビジョンで、これは最新のリビジョンを表します。 flags SVN_NON_RECURSIVE および SVN_IGNORE_EXTERNALS の任意の ... のローカルディレクトリにチェックアウトします。 <?php svn_checkout ( 'http://www.example.com/svnroot/calc/tr ...
https://man.plustar.jp/php/function.svn-checkout.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 8239
« 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 — Returns list of di ... repository URL, optionally at revision number 説明 svn_ls ( string $repos_url , int $revision_no = SVN_RE ... ly from a specific revision. This is equivalent to svn list $repos_url[@$revision_no] 注意 : This functio ... URL of the repository, eg. http://www.example.com/svnroot . To access a local Subversion repository via ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
ふたつのパスの差分を再帰的に取得する 7925
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... L svn >= 0.1.0) svn_diff — ふたつのパスの差分を再帰的に取 ... 得する 説明 svn_diff ( string $path1 , int $rev1 , string $path2 , ... 差分は取得できません。 パラメータ path1 最初のパス。SVN リポジトリのファイル/ディレクトリを指す URL、 ある ... のリビジョン番号。最新のリビジョンを指定したい場合は SVN_REVISION_HEAD を使用します。 path2 もうひとつのパス ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
作業コピーあるいはリポジトリ内にディレクトリを作成する 7925
« svn_ls svn_repos_create » PHP Manual SVN 関数 作業コピーあるいはリポジトリ内にディレクトリを作 ... 成する svn_mkdir (PECL svn >= 0.4.0) svn_mkdir — 作業コピーあ ... るいはリポジトリ内にディレクトリを作成する 説明 svn_mkdir ( string $path , string $log_message = ? ): ... 合に true を、失敗した場合に false を返します。 参考 svn_add() - Schedules the addition of an item in a wor ... king directory svn_copy() 関連キーワード: 作業 , コピー , ディレクトリ ...
https://man.plustar.jp/php/function.svn-mkdir.html - [similar]
リポジトリ内のファイルの内容を返す 7873
« svn_blame svn_checkout » PHP Manual SVN 関数 リポジトリ内のファイルの内容を返す svn_cat (PECL ... svn >= 0.1.0) svn_cat — リポジトリ内のファイルの内容を返す 説明 svn_ ... リビジョン 20 の内容を取得します。 <?php $contents = svn_cat ( 'http://www.example.com/svnroot/calc/gui.c' ... ります。 この関数は自己責任で使用してください。 参考 svn_list() » SVN ドキュメントの svn cat 関連キーワード ...
https://man.plustar.jp/php/function.svn-cat.html - [similar]
Delete items from a working copy or repository 7820
« svn_commit svn_diff » PHP Manual SVN 関数 Delete items from a working copy or repository svn_d ... elete (PECL svn >= 0.4.0) svn_delete — Delete items from a working ... copy or repository 説明 svn_delete ( string $path , bool $force = false ): boo ... deleted from the repository the next time you call svn_commit() on the working copy. パラメータ path Path ... ます。 この関数は自己責任で使用してください。 参考 » SVN documentation on svn delete 関連キーワード: from , ...
https://man.plustar.jp/php/function.svn-delete.html - [similar]
作業コピーディレクトリを再帰的にクリーンアップし、中途半端な操作を解消してロック... 7506
« svn_checkout svn_client_version » PHP Manual SVN 関数 作業コピーディレクトリを再帰的にクリーン ... アップし、中途半端な操作を解消してロックを削除する svn_cleanup (PECL svn >= 0.1.0) svn_cleanup — 作業コピ ... プし、中途半端な操作を解消してロックを削除する 説明 svn_cleanup ( string $workingdir ): bool 作業コピーディ ... う作業ディレクトリのクリーンアップを行います。 <?php svn_cleanup ( realpath ( 'help-me' )); ?> SVN における ... の関数は自己責任で使用してください。 参考 update() » SVN ドキュメントの svn cleanup 関連キーワード: 作業 , ...
https://man.plustar.jp/php/function.svn-cleanup.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT