JPH07302194A - Managing method for version of module group - Google Patents

Managing method for version of module group

Info

Publication number
JPH07302194A
JPH07302194A JP9331894A JP9331894A JPH07302194A JP H07302194 A JPH07302194 A JP H07302194A JP 9331894 A JP9331894 A JP 9331894A JP 9331894 A JP9331894 A JP 9331894A JP H07302194 A JPH07302194 A JP H07302194A
Authority
JP
Japan
Prior art keywords
module
version
modules
updated
group
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.)
Pending
Application number
JP9331894A
Other languages
Japanese (ja)
Inventor
Takao Iwata
隆雄 岩田
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP9331894A priority Critical patent/JPH07302194A/en
Publication of JPH07302194A publication Critical patent/JPH07302194A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide the management method for version of the module group using a new version for a module not to be, returned when an old module group is reproduced. CONSTITUTION:When a module (1) is updated and modules (2 and others) effected by the update of the module 1 are also updated, a data base 13 manages the updated module name and a recent version of said module through cross- referencing in the unit of the module groups (1, 2 and others) and an inter- module cross reference table 14 manages information of dependence of each module on other modules. When the module name and the version of said module are designated, the version management information database 13 and the inter-module cross reference table 14 are referenced to adopt modules of new version in a range to be matched as to other modules than the module in the module group including the module.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数のモジュール、す
なわち、大きなプロジェクトで作成するプログラムを機
能分割した1つの単位、から成るモジュール群の版管理
方法に関し、特に、情報処理装置を用いた、多人数によ
る分散開発あるいは協調開発におけるプロジェクト全体
のモジュール群の、頻繁に更新されるモジュール間にお
いて整合性を保つ必要のある業務についての開発を支援
するに好適な、モジュール群の版管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a version management method of a module group consisting of a plurality of modules, that is, one unit in which a program created in a large project is functionally divided. The present invention relates to a module group version management method suitable for supporting the development of a task of a group of modules of a whole project in a distributed development or a collaborative development by a large number of people, which needs to maintain consistency between frequently updated modules.

【0002】[0002]

【従来の技術】大規模なソフトウェア開発においては、
プログラムは分割して作成される場合が多く、この分割
により、別々の作成者が分担して作成時間の短縮を図る
ことができ、また、分割後の各プログラム部分の処理内
容にふさわしいプログラム言語を用いて作成することが
できるという利点がある。このような場合、目的プログ
ラムは各原始プログラムを機械語のプログラムに変換し
てから結合することにより作成される。また、各原始プ
ログラムは必要に応じて個々に修正/変更が加えられ、
順次改版されていくが、これに従って目的プログラムも
また、各原始プログラムの変更に応じてその版数が更新
されていく。このような状況下において、従来は、例え
ば、特開平5-61657号公報に開示されている如き方式に
よるプログラム編集が行われていた。この方式は、原始
プログラムを翻訳して結合することにより目的プログラ
ムを作成し、また、原始プログラムの各版をソースファ
イルに、目的プログラムの最新版のみをオブジェクトフ
ァイルに格納するようにした方式において、目的プログ
ラムの各版数と、その版数の目的プログラムを構成する
各原始プログラムの版数とをそれぞれ対応付けて入力し
た版数管理テーブルを持つ編集管理部を有し、この編集
管理部は、目的プログラムの旧版が指定されると、上述
の版数管理テーブルから、この旧版に対応する各原始プ
ログラムの版数を検索し、次に、上述のソースファイル
から、上で検索した版数の原始プログラムをそれぞれ取
り出してワーク領域に展開し、これら展開された各原始
プログラムに対して修正/変更を行うように構成された
ものである。
2. Description of the Related Art In large-scale software development,
In many cases, programs are created by dividing, and by this division, different creators can share and reduce the creation time, and a programming language suitable for the processing contents of each program part after the division can be created. There is an advantage that it can be created using. In such a case, the target program is created by converting each source program into a machine language program and then combining them. In addition, each source program is individually modified / changed as needed,
The revisions will be made sequentially, and the version number of the target program will also be updated according to the change of each source program. Under such circumstances, conventionally, for example, program editing has been performed by the method disclosed in Japanese Patent Laid-Open No. 5-61657. In this method, the target program is created by translating and combining the source programs, and each version of the source program is stored in the source file, and only the latest version of the target program is stored in the object file. Each edition number of the target program, and the edition management section having a version number management table in which the version number of each source program constituting the target program of the version number is associated and inputted, and this edition management section, When the old version of the target program is specified, the version number of each source program corresponding to this old version is searched from the above version management table, and then the source version of the version searched above is searched from the above source file. It is configured to extract each program, expand it into a work area, and modify / change each of these expanded source programs. Than it is.

