JP3423098B2 - Software asset management method and system - Google Patents

Software asset management method and system

Info

Publication number
JP3423098B2
JP3423098B2 JP02954595A JP2954595A JP3423098B2 JP 3423098 B2 JP3423098 B2 JP 3423098B2 JP 02954595 A JP02954595 A JP 02954595A JP 2954595 A JP2954595 A JP 2954595A JP 3423098 B2 JP3423098 B2 JP 3423098B2
Authority
JP
Japan
Prior art keywords
file
original
original file
information
software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP02954595A
Other languages
Japanese (ja)
Other versions
JPH08221261A (en
Inventor
俊之 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP02954595A priority Critical patent/JP3423098B2/en
Publication of JPH08221261A publication Critical patent/JPH08221261A/en
Application granted granted Critical
Publication of JP3423098B2 publication Critical patent/JP3423098B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は情報処理装置を利用した
ソフトウェア開発に係り、複数の開発者が利用可能なソ
フトウェア資産の管理方法およびそのシステムに関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to software development using an information processing apparatus, and relates to a software asset management method and system that can be used by a plurality of developers.

【0002】[0002]

【従来の技術】ワークステーション等の情報処理システ
ムを利用したソフトウェアの開発において、1つのソフ
トウェアを複数の開発者(ユーザ)が共同して開発する
場合がしばしばある。このような場合、他の開発者が作
成したファイルを利用しながら効率よく開発を進めるこ
とが重要である。
2. Description of the Related Art In software development using an information processing system such as a workstation, a plurality of developers (users) often jointly develop one piece of software. In such cases, it is important to develop efficiently while using the files created by other developers.

【0003】オリジナルファイルは開発者が直接作成す
るソフトウェア資産であり、例えばソースファイルやイ
ンクルードファイル等を指す。また、派生ファイルはオ
リジナルファイルから生成される提供物で、例えばロー
ドモジュールやライブラリ等を指す。中間生成ファイル
は、開発者が直接作成はしないが、オリジナルファイル
からユーティリティプログラム等を経由して自動的に生
成されるソフトウェア資産である。具体的には、辞書フ
ァイルや検索ツールのインデックスファイル等を指し、
ソフトウェアの開発作業に利用されたり、派生ファイル
の作成のために中間的に生成されたりする。
The original file is a software asset directly created by the developer, and indicates, for example, a source file or an include file. Further, the derived file is a provision generated from the original file, and indicates, for example, a load module or a library. The intermediate generated file is a software asset that is not directly created by the developer, but is automatically created from the original file via a utility program or the like. Specifically, it refers to dictionary files, index files of search tools, etc.,
It is used for software development work or is generated intermediately to create derivative files.

【0004】今日、中間生成ファイルを利用するソフト
ウェア開発ツールやユーティリティは増加する傾向にあ
る。このような中間生成ファイルを持つ機能を利用し、
複数の開発者がソフトウェアを開発する環境では、オリ
ジナルファイルの版数管理や派生ファイルのリリース管
理だけでなく、中間生成ファイルを効率よく利用するこ
とが望まれる。
Nowadays, the number of software development tools and utilities that use intermediately generated files is increasing. Utilizing the function with such an intermediate generated file,
In an environment in which multiple developers develop software, it is desirable not only to manage the version number of original files and release management of derivative files, but also to efficiently use intermediate generated files.

【0005】[0005]

【発明が解決しようとする課題】しかしながら従来の資
産管理方法では、オリジナルファイルと中間生成ファイ
ルとは全く別個に管理され、これらのソフトウェア資産
が開発者の間で十分に利用されていないという問題があ
る。例えば、オリジナルファイルはすべての開発者が共
用できる場所に格納されていても、中間生成ファイルは
各開発者の作業環境で生成されるため、他の開発者はそ
れを利用することができない。
However, in the conventional asset management method, the original file and the intermediately generated file are managed separately, and there is a problem that these software assets are not sufficiently utilized by developers. is there. For example, even if the original file is stored in a location that can be shared by all developers, other developers cannot use the intermediate generated file because it is generated in the working environment of each developer.

【0006】また、オリジナルファイルを更新するに
は、オリジナルファイルと中間生成ファイルをそれぞれ
の作業環境ごとに置くか、あるいはそれらを共用できる
場所に置いて、更新を行うことが考えられる。しかし、
前者の場合は中間生成ファイルを開発者が共用できない
という問題があり、後者の場合は更新途中の状態のオリ
ジナルファイルを共用してしまい他の開発者に影響を及
ぼすという問題がある。
Further, in order to update the original file, it is possible to place the original file and the intermediately generated file for each work environment, or to place them in a common place and perform the update. But,
In the former case, there is a problem that the intermediate generated file cannot be shared by the developers, and in the latter case, there is a problem that the original file in the state of being updated is shared and other developers are affected.

【0007】本発明は、複数の開発者がソフトウェア資
産を効率よく利用できるようなソフトウェア資産管理方
法およびシステムを提供することを目的とする。より詳
しくは、複数の開発者が中間生成ファイルを共用するこ
とができ、矛盾無くオリジナルファイルを更新できるよ
うにすることを目的とする。
An object of the present invention is to provide a software asset management method and system that enables a plurality of developers to efficiently use software assets. More specifically, it is intended to allow multiple developers to share an intermediately generated file and update the original file without inconsistency.

【0008】[0008]

【課題を解決するための手段】図1は、本発明のソフト
ウェア資産管理方法の原理図である。図1において処理
が開始されると、まず第1のソフトウェア資産を作成し
(ステップS1)、第1のソフトウェア資産から第2の
ソフトウェア資産を自動的に生成する(ステップS
2)。そして、それらの第1のソフトウェア資産と第2
のソフトウェア資産とを関連付けて管理し(ステップS
3)、複数のユーザに共通に利用させる(ステップS
4)。
FIG. 1 is a principle diagram of a software asset management method according to the present invention. When the process is started in FIG. 1, first, a first software asset is created (step S1), and a second software asset is automatically generated from the first software asset (step S).
2). And those first software assets and second
And manage the software assets of
3) Letting a plurality of users commonly use (step S)
4).

