3次元視覚化を利用したバージョン管理とモジュール管理の統合

書誌事項

タイトル別名
  • 3ジゲン シカクカ オ リヨウシタ バージョン カンリ ト モジュール カンリ
  • Integrating Version Control and Module Management Using Three - dimensional Visualization
  • メディア情報処理

この論文をさがす

抄録

ソフトウェアシステムの開発では ソースコードやドキュメント等のバージョン管理とモジュール管理が非常に重要である.現在UNIX上ではSCCSやRCSがバージョン管理に利用されているが (1)バージョン変化の直観的理解が困難;(2)コマンドのキーボード入力が必要;(3)複数ファイル間のバージョン管理に非対応 という問題点がある.本論文はこれらの問題に対する解決法として3次元視覚化の利用を提案し 試作したシステムについて述べる.個々のファイルのバージョン変化はノードとリンクからなる2次元の木として表現される.そして同一モジュールに属するファイルに対応する木どうしは3次元空間において近くに配置されるとともに 半透明箱によってモジュールが示される.さらに コンパイル・リンクされて 実行ファイルを復元するバージョンどうしはリンクでつながれている.ユーザは このリンクを選択することにより 必要なすべてのファイルを自動的に復元 コンパイル リンクすることが可能である.

Version control and module management are very important in software development and maintenance. In UNIX, SCCS or RCS is generally used as a version control tool. However, they (1) lack a capability of showing version changes, (2) require complicated commands to be typed, and (3) lack a capability of managing multiple files and modules. In this article, we propose a solution by using 3D visualization. In our system, each version information stored in a SCCS history file is displayed as a 2D tree by taking the X-axis as time. Other 2D trees are laid out in the 3D space so that the files in the same module can be placed physically near each other in the YZ-plane. Moreover, files which should be compiled together are connected with a link called relational link. By using GUJ, a user can check in/out each version easily and interactively. More importantly, just by choosing a relational link, a specific version of the entire software system is build automatically.

収録刊行物

被引用文献 (1)*注記

もっと見る

参考文献 (18)*注記

もっと見る

キーワード

詳細情報 詳細情報について

問題の指摘

ページトップへ