【0003】[0003]

【発明が解決しようとする課題】上記従来技術を含め
て、従来の一般的な技術では、各原始プログラムの版管
理を、各原始プログラムを一まとめにしたプログラムと
して管理するか、他の各原始プログラムと関連付けずに
版管理を行っていた。すなわち、プログラムの自動検索
方法等では、整合を取れるようにモジュール(原始プロ
グラム)の更新を行っているが、その情報を管理はせ
ず、旧バージョンを再現することは考慮されていない。
その結果、旧バージョンを再現するときに戻す必要のな
いモジュールについても古いバージョンに戻されてしま
う場合があった。また、整合を取れるモジュール群を捜
す場合、手作業で捜すと時間が掛かり人為的ミスも発生
する。更に、整合が取れている時点でのバックアップを
利用する場合は、間隔が粗くメモリを多く必要とすると
いう問題がある。本発明は上記事情に鑑みてなされたも
ので、その目的とするところは、従来の技術における上
述の如き問題を解消し、旧モジュール群を再現するとき
に戻さなくても良いモジュールについてはより新しい版
を用いるようにしたモジュール群の版管理方法を提供す
ることにある。
In the conventional general techniques including the above-mentioned conventional technique, the version management of each source program is managed as a program in which each source program is integrated, or each other source program is managed. Version management was performed without associating with the program. That is, in the automatic program search method and the like, the module (source program) is updated so as to obtain consistency, but the information is not managed and reproduction of the old version is not considered.
As a result, modules that do not need to be restored when reproducing the old version may be restored to the old version. Further, when searching for a group of modules that can be matched, it takes time and human error occurs when searching manually. Further, when the backup at the time of matching is used, there is a problem that the intervals are coarse and a large amount of memory is required. The present invention has been made in view of the above circumstances, and an object of the present invention is to solve a problem as described above in the related art and to provide a newer module that does not need to be returned when the old module group is reproduced. It is to provide a version management method for a group of modules that uses a version.

【0004】[0004]

【課題を解決するための手段】本発明の上述の目的は、
計算機および入出力装置を有する情報処理装置における
モジュール群の版管理方法であって、あるモジュール
(モジュール1)が更新されたときに、前記モジュール1
の更新によって影響を受けるモジュール2他も更新され
た場合、更新されたモジュール名と該モジュールの最新
版番号とを対応付け、これらのモジュール群(モジュー
ル1,2他)を単位として管理する版管理情報データベ
ースと、各モジュールの他のモジュールに対する依存関
係の情報を管理するモジュール間対応テーブルとを有
し、モジュール名と該モジュールの版番号が指定された
とき、前記版管理情報データベースとモジュール間対応
テーブルとを参照して、当該モジュールが含まれるモジ
ュール群内のモジュール以外の他のモジュールについて
は、整合が取れる範囲でより新しい版のモジュールを採
集することを特徴とするモジュール群の版管理方法によ
って達成される。
The above objects of the present invention are as follows:
A version management method for a module group in an information processing device having a computer and an input / output device, comprising:
When (module 1) is updated, the module 1
When the module 2 and the like affected by the update of the module are also updated, the updated module name and the latest version number of the module are associated with each other, and the version management for managing these module groups (module 1, 2, etc.) as a unit It has an information database and an inter-module correspondence table that manages information on the dependency relationship of each module with other modules, and when the module name and the version number of the module are specified, the version management information database and the inter-module correspondence With reference to the table, regarding the modules other than the modules in the module group including the module, a module group version management method characterized by collecting a newer version module within the range where the consistency can be obtained. To be achieved.

【0005】[0005]