【0009】上記第1のソフトウェア資産は、例えば複
数のユーザのうちのいずれかが直接作成するオリジナル
ファイルであり、上記第2のソフトウェア資産は、例え
ばユーティリティプログラムがそのオリジナルファイル
から生成する中間生成ファイルである。本発明のもう1
つのソフトウェア資産管理方法は、情報を記憶するメモ
リと、メモリに記憶された情報を用いて処理を行うプロ
セッサとを有するシステムにおいて、複数のユーザが共
同で開発するソフトウェアを管理する方法である。ま
ず、複数のユーザのうちのいずれかが作成した更新対象
のオリジナルファイルと、ユーティリティプログラムを
実行することによりオリジナルファイルから自動的に生
成される中間生成ファイルのファイル名としてオリジナ
ルファイルと関連付けられたファイル名を含み、かつ、
ユーティリティプログラムを特定する情報を含む中間生
成ファイル情報とをメモリに記憶させる。次に、プロセ
ッサが、メモリ内の中間生成ファイル情報を参照するこ
とにより特定されるユーティリティプログラムを起動し
て、オリジナルファイルから上記ファイル名を有する中
間生成ファイルを自動的に生成し、オリジナルファイル
を更新する作業領域として複数のユーザの各々に対して
設けられたワークスペースに、オリジナルファイルを利
用するためのシンボリックリンクと中間生成ファイルを
利用するためのシンボリックリンクとを生成する。
The first software asset is, for example, an original file directly created by any of a plurality of users, and the second software asset is, for example, an intermediate file generated by the utility program from the original file. Is. Another of the present invention
Two Software Asset Management Methods Memorize Memorizing Information
And a process that uses the information stored in the memory.
In a system with a essa, multiple users share
This is a method of managing software developed by the same. Well
No, update target created by one of multiple users
Original file and utility program
By executing it, it will automatically generate from the original file.
Original as the file name of the generated intermediate file
Contains the file name associated with the
Intermediates containing information identifying utility programs
Store the file information and the generated file information in the memory. Next, the process
Server can refer to the intermediate file information in memory.
Launch the utility program identified by and
And have the above file name from the original file
Automatically generate the inter-generation file, the original file
For each of multiple users as a work area to update
Use the original file in the workspace provided.
Symlinks and intermediate files to use
Generate a symbolic link for use.

【0010】[0010]

【作用】第1のソフトウェア資産とそれから生成される
第2のソフトウェア資産とが互いに関連付けられて管理
される。これにより、ユーザが直接作成・更新する対象
であるオリジナルファイル等の第1のソフトウェア資産
から、それに付随する中間生成ファイル等の第2のソフ
トウェア資産を検索することができる。また、各ユーザ
は第1のソフトウェア資産と第2のソフトウェア資産を
組にして利用することが容易になる。複数のユーザが共
通の第1のソフトウェア資産と第2のソフトウェア資産
を利用するので、各ユーザの作業結果が反映された第2
のソフトウェア資産を常時参照することができる。
The first software asset and the second software asset generated from the first software asset are associated with each other and managed. As a result, it is possible to search for the second software asset such as an intermediately generated file that accompanies the first software asset such as the original file that is directly created / updated by the user. Also, each user can easily use the first software asset and the second software asset in combination. Since a plurality of users use the common first software asset and second software asset, the second operation result of each user is reflected.
You can always refer to your software assets.

【0011】さらに、あるユーザがその作業環境内で第
1のソフトウェア資産を更新している間に、他のユーザ
は更新前の第1および第2のソフトウェア資産を参照す
ることも可能になる。
Furthermore, while one user is updating the first software asset in the work environment, another user can refer to the first and second software assets before the update.

【0012】[0012]

【実施例】以下、図面を参照しながら本発明の実施例を
詳細に説明する。図2は、本発明の資産管理システムに
おける保管庫、プロジェクトベース、およびワークスペ
ースの関係を示している。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 2 shows the relationship between the storage, the project base, and the workspace in the asset management system of the present invention.

【0013】図2において、保管庫は、プログラム全体
のすべての資産のすべての版数を持つ版数管理可能なフ
ァイル群、および構成情報やリリース情報などの管理情
報を格納したファイル群から成るオリジナルファイルの
ファイルツリーである。保管庫上で、各ファイルの版数
は例えば差分管理により管理される。
In FIG. 2, the storage is an original consisting of a group of files that can manage version numbers having all version numbers of all assets of the entire program, and a file group that stores management information such as configuration information and release information. A file tree of files. On the storage, the version number of each file is managed by difference management, for example.

