- リリース ノート
- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- 診断ツール
- ワークフロー アナライザー
- 変数
- 引数
- インポートされた名前空間
- 制御フロー
- オブジェクト リポジトリ
- ログ
- ScaleCoordinates 移行ツール
- ScreenScrapeJavaSupport ツール
- Studio Pro
- 拡張機能
- トラブルシューティング
ソース管理システムは、複数のユーザー間のスムーズな連携が求められる大規模プロジェクトを開発する際に役立ちます。[ホーム] (Studio の Backstage ビュー) > [チーム] にアクセスすると、Studio のオートメーション プロジェクトを Git、SVN または TFS に接続できます。
Studio では、Git、SVN、TFS のソース管理プラグインが既定で有効化されています。これらの機能は、[ホーム] (Studioの Backstage ビュー) > [設定] > [チーム] からそれぞれ有効化または無効化できます。
Studio でプロジェクトを開いた際に、ステータス バーの [ソース管理に追加] ボタンから [Git Init]、[Git にコピー]、[TFS に追加]、[SVN に追加] へのショートカットを利用できます。
We recommend adding all the files and subfolders in the project folder to source control (the .local subfolder is ignored by default). In addition, make sure there are no ignore lists such as .gitignore files configured in a way that excludes project files and subfolders.
Git、TFS、SVN に同時接続することはできません。
The GIT Version Control offers an overview and instructions on how to work with GIT-versioned projects in Studio.
The steps for checking in your projects to a TFS or SVN repository are detailed in the dedicated pages Managing Projects with TFS and Managing Projects with SVN.
Part of working with versioned files is the possibility to compare changes between the local version of the file and the one checked in the repository. You can do so using Workflow Diff.
If you want to compare two similar files in the same automation project, use Compare Files, which is also available for unversioned files.