【作用】本発明に係るモジュール群の版管理方法におい
ては、あるモジュール(1)が更新されたとき、その影響
を受けるモジュール2他の名称を管理するモジュール間
対応テーブルを保持し、更新されるモジュールとその影
響を受けて更新を行うモジュールの情報を履歴として管
理する版管理情報データベースを保持し、あるモジュー
ルの名と版番号が指定されると、当該モジュール以外の
モジュールについては、より新しい版を選ぶことを前提
に整合の取れるモジュール群を算出する。これにより、
更新対象等の該当モジュール以外のモジュールについて
は、より新しい版のものを使うことができるという効果
が得られる。また、上述の版管理情報データベースに登
録してあるモジュール群の版管理情報を視覚的に開発担
当者に知らせることにより、履歴情報をプログラマーに
知らせることが可能であり、プログラマーがこの機能を
用いる際のサポートに使用できるという効果も得られ
る。
In the module group version management method according to the present invention, when a certain module (1) is updated, an affected module 2 and an inter-module correspondence table that manages other names are held and updated. The version management information database that manages the information of the module and the module that is affected and updated as a history is held, and if the name and version number of a certain module are specified, the newer version will be created for the modules other than the module. A module group that can be matched is calculated on the assumption that is selected. This allows
With respect to the modules other than the relevant module such as the update target, it is possible to obtain the effect that a newer version can be used. Also, by visually notifying the person in charge of development of the version management information of the module group registered in the version management information database described above, it is possible to notify the programmer of the history information, and when the programmer uses this function. There is also an effect that it can be used to support.

【0006】[0006]

【実施例】以下、本発明の実施例を図面に基づいて詳細
に説明する。図1は、本発明の一実施例に係るモジュー
ル群の版管理方法を実行するためのシステム構成図であ
る。図1において、10はプロジェクト参画者が開発を
行うワークステーションである。11もプロジェクト参
画者が開発を行うワークステーションであるが、ワーク
ステーション10とは、共有ディレクトリ12を有する
点で異なる。12は現在のモジュールの最新版を登録し
ておくところであり、本実施例に係る処理を実行する場
所である。13は更新されるモジュールとそのモジュー
ルの更新によって影響を受け更新をしたモジュール(以
下、「更新モジュール群」という)を1つの単位として、
履歴として管理する版管理情報データベースである。ま
た、14は各モジュールの依存関係の情報を管理してい
るモジュール間対応テーブル格納部である。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a system configuration diagram for executing a module group version management method according to an embodiment of the present invention. In FIG. 1, reference numeral 10 is a workstation developed by the project participants. Reference numeral 11 is also a workstation developed by the project participants, but is different from the workstation 10 in that the shared directory 12 is provided. Reference numeral 12 is a place for registering the latest version of the current module, and is a place for executing the processing according to the present embodiment. 13 is a module to be updated and a module affected by the update of the module and updated (hereinafter referred to as “update module group”) as one unit,
It is a version management information database managed as a history. Reference numeral 14 denotes an inter-module correspondence table storage unit that manages information on the dependency relationship of each module.

【0007】次に、図2から図7までを用いて、実施例
を詳細に説明する。図2において、共有ディレクトリ1
2に登録されているモジュールの1つであるモジュール
Aが更新される(ステップ20)。それを受けて、モジュー
ル間対応テーブル(図6参照)の情報を基に、モジュール
Aの更新によって影響を受けるモジュール(以下、「影響
モジュール」という)の担当者にモジュールの更新要求を
送る(ステップ21)。モジュール間対応テーブルを、図6
の例を基に説明する。図6において、60で示す行に
は、共有ディレクトリ12に登録されているモジュール
名が並んでいる。61に示す表には、60のモジュール
の更新の影響を受けるモジュール名が記されている。ま
た、62の列にはモジュールAが影響するモジュール名
が、63の列にはモジュールBが影響するモジュール名
が、64の列にはモジュールCが影響するモジュール名
が、65の列にはモジュールDが影響するモジュール名
が、それぞれ、記されている。
Next, an embodiment will be described in detail with reference to FIGS. 2 to 7. In FIG. 2, the shared directory 1
Module A, which is one of the modules registered in No. 2, is updated (step 20). In response to this, a module update request is sent to the person in charge of the module affected by the update of the module A (hereinafter referred to as “affected module”) based on the information in the module correspondence table (see FIG. 6) (step twenty one). Figure 6 shows the module correspondence table.
An example will be described. In FIG. 6, the module names registered in the shared directory 12 are arranged in a line indicated by 60. In the table indicated by 61, module names affected by updating of 60 modules are described. Further, a column 62 has a module name affected by the module A, a column 63 has a module name affected by the module B, a column 64 has a module name affected by the module C, and a column 65 has a module name. The module names affected by D are listed respectively.