【0014】また、プロジェクトベースは、プログラム
全体の資産を最新または過去の特定の時点(例えば、過
去のある月)におけるレベルで保管庫から取り出したオ
リジナルファイルと、それらから生成された中間生成フ
ァイルのファイルツリーである。各中間生成ファイル
は、その生成時において、ファイル名の拡張子等により
元のオリジナルファイルと関連付けられている。このプ
ロジェクトベースは各開発者のワークスペースから共用
される環境になっている。
In addition, the project base is composed of an original file obtained by extracting the assets of the entire program from a storage at a level at the latest time or a specific time point in the past (for example, a certain month in the past) and an intermediate generation file generated from them. It is a file tree. Each intermediately generated file is associated with the original file at the time of its generation by the extension of the file name or the like. This project base is an environment shared by each developer's workspace.

【0015】また、ワークスペースは、プロジェクトベ
ースの一部と同じディレクトリ構造を持ち、プロジェク
トベース上のファイルをシンボリックリンクを利用して
共用したファイルツリーである。各開発者はそれぞれの
ワークスペース上でオリジナルファイルの更新作業を行
う。プロジェクトベースがオリジナルファイルと中間生
成ファイルの実体を持っているのに対して、ワークスペ
ースはそれらの実体へのシンボリックリンクのツリーを
持つ。
The workspace is a file tree having the same directory structure as a part of the project base and sharing files on the project base by using symbolic links. Each developer updates the original file on each workspace. Whereas the project base has the entities of the original file and intermediate files, the workspace has a tree of symbolic links to those entities.

【0016】例えば、開発者Aは、最新のプロジェクト
ベースにある3つのオリジナルファイルとそれに関連す
る1つの中間生成ファイルを自分のワークスペース上に
シンボリックリンクしており、これらに関する作業を行
う。また、開発者Bは、最新のプロジェクトベースにあ
る5つのオリジナルファイルとそれに関連する3つの中
間生成ファイルを自分のワークスペース上にシンボリッ
クリンクして、作業を行っている。
For example, the developer A symbolically links the three original files in the latest project base and the one intermediate generated file related to the three original files in his workspace, and performs the work related thereto. Further, the developer B is working by symbolically linking the five original files in the latest project base and the three intermediately generated files related thereto into his workspace.

【0017】図2の資産管理システムは、例えばワーク
ステーション等のプロセッサとメモリを備えた情報処理
装置を用いて実現される。保管庫、プロジェクトベー
ス、およびワークスペースはメモリ内のそれぞれ異なる
領域に記憶される。また、プロセッサは資産管理システ
ムのプログラムを実行することにより、ソフトウェア資
産の登録処理、更新開始処理、更新処理、更新完了処理
等の各種処理を行う。
The asset management system shown in FIG. 2 is realized by using an information processing apparatus including a processor such as a workstation and a memory. The vault, project base, and workspace are stored in different areas of memory. Further, the processor executes various programs such as software asset registration processing, update start processing, update processing, and update completion processing by executing the program of the asset management system.

【0018】次に、図3から図8までを参照しながら、
本実施例の資産管理システムによる各種処理について説
明する。図3は資産の登録時における保管庫、プロジェ
クトベース、およびワークスペースのファイルの状態遷
移を示しており、図4は資産の登録処理のフローを示し
ている。
Next, referring to FIGS. 3 to 8,
Various processes by the asset management system of the present embodiment will be described. FIG. 3 shows state transitions of files in the storage, project base, and workspace at the time of asset registration, and FIG. 4 shows a flow of asset registration processing.

【0019】図4において処理が開始されると、まず開
発者が登録すべきオリジナルファイルをワークスペース
上で作成する(ステップS11)。図3では、開発者A
がワークスペース上でソースファイル等のオリジナルフ
ァイルを作成する。
When the process is started in FIG. 4, first, an original file to be registered by the developer is created on the workspace (step S11). In Figure 3, Developer A
Creates an original file such as a source file on the workspace.

【0020】次に、資産管理システムが作成されたオリ
ジナルファイルを保管庫に登録する(ステップS1
2)。中間生成ファイルの更新を伴うオリジナルファイ
ルを登録する場合、オリジナルファイルの情報ととも
に、関連する中間生成ファイルの名称(中間生成ファイ
ル名)、その中間生成ファイルを作成するユーティリテ
ィ、登録したオリジナルファイルの更新時におけるその
中間生成ファイルの排他の有無等の中間生成ファイル情
報も登録しておく。そして、オリジナルファイルと中間
生成ファイルの情報を保管庫に格納する(ステップS1
3)。この場合、オリジナルファイルは初版として格納
される。
Next, the original file created by the asset management system is registered in the storage (step S1).
2). When registering an original file that involves the update of an intermediate generated file, the name of the related intermediate generated file (intermediate generated file name), the utility that creates the intermediate generated file, and the registered original file when the original file is updated The intermediate generation file information such as whether or not the intermediate generation file is locked in is also registered. Then, the information of the original file and the intermediately generated file is stored in the storage (step S1).
3). In this case, the original file is stored as the first version.

【0021】次に、保管庫に格納したオリジナルファイ
ルをプロジェクトベースへ取り出す(ステップS1
4)。そして、更新すべき中間生成ファイルがある場
合、プロジェクトベース上で登録された手続きに基づい
てユーティリティを起動し、オリジナルファイルから中
間生成ファイルを生成する(ステップS15)。ここで
は、オリジナルファイルとともに格納された中間生成フ
ァイル情報を参照して、更新すべき中間生成ファイル名
および起動すべきユーティリティが特定される。
Next, the original file stored in the storage is taken out to the project base (step S1).
4). If there is an intermediate generation file to be updated, the utility is started based on the procedure registered on the project base, and the intermediate generation file is generated from the original file (step S15). Here, the intermediate generation file information to be updated and the utility to be started are specified by referring to the intermediate generation file information stored together with the original file.

【0022】次に、オリジナルファイルを登録した開発
者のワークスペースを更新する(ステップS16)。具
体的には、プロジェクトベース上のオリジナルファイル
および関連する中間生成ファイルと、開発者のワークス
ペースとの間にシンボリックリンクを張る。ここでは、
開発者Aのワークスペースにプロジェクトベースへのシ
ンボリックリンクが保持される。
Next, the workspace of the developer who registered the original file is updated (step S16). Specifically, a symbolic link is created between the original file on the project base and the related intermediate generated file and the developer's workspace. here,
Developer A's workspace holds a symbolic link to the project base.

【0023】また、登録したオリジナルファイルを含む
ような構成を持つ他の開発者のワークスペースも更新し
て(ステップS17)、処理を終了する。他の開発者の
ワークスペースを更新するには、オリジナルファイルお
よび中間生成ファイルのシンボリックリンクを他の開発
者のワークスペースにも追加すればよい。ここでは、例
えば開発者Bのワークスペースにプロジェクトベースへ
のシンボリックリンクが付加される。
Also, the workspaces of other developers having the configuration including the registered original file are updated (step S17), and the process is terminated. To update another developer's workspace, add symbolic links for the original and intermediate files to the other developer's workspace. Here, for example, a symbolic link to the project base is added to the workspace of the developer B.

【0024】このようにして、オリジナルファイルだけ
でなく中間生成ファイルもプロジェクトベース上に置
き、複数の開発者のワークスペースからシンボリックリ
ンクにより共用することができる。図5は、関連する中
間生成ファイルを持つオリジナルファイルの更新時にお
ける保管庫、プロジェクトベース、およびワークスペー
スのファイルの状態遷移を示している。また、図6、図
7、図8は、それぞれオリジナルファイルの更新開始処
理、更新処理、更新完了処理のフローを示している。
In this way, not only the original file but also the intermediately generated file can be placed on the project base and shared by the symbolic links from the workspaces of a plurality of developers. FIG. 5 shows state transitions of files in the storage, project base, and workspace when updating an original file having a related intermediate generation file. Further, FIGS. 6, 7, and 8 show the flow of the update start process, update process, and update completion process of the original file, respectively.

【0025】図6において処理が開始されると、まず資
産管理システムは、更新を行う開発者(更新者)のワー
クスペース上にある、更新対象のオリジナルファイルの
シンボリックリンクを切る(削除する)。そして、その
オリジナルファイルを保管庫からチェックアウト(更新
取り出し)する(ステップS21)。
When the processing is started in FIG. 6, the asset management system first cuts (deletes) the symbolic link of the original file to be updated in the workspace of the developer (updater) who updates. Then, the original file is checked out (updated) from the storage (step S21).

【0026】次に、更新者のワークスペース上の削除さ
れたシンボリックリンクを、保管庫から取り出したオリ
ジナルファイルの実ファイルに置き換える(ステップS
22)。図5では、この時点で開発者Bのワークスペー
ス上の1つのオリジナルファイルが、そのシンボリック
リンク○から実体●に置き換えられる。
Next, the deleted symbolic link on the updater's workspace is replaced with the actual file of the original file retrieved from the storage (step S).
22). In FIG. 5, at this point, one original file on the workspace of the developer B is replaced by the symbolic link ◯ with the entity .

【0027】また、このオリジナルファイルに関連付け
られた中間生成ファイル(シンボリックリンク)が更新
者のワークスペース上に存在すれば、それらの中間生成
ファイルのすべてに対してシンボリックリンクを切る。
そして、更新者のワークスペース上で、削除された中間
生成ファイルのシンボリックリンクを、プロジェクトベ
ース上の対応する実ファイルに置き換える(ステップS
23)。
Further, if the intermediately generated files (symbolic links) associated with this original file exist in the workspace of the updater, the symbolic links are cut to all of these intermediately generated files.
Then, in the updater's workspace, the symbolic link of the deleted intermediate generated file is replaced with the corresponding real file on the project base (step S
23).

【0028】これにより、更新者はそのワークスペース
に閉じた環境で、オリジナルファイルおよび中間ファイ
ルを更新することができるようになる。また、この間他
の開発者はプロジェクトベース上にある中間生成ファイ
ルを利用することができ、更新途中の中間生成ファイル
を参照してしまうことは無い。
This enables the updater to update the original file and the intermediate file in the environment closed in the workspace. Also, during this period, other developers can use the intermediate generation file on the project base and never refer to the intermediate generation file that is being updated.

【0029】ここでは、開発者Bのワークスペース上の
2つの中間生成ファイルが更新対象のオリジナルファイ
ルに関連しており、これらがシンボリックリンク△から
実体▲に置き換えられる。
In this case, the two intermediately generated files on the workspace of the developer B are related to the original file to be updated, and these are replaced by the substance ▲ from the symbolic link Δ.