【0008】図2におけるステップ21により、開発担当
者に送られた更新要求に対して、すべての影響モジュー
ルが更新(ステップ22)されなかった場合は、影響モジュ
ール群およびモジュールAに対して更新前に戻す(ステ
ップ23)。すべての影響モジュールが更新(ステップ22)
された場合は更新されたモジュール群について版管理処
理を行う(ステップ24)。更新モジュール群の版管理処理
についての説明を、図4を用いて行う。図4において、
モジュールが更新されると各更新モジュールが個別に版
管理される(ステップ40)。版管理されたときの更新モジ
ュールの版番号の最新番号を版管理情報データベースに
送る(ステップ41)。版管理情報データベース42内で、
更新モジュール群の版番号を履歴として管理する(ステ
ップ43)。
In step 21 in FIG. 2, if all the affected modules have not been updated (step 22) in response to the update request sent to the person in charge of development, the affected modules and module A are not updated yet. (Step 23). All impact modules updated (step 22)
If so, version management processing is performed on the updated module group (step 24). The version management process of the update module group will be described with reference to FIG. In FIG.
When the module is updated, each update module is individually version controlled (step 40). The latest version number of the update module when the version is managed is sent to the version management information database (step 41). In the version management information database 42,
The version number of the update module group is managed as a history (step 43).

【0009】次に、本実施例の動作説明を、図3を用い
て行う。図3において、まず、版管理情報データベース
内の、順番に並べられた更新モジュール群ごとの履歴情
報を画面上に表示する(ステップ30)。ここでの版管理情
報データベース内の管理状況を、図5の一例を基に説明
する。図5において、50は登録されるごとに付けられ
る項番である。51はモジュールAの版管理状況であ
る。52はモジュールBの版管理状況である。53はモ
ジュールCの版管理状況である。54はモジュールDの
版管理状況である。版管理情報データベースでは、更新
モジュール群の版番号だけを項番50に合わせて登録す
るので、そのとき更新されなかったモジュールの版番号
は登録されない。図5の表の隙間はそのときそのモジュ
ールが更新されなかったことを示す。
Next, the operation of this embodiment will be described with reference to FIG. In FIG. 3, first, history information for each update module group arranged in order in the version management information database is displayed on the screen (step 30). The management status in the version management information database here will be described based on an example of FIG. In FIG. 5, 50 is an item number added each time registration is performed. Reference numeral 51 is a version management status of the module A. Reference numeral 52 denotes the version management status of the module B. Reference numeral 53 indicates the version management status of the module C. Reference numeral 54 represents the version management status of the module D. In the version management information database, only the version numbers of the updated module group are registered according to the item number 50, so that the version numbers of the modules not updated at that time are not registered. The gaps in the table of Figure 5 indicate that the module was not updated then.

【0010】次に、モジュールAを版番号a2にまで戻
す要求を受ける(ステップ31)。この要求を受けて、版管
理情報データベースの履歴情報のa4からa2になるま
での更新情報を取得する(ステップ32)。この取得した更
新情報を基にして、モジュールAのa2の版と整合の取
れているモジュール群をA以外のモジュールについては
より新しい版のモジュールを集める(ステップ33)。本方
式によるa2と従来方式によるa2のモジュールの違い
を、図7に基づいて説明する。まず、図7(a)に示す従
来方式70は、バックアップ等により整合が取れている
ときに、順次登録して管理する方式を示している。
Next, a request for returning the module A to the version number a2 is received (step 31). In response to this request, update information from the history information a4 to a2 of the version management information database is acquired (step 32). Based on the acquired update information, the module group matching the version of a2 of the module A is collected for modules other than A (step 33). The difference between the module a2 according to this method and the module a2 according to the conventional method will be described with reference to FIG. First, the conventional method 70 shown in FIG. 7A shows a method of sequentially registering and managing when the consistency is obtained by backup or the like.

【0011】図7(a)の示すところは、以下の通りであ
る。まず、項番1で示される状態からモジュールCを更
新すると、これに従って(図6参照)、モジュールAが更
新される。次に、項番2で示される状態からモジュール
Dを更新すると、これに従って、モジュールBとモジュ
ールCが更新される。更に、項番3で示される状態から
モジュールBを更新すると、これに従って、モジュール
Dが更新される。以下、同様に、項番4で示される状態
からモジュールCを更新すると、これに従って、モジュ
ールAが更新され、項番5で示される状態からモジュー
ルAを更新すると、これに従って、モジュールB,Dが
更新され、項番6で示される状態からモジュールBを更
新すると、これに従って、モジュールDが更新されると
いう状況を示している。そして、従来方式では、これら
の各状態におけるバックアップが逐一取られていた訳で
ある。
The point shown in FIG. 7A is as follows. First, when the module C is updated from the state shown in item No. 1, the module A is updated accordingly (see FIG. 6). Next, when the module D is updated from the state shown in item No. 2, the modules B and C are updated accordingly. Further, when the module B is updated from the state shown in item No. 3, the module D is updated accordingly. Similarly, when the module C is updated from the state shown in item No. 4, the module A is updated accordingly, and when the module A is updated from the state shown in item No. 5, the modules B and D are changed accordingly. When the module B is updated and the module B is updated from the state shown in No. 6, the module D is updated accordingly. In the conventional method, the backup in each of these states is taken point by point.

【0012】これに対して、図7(b)に示す本発明に係
る方式71は、バックアップの情報を用いずに、最新版
の版から対象とするモジュールに着目して求めるモジュ
ール群を算出するものである。なお、両図において、7
2は登録されるごとに付けられる項番であり、ここで
は、モジュール群の版番号となる。また、73はモジュ
ールAの版管理状況を、74はモジュールBの版管理状
況を、75はモジュールCの版管理状況を、76はモジ
ュールDの版管理状況を示している。従来方式では、a
2を再現する場合は、バックアップから、単純に、項番
2に示される如く、a2,b1,c2,d1を得る。こ
れに対し、図7(b)に示す本発明に係る方式では、a
2,b5,c3,d4(77の項番2で示されている)を
再現することが可能である。
On the other hand, the method 71 according to the present invention shown in FIG. 7B calculates the module group to be obtained by paying attention to the target module from the latest version without using the backup information. It is a thing. In both figures, 7
2 is an item number added each time it is registered, and here is the version number of the module group. Further, 73 indicates the version management status of the module A, 74 indicates the version management status of the module B, 75 indicates the version management status of the module C, and 76 indicates the version management status of the module D. In the conventional method, a
When 2 is reproduced, a2, b1, c2, d1 are simply obtained from the backup as shown in item 2. On the other hand, in the method according to the present invention shown in FIG.
2, b5, c3, d4 (shown in item No. 2 of 77) can be reproduced.

【0013】本発明に係る方式と従来方式の違いは、従
来方式が古い版から順に見ているのに対し、本方式にお
いては、新しい版から見ているという点である。つま
り、本発明に係る方式では、図7(b)に示される如く、
着目するモジュール(ここでは、モジュールA)の更新が
あったときに、対応する他のモジュールの更新状況をテ
ーブル化しておき、これに基づいてモジュールAのa2
の版と整合の取れているモジュール群を求める訳であ
る。ここでは、新しい版から順に見ていく際に、対象モ
ジュール(モジュールA)と更新の関係のあったモジュー
ルが、再度、対象モジュールと関係のあるときは、その
関係のあったモジュールは、初めに対象モジュールと関
係があったときの版番号より1つ引いた版番号となる。
The difference between the method according to the present invention and the conventional method is that the conventional method is viewed from the old version in order, whereas the present method is viewed from the new version. That is, in the method according to the present invention, as shown in FIG.
When the module of interest (module A in this case) is updated, the update status of the corresponding other module is tabulated, and based on this, a2 of module A is updated.
The module group that is consistent with the version of is requested. Here, when looking from the new version in order, if a module that has a relationship of update with the target module (module A) has a relationship with the target module again, the module with that relationship is first The version number is one less than the version number when it was related to the target module.