【0030】更新対象のオリジナルファイルとそれに関
連する中間生成ファイルに対するアクセスの排他処理
は、登録時の中間生成ファイル情報に従って行う。中間
生成ファイルの排他有りの場合は、その中間生成ファイ
ルを持つすべてのオリジナルファイルがこの間更新不可
となる。中間生成ファイルの排他無しの場合は、更新対
象のオリジナルファイルのみ更新不可となる。中間生成
ファイルの排他の有無は、登録時において、その中間生
成ファイルの性質やそれを生成したユーティリティプロ
グラムの特徴等を考慮して選択される。
The exclusive process of access to the original file to be updated and the intermediate generation file related thereto is performed according to the intermediate generation file information at the time of registration. When the intermediate generation file is exclusive, all the original files having the intermediate generation file cannot be updated during this period. If the intermediate generated file is not exclusive, only the original file to be updated cannot be updated. Whether or not the intermediate generation file is locked is selected at the time of registration, in consideration of the nature of the intermediate generation file, the characteristics of the utility program that generated it, and the like.

【0031】具体的には、まず更新対象のオリジナルフ
ァイルに対して排他を行う(ステップS24)。これに
より、他の開発者はそのオリジナルファイルを更新不可
となるが、プロジェクトベース上のオリジナルファイル
と中間生成ファイルをシンボリックリンクで参照するこ
とは依然として可能である。
Specifically, first, the original file to be updated is excluded (step S24). This makes it impossible for other developers to update the original file, but it is still possible to refer to the original file and the intermediate generated file on the project base with a symbolic link.

【0032】次に、保管庫に登録された中間生成ファイ
ル情報を参照して、中間生成ファイルレベルの排他を行
うかどうかを決める(ステップS25)。中間生成ファ
イルレベルの排他無しの場合はそのまま処理を終了し、
中間生成ファイルレベルの排他有りの場合は、その中間
生成ファイルを関連して持つ他のオリジナルファイルも
更新不可にして(ステップS26)、処理を終了する。
中間生成ファイルレベルの排他有りの場合にも、他の開
発者はプロジェクトベース上のオリジナルファイルと中
間生成ファイルをシンボリックリンクで参照すること
可能である。
Next, referring to the intermediate generation file information registered in the storage, it is determined whether or not exclusion at the intermediate generation file level is performed (step S25). If there is no exclusion at the intermediate generation file level, end the process as it is,
If the intermediate generation file level is exclusive, other original files having the intermediate generation file associated therewith are not updated (step S26), and the process ends.
In the case of exclusive there intermediates file level, other developers can refer to the original file and the intermediate files in the project based symbolic links.

【0033】オリジナルファイルおよび中間生成ファイ
ルの排他処理は、例えば、各ファイルの排他の有無(更
新の不可および可)を示すフラグ等をそのファイルに付
随して設けることにより実現可能である。
The exclusion process of the original file and the intermediately generated file can be realized by, for example, providing a flag indicating the exclusion / non-exclusion of each file (whether updating is possible or not) in association with the file.

【0034】更新開始処理が終了すると、更新者は図7
の更新処理を行う。図7において処理が開始されると、
まず更新者のワークスペース上のオリジナルファイルの
実体を更新する(ステップS31)。次に、そのオリジ
ナルファイルの中間生成ファイル情報を参照して対応す
るユーティリティを求め、ワークスペース上でそのユー
ティリティを起動して、そのワークスペース上の中間生
成ファイルの実体を更新する(ステップS31)。ここ
では、更新者である開発者Bがそのワークスペース上の
オリジナルファイル●を更新し、さらにそのユーティリ
ティを用いて中間生成ファイル▲を更新する。
When the update start process is completed, the updater executes the process shown in FIG.
Update process. When the process is started in FIG. 7,
First, the substance of the original file on the updater's workspace is updated (step S31). Then, the corresponding intermediate generation file information of the original file is referenced to find the corresponding utility, the utility is activated in the workspace, and the substance of the intermediate generation file in the workspace is updated (step S31). Here, the developer B, who is the updater, updates the original file ● on the workspace and further updates the intermediate generation file ▲ by using the utility.

【0035】オリジナルファイルおよび中間ファイルの
更新が完了し、その修正内容に誤りがないことをワーク
スペース上で確認した後、更新者は図8の更新完了処理
を起動する。
After the update of the original file and the intermediate file is completed and it is confirmed on the workspace that the correction contents are correct, the updater activates the update completion process of FIG.

【0036】図8において処理が開始されると、資産管
理システムはまずオリジナルファイルの修正(更新)に
より生じた差分を保管庫にチェックイン(登録)する
(ステップS41)。次に、チェックインした差分を含
む最新のオリジナルファイルを保管庫から取り出し、プ
ロジェクトベース上のオリジナルファイルを更新する
(ステップS42)。これにより、プロジェクトベース
とシンボリックリンクされている他の開発者のワークス
ペース上のオリジナルファイルも最新になる。
When the processing is started in FIG. 8, the asset management system first checks in (registers) the difference generated by the correction (update) of the original file in the storage (step S41). Next, the latest original file including the checked-in difference is taken out from the storage and the original file on the project base is updated (step S42). This will also bring the original files up-to-date on other developers' workspaces that are symbolically linked to the project base.

【0037】そして、ステップS31で用いたユーティ
リティをプロジェクトベース上で起動して、プロジェク
トベース上の中間生成ファイルを更新する(ステップS
43)。これにより、プロジェクトベースとシンボリッ
クリンクされている他の開発者のワークスペース上の中
間生成ファイルも最新になる。
Then, the utility used in step S31 is started on the project base to update the intermediate generated file on the project base (step S
43). This will also bring the intermediate files up-to-date on other developers' workspaces that are symbolically linked to the project base.