【0014】これを、図7(b)の例で説明すると、75
の列のモジュールCの版番号が項番6,5,2、つま
り、モジュールAのa4,a3,a2に対して、それぞ
れ、C5,C4,C3となることである。なお、対象モ
ジュールと関係のない更新は無視される。図7(b)の例
では、76の列のモジュールDの版項番が項番6,5,
2に対してすべてd4であり、表の項番7,4,3が空
欄であることが、これに対応する。上記実施例に示した
モジュール群の版管理方法によれば、旧モジュール群を
再現するときに、更新対象等の該当モジュール以外のモ
ジュールについては、より新しい版のものを使うことが
できるという効果が得られる。なお、上記実施例は本発
明の一例を示したものであり、本発明はこれに限定され
るべきものではないことは言うまでもないことである。
This will be described with reference to the example of FIG.
The version numbers of the module C in the column are item numbers 6, 5 and 2, that is, C4, C4 and C3 for the modules A4, a3 and a2, respectively. Updates that are not related to the target module are ignored. In the example of FIG. 7B, the version number of the module D in the 76th column is the item number 6, 5,
This corresponds to the fact that all are d4 for 2, and the item numbers 7, 4, and 3 in the table are blank. According to the module group version management method described in the above embodiment, when reproducing the old module group, it is possible to use a newer version of the module other than the corresponding module such as the update target. can get. It is needless to say that the above embodiment shows one example of the present invention, and the present invention should not be limited to this.

【0015】[0015]

【発明の効果】以上、詳細に説明した如く、本発明によ
れば、旧モジュール群を再現するときに戻さなくても良
いモジュールについてはより新しい版を用いるようにし
たモジュール群の版管理方法を実現できるという顕著な
効果を奏するものである。より具体的には、下記の如き
効果を得ることができる。 (1)版管理情報データベースが、更新モジュールと影響
モジュールを1つの単位とした版管理を行い、一方、モ
ジュール間対応テーブル格納部が、あるモジュールの更
新によって影響を受けるモジュール名を管理しているの
で、あるモジュールを他のモジュールとの整合を取れる
ように旧バージョンに戻すときに、あるモジュール以外
においては、より新しい版のモジュールを集めてくれ
る。 (2)版管理情報データベースでは、更新モジュールとそ
の更新の影響を受けるモジュールを1つの単位とした版
管理を行うので、モジュール群版管理情報を視覚的に開
発担当者に教えてくれる。
As described above in detail, according to the present invention, a module group version management method is used in which a newer version is used for a module that does not need to be returned when the old module group is reproduced. It has a remarkable effect that it can be realized. More specifically, the following effects can be obtained. (1) The version management information database manages versions with the update module and the affected module as one unit, while the inter-module correspondence table storage section manages the module name affected by the update of a certain module. So when you revert one module back to the old version to make it consistent with other modules, it will collect newer versions of the modules, except for some modules. (2) In the version management information database, version management is performed with the update module and the module affected by the update as one unit, so the module manager version management information is visually taught to the developer.

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

【図1】本発明の一実施例に係るモジュール群の版管理
方法を実行するためのシステム構成図である。
FIG. 1 is a system configuration diagram for executing a module group version management method according to an embodiment of the present invention.

【図2】実施例に係るモジュール群の版管理方法が実行
される状況を作る前提処理を示すフローチャートであ
る。
FIG. 2 is a flowchart showing a precondition process for creating a situation in which a version management method for a module group according to an embodiment is executed.

【図3】実施例における処理手順を示すフローチャート
である。
FIG. 3 is a flowchart showing a processing procedure in the embodiment.

【図4】更新されたモジュールを版管理する処理手順を
示すフローチャートである。
FIG. 4 is a flowchart showing a processing procedure for managing a version of an updated module.

【図5】版管理情報データベース内の登録された情報の
例を示す図である。
FIG. 5 is a diagram showing an example of registered information in a version management information database.

【図6】モジュール間対応テーブル内の登録された情報
の例を示す図である。
FIG. 6 is a diagram showing an example of registered information in a module correspondence table.

【図7】従来方式と本発明に係る方法によるモジュール
群の版管理情報を比較して示す図である。
FIG. 7 is a diagram showing a comparison of version management information of module groups according to a conventional method and a method according to the present invention.

【符号の説明】[Explanation of symbols]