【0038】この時点で、シンボリックリンクを用いて
プロジェクトベースを利用している他の開発者は、最新
のオリジナルファイルおよび中間生成ファイルを参照で
きるようになる。プロジェクトベース上の更新情報は、
例えばメッセージ通信等のプロセス間通信により他の開
発者のワークスペースに伝えられる。ここでは、開発者
Bと異なる開発者Aが、開発者Bにより更新された最新
のオリジナルファイルとそれに基づいて更新された最新
の中間生成ファイルとを参照することになる。
At this point, other developers using the project base by using the symbolic link can refer to the latest original file and the intermediately generated file. The update information on the project base is
It is transmitted to the workspace of another developer by interprocess communication such as message communication. Here, the developer A different from the developer B refers to the latest original file updated by the developer B and the latest intermediate generation file updated based on the latest original file.

【0039】次に、更新者のワークスペース上のオリジ
ナルファイルと中間生成ファイルのシンボリックリンク
を張り直して、更新者のワークスペースをシンボリック
リンク状態に戻す(ステップS44)。これにより、更
新者自身も最新のオリジナルファイルと中間生成ファイ
ルを利用して、作業を続けることが可能になる。ここで
は、開発者Bのワークスペース上で削除されていたシン
ボリックリンクが再び付加されている。
Next, the original file and the intermediately generated file on the updater's workspace are re-symbolized to restore the updater's workspace to the symbolic link state (step S44). This allows the updater himself to continue working by using the latest original file and intermediate generation file. Here, the symbolic link that has been deleted on the workspace of the developer B is added again.

【0040】複数のオリジナルファイルを同時に更新す
る場合は、更新開始処理において、それらのオリジナル
ファイルに関連するすべての中間生成ファイルの和集合
をワークスペース上の非共用の対象とする。すなわち、
更新者のワークスペース上で、更新対象の複数のオリジ
ナルファイルと関連するすべての中間生成ファイルのシ
ンボリックリンクを切って、更新処理を行う。
When a plurality of original files are updated at the same time, in the update start process, the union of all the intermediately generated files related to those original files is set as a non-shared object on the workspace. That is,
In the updater's workspace, the update processing is performed by cutting the symbolic links of all the intermediate generated files related to the plurality of original files to be updated.

【0041】また、複数のオリジナルファイルを更新し
ていてその中の一部だけ修正完了した場合は、更新完了
処理において、修正完了したオリジナルファイルにのみ
関連し、まだ修正途中のオリジナルファイルには関連し
ていない中間生成ファイルだけを共用状態に戻す。すな
わち、更新の完了したオリジナルファイルを保管庫に登
録し、それ以上更新される恐れのない中間生成ファイル
だけをユーティリティにより生成して、これらをプロジ
ェクトベースに反映させる。
Further, when a plurality of original files are updated and only a part of them is corrected, the update completion processing relates only to the corrected original files and to the original files which are still in the process of being corrected. Restore only the intermediate files that have not been created. That is, the original file that has been updated is registered in the storage, only the intermediate generated files that are not likely to be updated any more are generated by the utility, and these are reflected in the project base.

【0042】このように、本実施例においては、オリジ
ナルファイルと中間生成ファイルとを関連付け、プロジ
ェクトベース上に中間生成ファイルを作成することによ
り、複数の開発者による中間生成ファイルの共用を実現
している。また、オリジナルファイルの更新のタイミン
グに合わせてワークスペース上で共用と非共用の切替え
を行うことにより、矛盾の無い中間生成ファイルの更新
を実現している。
As described above, in the present embodiment, the original file and the intermediate generated file are associated with each other and the intermediate generated file is created on the project base, thereby realizing the sharing of the intermediate generated file by a plurality of developers. There is. In addition, by switching between shared and non-shared in the workspace in synchronization with the update timing of the original file, a consistent update of the intermediate generated file is realized.

【0043】以上説明した実施例においては、プロジェ
クトベースのファイルをシンボリックリンクにより開発
者のワークスペースに対応付けているが、本発明をシン
ボリックリンクを持たないシステムに適用することもで
きる。その場合は、プロジェクトベース上のオリジナル
ファイルと中間生成ファイルを各開発者のワークスペー
ス上にコピーすることにより、これらのファイルの共用
が可能になる。更新者は自分のワークスペース上のオリ
ジナルファイルを更新し、資産管理システムはその結果
を保管庫とプロジェクトベースに反映した後に、他の開
発者に再コピーの必要があることを通知する。再コピー
が行われると、最新のオリジナルファイルと中間生成フ
ァイルが共用可能になる(リフレッシュ)。
In the embodiment described above, the project-based file is associated with the workspace of the developer by the symbolic link, but the present invention can be applied to the system having no symbolic link. In that case, by copying the original file and intermediate generation file on the project base onto the workspace of each developer, these files can be shared. The updater updates the original file in his workspace, and the asset management system notifies the other developers that it needs to be copied again after reflecting the result in the vault and the project base. When the recopy is performed, the latest original file and the intermediate generated file can be shared (refresh).

【0044】[0044]