10,11 ワークステーション 12 共有ディレクトリ 13 版管理情報データベース 14 モジュール間対応テーブル格納部 42 版管理情報データベース 70 従来方式によるモジュール群対応表 71 本発明に係るモジュール群の版管理方法によるモ
ジュール群対応表
10, 11 workstation 12 shared directory 13 version management information database 14 module correspondence table storage unit 42 version management information database 70 module group correspondence table by conventional method 71 module group correspondence table by module group version management method according to the present invention

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 情報処理装置におけるモジュール群の版
管理方法であって、あるモジュール(モジュール1)が更
新されたときに、前記モジュール1の更新によって影響
を受けるモジュール(モジュール2他)も更新された場
合、更新されたモジュール名と該モジュールの最新版番
号とを対応付け、これらのモジュール群(モジュール
1,2他)を単位として管理する版管理情報データベー
スと、各モジュールの他のモジュールに対する依存関係
の情報を管理するモジュール間対応テーブルとを有し、
モジュール名と該モジュールの版番号が指定されたと
き、前記版管理情報データベースとモジュール間対応テ
ーブルとを参照して、当該モジュールが含まれるモジュ
ール群内のモジュール以外の他のモジュールについて
は、整合が取れる範囲でより新しい版のモジュールを採
集することを特徴とするモジュール群の版管理方法。
1. A method of managing a version of a module group in an information processing apparatus, wherein when a module (module 1) is updated, modules affected by the update of the module 1 (module 2 etc.) are also updated. In this case, the updated module name and the latest version number of the module are associated with each other, and the version management information database that manages these module groups (modules 1, 2, etc.) as a unit, and the dependency of each module on other modules It has an inter-module correspondence table that manages relationship information,
When the module name and the version number of the module are specified, the version management information database and the inter-module correspondence table are referred to, and other modules other than the module in the module group including the module are matched. A version management method for a module group, which is characterized by collecting newer version modules within a range that can be taken.
JP9331894A 1994-05-02 1994-05-02 Managing method for version of module group Pending JPH07302194A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9331894A JPH07302194A (en) 1994-05-02 1994-05-02 Managing method for version of module group

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9331894A JPH07302194A (en) 1994-05-02 1994-05-02 Managing method for version of module group

Publications (1)

Publication Number Publication Date
JPH07302194A true JPH07302194A (en) 1995-11-14

Family

ID=14078955

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9331894A Pending JPH07302194A (en) 1994-05-02 1994-05-02 Managing method for version of module group

Country Status (1)

Country Link
JP (1) JPH07302194A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100340689B1 (en) * 1999-11-25 2002-06-20 오길록 Method Of Group Version Management For Concurrent Engineering

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100340689B1 (en) * 1999-11-25 2002-06-20 오길록 Method Of Group Version Management For Concurrent Engineering

Similar Documents

Publication Publication Date Title
US5428729A (en) System and method for computer aided software engineering
US6493732B2 (en) Method of and an apparatus for displaying version information and configuration and a computer-readable recording medium on which a version and configuration information display program is recorded
US5909689A (en) Automatic update of file versions for files shared by several computers which record in respective file directories temporal information for indicating when the files have been created
US6226652B1 (en) Method and system for automatically detecting collision and selecting updated versions of a set of files
US7536294B1 (en) Method and apparatus for translating computer programs
US7386793B2 (en) Apparatus, method and program for supporting a review
JP3227066B2 (en) Program generation method using program parts
US6363394B1 (en) Auto-generation of table neighborhoods
US5963955A (en) Bridge for exporting and importing objects between object oriented programming environments
JPH03257624A (en) Screen language system
JP2538630B2 (en) Automatic test item selection system
JPH07302194A (en) Managing method for version of module group
JPH05313969A (en) File list display method
US20050226597A1 (en) Processing systems and methods of controlling same
JPS62197826A (en) Production of system flow specifications
JPH09198291A (en) Concurrent engineering support system and method therefor
EP0726517A1 (en) A computer aided program generating system
JPH0436831A (en) Program development back-up system
JP3689596B2 (en) Product development process management system
JP3057685B2 (en) Version control method
JPH07146787A (en) Method for retrieving influence program
JP2003085013A (en) Pdm system and programming method for system connection
JP2002099453A (en) History control method for structural data
JPH0561657A (en) Program editing system
JPH09179732A (en) Device for migrating minimum operation environment