【発明の効果】本発明によれば、複数の開発者がソフト
ウェアを開発する環境において、ソフトウェア資産の効
率的な利用が促進される。より詳しくは、各開発者が直
接作成するソフトウェア資産のみならず、ユーティリテ
ィ等により自動的に生成されるソフトウェア資産をも共
用することが可能になる。また、共用されるソフトウェ
ア資産を矛盾無く更新することができる。
According to the present invention, efficient use of software assets is promoted in an environment in which a plurality of developers develop software. More specifically, not only the software assets created directly by each developer but also the software assets automatically generated by a utility or the like can be shared. In addition, shared software assets can be updated without contradiction.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理図である。FIG. 1 is a principle diagram of the present invention.

【図2】実施例における保管庫・プロジェクトベース・
ワークスペースの関係を示す図である。
[Fig. 2] Storage cabinet, project base, in the embodiment
It is a figure which shows the relationship of workspace.

【図3】登録時におけるファイルの遷移を示す図であ
る。
FIG. 3 is a diagram showing file transitions during registration.

【図4】登録処理のフローチャートである。FIG. 4 is a flowchart of registration processing.

【図5】更新時におけるファイルの遷移を示す図であ
る。
FIG. 5 is a diagram showing transition of files at the time of updating.

【図6】更新開始処理のフローチャートである。FIG. 6 is a flowchart of update start processing.

【図7】更新処理のフローチャートである。FIG. 7 is a flowchart of update processing.

【図8】更新完了処理のフローチャートである。FIG. 8 is a flowchart of update completion processing.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平6−274331(JP,A) 特開 平6−28164(JP,A) 特開 平5−216636(JP,A) 特開 平5−113877(JP,A) 調重俊ほか2名,プログラム開発環境 と資産保護,東芝レビュー,株式会社東 芝,1994年10月 1日,第49巻第10号, p.717−721 吉野松樹ほか2名,分散コンピューテ ィング環境におけるアプリケーション開 発支援,日立評論,日立評論社,1994年 6月 1日,第76巻第6号,p.47− 50 森谷俊之ほか1名,大規模ソフトウェ ア開発の協調作業をサポートするファイ ル化支援システム,電子情報通信学会技 術研究報告 SSE94−81〜90 交換シ ステム,社団法人電子情報通信学会, 1994年 7月22日,第94巻第168号,p. 43−48 (58)調査した分野(Int.Cl.7,DB名) G06F 9/44 G06F 9/06 ─────────────────────────────────────────────────── ─── Continuation of the front page (56) Reference JP-A-6-274331 (JP, A) JP-A-6-28164 (JP, A) JP-A-5-216636 (JP, A) JP-A-5- 113877 (JP, A) Toshishige Shigeshi et al., Program development environment and asset protection, Toshiba Review, Toshiba Corporation, October 1, 1994, Volume 49, No. 10, p. 717-721 Matsuno Yoshino and 2 others, Application development support in distributed computing environment, Hitachi Review, Hitachi Review, June 1, 1994, Vol. 76, No. 6, p. 47-50 Toshiyuki Moriya et al., 1 file support system for collaborative work in large-scale software development, IEICE Technical Report SSE94-81-90 Exchange System, The Institute of Electronics, Information and Communication Engineers , July 22, 1994, Vol. 94, No. 168, p. 43-48 (58) Fields investigated (Int.Cl. 7 , DB name) G06F 9/44 G06F 9/06

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 情報を記憶するメモリと、該メモリに記
憶された情報を用いて処理を行うプロセッサとを有する
システムにおいて、複数のユーザが共同で開発するソフ
トウェアを管理するソフトウェア資産管理方法であっ
て、 前記複数のユーザのうちのいずれかが作成した更新対象
のオリジナルファイルと、ユーティリティプログラムを
実行することにより該オリジナルファイルから自動的に
生成される中間生成ファイルのファイル名として該オリ
ジナルファイルと関連付けられたファイル名を含み、か
つ、該ユーティリティプログラムを特定する情報を含む
中間生成ファイル情報とを前記メモリに記憶させ、 前記プロセッサが、前記メモリ内の前記中間生成ファイ
ル情報を参照することにより特定されるユーティリティ
プログラムを起動して、前記オリジナルファイルから前
記ファイル名を有する前記中間生成ファイル を自動的に
生成し、前記プロセッサが、前記オリジナルファイルを更新する
作業領域として前記複数のユーザの各々に対して設けら
れたワークスペースに、前記オリジナルファイルを利用
するためのシンボリックリンクと前記中間生成ファイル
を利用するためのシンボリックリンクとを生成する こと
を特徴とするソフトウェア資産管理方法。
1. A memory for storing information and a memory for storing the information.
And a processor that performs processing using the stored information
A software that is jointly developed by multiple users in the system.
Software asset management method for managing software
The update target created by one of the users
Original file and utility program
Automatically from the original file by executing
The file name of the generated intermediate
Contains the file name associated with the
Including information for identifying the utility program
Intermediate generation file information is stored in the memory, and the processor stores the intermediate generation file in the memory.
Utility identified by referring to the file information
Start the program and start from the original file
The intermediate generation file having the file name is automatically generated, and the processor updates the original file.
A work area is provided for each of the plurality of users.
Use the original file in the created workspace
Symbolic link and the intermediate file
A software asset management method characterized by generating a symbolic link for use of .
【請求項2】 複数のユーザが共同で開発するソフトウ
ェアを管理するソフトウェア資産管理システムであっ
て、 前記複数のユーザのうちのいずれかが作成した更新対象
のオリジナルファイルと、ユーティリティプログラムを
実行することにより該オリジナルファイルから自動的に
生成される中間生成ファイルのファイル名として該オリ
ジナルファイルと関連付けられたファイル名を含み、か
つ、該ユーティリティプログラムを特定する情報を含む
中間生成ファイル情報とを記憶 する手段と、前記中間生成ファイル情報を参照することにより特定さ
れるユーティリティプログラムを起動して、前記オリジ
ナルファイルから前記ファイル名を有する前記中間生成
ファイル を自動的に生成する手段と、前記オリジナルファイルを更新する作業領域として前記
複数のユーザの各々に対して設けられたワークスペース
に、前記オリジナルファイルを利用するための シンボリ
ックリンクと前記中間生成ファイルを利用するためのシ
ンボリックリンクとを生成する 手段とを備えることを特
徴とするソフトウェア資産管理システム。
2. Software developed jointly by a plurality of users
Is a software asset management system that manages
The update target created by one of the users
Original file and utility program
Automatically from the original file by executing
The file name of the generated intermediate
Contains the file name associated with the
Including information for identifying the utility program
It is specified by referring to the means for storing the intermediate generation file information and the intermediate generation file information.
Start the utility program that is
The intermediate generation with the file name from the null file
Means for automatically generating a file, the as a work area for updating the original file
Workspace provided for each of multiple users
To, symbolic of the order to use the original file
Link for using the link and the intermediate file.
And a means for generating a symbolic link .
JP02954595A 1995-02-17 1995-02-17 Software asset management method and system Expired - Fee Related JP3423098B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02954595A JP3423098B2 (en) 1995-02-17 1995-02-17 Software asset management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02954595A JP3423098B2 (en) 1995-02-17 1995-02-17 Software asset management method and system

Publications (2)

Publication Number Publication Date
JPH08221261A JPH08221261A (en) 1996-08-30
JP3423098B2 true JP3423098B2 (en) 2003-07-07

Family

ID=12279107

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02954595A Expired - Fee Related JP3423098B2 (en) 1995-02-17 1995-02-17 Software asset management method and system

Country Status (1)

Country Link
JP (1) JP3423098B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7903234B2 (en) 2006-11-27 2011-03-08 Asml Netherlands B.V. Lithographic apparatus, device manufacturing method and computer program product
SG143178A1 (en) 2006-11-27 2008-06-27 Asml Netherlands Bv Lithographic apparatus, device manufacturing method and computer program product
US7829249B2 (en) 2007-03-05 2010-11-09 Asml Netherlands B.V. Device manufacturing method, computer program and lithographic apparatus
JP5351503B2 (en) 2008-03-07 2013-11-27 株式会社フジクラ Optical fiber cable and lead-out method in optical fiber cable
JP4907610B2 (en) 2008-07-29 2012-04-04 日立オートモティブシステムズ株式会社 Software configuration management method and system
NL2007498A (en) 2010-12-23 2012-06-27 Asml Netherlands Bv Lithographic apparatus and method of modifying a beam of radiation within a lithographic apparatus.
NL2010196A (en) 2012-02-09 2013-08-13 Asml Netherlands Bv Lens heating aware source mask optimization for advanced lithography.

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
吉野松樹ほか2名,分散コンピューティング環境におけるアプリケーション開発支援,日立評論,日立評論社,1994年 6月 1日,第76巻第6号,p.47−50
森谷俊之ほか1名,大規模ソフトウェア開発の協調作業をサポートするファイル化支援システム,電子情報通信学会技術研究報告 SSE94−81〜90 交換システム,社団法人電子情報通信学会,1994年 7月22日,第94巻第168号,p.43−48
調重俊ほか2名,プログラム開発環境と資産保護,東芝レビュー,株式会社東芝,1994年10月 1日,第49巻第10号,p.717−721

Also Published As

Publication number Publication date
JPH08221261A (en) 1996-08-30

Similar Documents

Publication Publication Date Title
US5675802A (en) Version control system for geographically distributed software development
US6460052B1 (en) Method and system for performing fine grain versioning
Olson et al. Berkeley DB.
US5854936A (en) Code server
US7152224B1 (en) Versioned project associations
Allen et al. ClearCase MultiSite: Supporting geographically-distributed software development
US6003042A (en) Systems, methods and computer programs products for storing a new version of an Envy Library file in a teamconnection object oriented programming environment
US8548947B2 (en) Systems and methods for file maintenance
JP3563692B2 (en) How to synchronize a database schema with its representation in an object-oriented repository
US7836106B2 (en) Method, apparatus and computer program product for change management in a data processing environment
JP2009009590A (en) System and method for website content development
JP2002528789A (en) Apparatus and method for creating modeling tools
JPH06259301A (en) Saving device, reloading device, and transition device for data base
US20120330890A1 (en) Propagating tables while preserving cyclic foreign key relationships
US7099889B2 (en) System and method for decoupling object identification for the purpose of object switching in database systems
US20030051230A1 (en) Code management software fast transactions using state table technology
JP3423098B2 (en) Software asset management method and system
US7689999B2 (en) Sharing dynamically changing resources in software systems
US6951016B2 (en) Code server
CN105550342B (en) A kind of data processing method of the distributed data base of all-transparent
US20070185929A1 (en) Method and apparatus for processing monitoring
US5963955A (en) Bridge for exporting and importing objects between object oriented programming environments
Rehm et al. Support for design processes in a structurally object-oriented database system
JP3769775B2 (en) Distributed link information maintenance method
US20050044523A1 (en) Method and system for compiling Java code with referenced classes in a workspace environment

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20030415

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080425

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090425

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090425

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100425

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110425

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees