JPH09258964A - System for managing version of software - Google Patents

System for managing version of software

Info

Publication number
JPH09258964A
JPH09258964A JP6971796A JP6971796A JPH09258964A JP H09258964 A JPH09258964 A JP H09258964A JP 6971796 A JP6971796 A JP 6971796A JP 6971796 A JP6971796 A JP 6971796A JP H09258964 A JPH09258964 A JP H09258964A
Authority
JP
Japan
Prior art keywords
version
module
program
change
forms
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
JP6971796A
Other languages
Japanese (ja)
Inventor
Yuji Tanaka
裕二 田中
Fumi Matsuno
深美 松野
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
Hitachi Computer Engineering Co Ltd
Original Assignee
Hitachi Ltd
Hitachi Computer Engineering Co 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, Hitachi Computer Engineering Co Ltd filed Critical Hitachi Ltd
Priority to JP6971796A priority Critical patent/JPH09258964A/en
Publication of JPH09258964A publication Critical patent/JPH09258964A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To realize version management making used for forms by interfacing a form database and a version database and making them refer one another. SOLUTION: For newly inputting forms, a form input/display part 102 registers the forms in a form data base(DB) 105 by a form DB access part 103, and a version DB access part 104 accesses to version DB, recognizes a version where a former version is defined from various versions of a designated module and takes it out from a work file. The version of the module which is taken out is registered to the slip as the former version by the form DB access pat 103. A person in charge of development corrects an objective module and indicates the storage of the corrected module from a form input screen. The form input/display part 102 stores the objective module in version DB 106 from a work file 107 and registers the new version of the stored module in the form DB 105.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェアのバ
ージョン管理方式に係り、特にソフトウェアの変更内容
を記載したドキュメントと対応するソフトウェアバージ
ョンの管理を容易にする方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software version management system, and more particularly to a method for facilitating management of a software version corresponding to a document in which software changes are described.

【0002】[0002]

【従来の技術】従来、ソフトウェアのバージョン管理
は、対象となるソフトウェアを専用のバージョン管理用
ソフトウェアによってバージョン単位にDBに格納。ま
た、その変更内容は開発管理(変更内容の検討や不良の
発生状況の把握等)を目的に上記とは別な帳票(DB)
として管理していた。
2. Description of the Related Art Conventionally, in software version management, target software is stored in a DB in version units by dedicated version management software. In addition, the contents of the change are different from the above (DB) for the purpose of development management (examination of the contents of the change, grasping the occurrence status of defects, etc.).
Was managed as.

【0003】[0003]

【発明が解決しようとする課題】上記従来の技術では、
ソフトウェアのバージョンと帳票(変更内容)の対応づ
けは各々別DBとして管理される為、特定変更に関係し
たモジュールの洗出しや、複数の変更内容に関連したモ
ジュール(バージョン)を抽出して1つのプログラムを
構築するような場合、人手でその変更内容とバージョン
の対応をとる為、バージョン管理作業が複雑となってい
た。
In the above prior art,
Since the correspondence between the software version and the form (change content) is managed as a separate DB, the modules related to a specific change are identified and the modules (versions) related to a plurality of change contents are extracted to create a single database. When constructing a program, the version management work was complicated because the contents of the change and the version were manually handled.

【0004】[0004]

【課題を解決するための手段】上記目的を達成する為
に、本発明では帳票DBとバージョンDB間でインター
フェイスを取り、互いに同期しながら参照し合う機能を
システムに持たせ、ソフトウェアの変更、帳票の登録・
更新する度に、両DBを同時に更新し、DB間の一致性
を保証し、帳票を主体にしたバージョン管理を可能にす
るものである。
In order to achieve the above object, according to the present invention, an interface is provided between a form DB and a version DB, and the system is provided with a function of referring to each other in synchronization with each other to change software, Registration of·
Each time it is updated, both DBs are updated at the same time, the consistency between the DBs is guaranteed, and version management mainly based on the form is enabled.

【0005】[0005]

【発明の実施の形態】以下、本発明の実施例を図を用い
て、具体的に説明する 尚、バージョンDBから一つのバージョンをワークファ
イルとして取り出す操作を「GET」、バージョンDB
に格納する操作を「PUT」と呼び、各バージョンに別
名称をつける操作をバージョンとは区別して「ラベル」
呼び説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, an embodiment of the present invention will be specifically described with reference to the drawings. Incidentally, the operation of fetching one version from the version DB as a work file is "GET", version DB
The operation to store in is called "PUT", and the operation of giving a different name to each version is distinguished from the version by "label".
Call and explain.

【0006】また、「モジュール」はソフトウェアの部
分的な機能を実現するファイル、「プログラム」はモジ
ュールを結合(リンク)して作成したファイル、「シス
テム」はプログラムの集合と定義し説明する。
A "module" is defined as a file that realizes a partial function of software, a "program" is defined as a file created by linking (linking) modules, and a "system" is defined as a set of programs.

【0007】図1に本発明の構成図を示す。101は本
発明をシステム化したバージョン管理システムを示し、
帳票入力・表示部(102)、帳票DBアクセス部(1
03)、バージョンDBアクセス部(107)で構成さ
れる。又、105は帳票を1件単位にDB化した帳票D
B、106はモジュールやプログラムを各バージョン単
位に格納したバージョンDB、107はモジュールの変
更やプログラムの構築時に、バージョンDBからGET
/PUTする為のワークファイルを示す。
FIG. 1 shows a block diagram of the present invention. Reference numeral 101 denotes a version management system that systemizes the present invention,
Form input / display unit (102), form DB access unit (1
03) and a version DB access unit (107). In addition, 105 is a form D in which the form is converted into a DB for each case.
B and 106 are version DBs in which modules and programs are stored in each version unit, and 107 is a GET from the version DB when changing modules or constructing programs.
Indicates a work file for / PUT.

【0008】帳票入力・表示部(102)は帳票1件単
位の入力や表示をする機能、複数の帳票を各種条件によ
り検索し一覧形式で表示する機能、一覧表示された帳票
を選択しグループ化する機能、帳票DBアクセス部(1
03)とバージョンDBアクセス部(107)を制御す
る機能を持つ。
The form input / display unit (102) has a function of inputting and displaying each form, a function of searching a plurality of forms according to various conditions and displaying them in a list format, and selecting and grouping the displayed forms. Function, form DB access part (1
03) and the version DB access unit (107).

【0009】帳票DBアクセス部(103)は帳票入力
・表示部(102)の指示に従い、帳票DBから帳票デ
ータの読み込みや書き込みをする機能を持つ。
The form DB access unit (103) has a function of reading and writing form data from the form DB in accordance with instructions from the form input / display unit (102).

【0010】バージョンDBアクセス部(107)は帳
票入力・表示部(102)の指示に従い、バージョンD
Bからモジュールやプログラムの対象バージョンをワー
クファイルとしてGET/PUTする機能を持つ。
The version DB access unit (107) follows the instruction from the form input / display unit (102) to display the version D.
It has a function of GET / PUT a target version of a module or program from B as a work file.

【0011】以下、図2、図3、図4を用いてモジュー
ル操作時の処理内容について説明する。
The contents of processing when operating the module will be described below with reference to FIGS. 2, 3, and 4.

【0012】尚、バージョンDBには予め本システムに
よってプログラム、モジュールの旧バージョンが格納さ
れ、全てのファイルに「システムの旧バージョン」がラ
ベル定義されているものとする。
It is assumed that the version DB stores in advance the old versions of programs and modules by the present system, and the label "old version of system" is defined in all files.

【0013】まず、新規に帳票を入力する為、バージョ
ン管理システムを起動し帳票入力画面を表示。問題が発
生したシステム名とバージョン、プログラム名、モジュ
ール名、変更内容、及びGETするワークディレクトリ
を指定し、GET実行を指示する。(201)。
First, in order to input a new form, the version management system is activated and the form input screen is displayed. The system name and version in which the problem has occurred, the program name, the module name, the changed contents, and the work directory for GET are specified, and GET execution is instructed. (201).

【0014】帳票入力・表示部は帳票DBアクセス部を
起動し、帳票DBに帳票を登録(202)した後バージ
ョンDBアクセス部を起動し、指定されたモジュールの
指定バージョンをバージョンDBからGETする(20
3)。
The form input / display unit activates the form DB access unit, registers the form in the form DB (202), and then activates the version DB access unit to GET the specified version of the specified module from the version DB ( 20
3).

【0015】この際、バージョンDBアクセス部はバー
ジョンDBをアクセスし、指定されたモジュールの各種
バージョン(301)からシステムの旧バージョン(ラ
ベル)の定義されているバージョンを認識し(30
2)、ワークディレクトリ上にワークファイルとしてG
ETする(303)。また、GETしたモジュールのバ
ージョンは帳票DBアクセス部によって帳票にモジュー
ルの旧バージョンとして登録する(304)。
At this time, the version DB access unit accesses the version DB and recognizes the defined version of the old version (label) of the system from the various versions (301) of the specified module (30
2) G as a work file in the work directory
ET (303). Further, the version of the GET module is registered as an old version of the module in the form by the form DB access unit (304).

【0016】開発担当者は対象モジュールを修正し(必
要に応じて開発ツールによりコンパイル、リンクを行い
テスト)、再度、帳票入力画面から修正済みモジュール
を指定し、PUT実行を指示する(205)。
The person in charge of development corrects the target module (compiles and links with a development tool as necessary to test), specifies the corrected module again from the form input screen, and gives an instruction to execute PUT (205).

【0017】帳票入力・表示部はバージョンDBアクセ
ス部を起動し、対象モジュールをワークディレクトリか
らバージョンDBにPUTする(206、401)。ま
た、帳票DBアクセス部を起動し、PUTしたモジュー
ルの新バージョンを帳票DBに登録する(207、40
2)。
The form input / display unit activates the version DB access unit and PUTs the target module from the work directory to the version DB (206, 401). Further, the form DB access unit is activated to register the new version of the PUT module in the form DB (207, 40).
2).

【0018】次に、図5、図6、図7を用いてプログラ
ム構築、システム定義時の処理内容について説明する。
Next, processing contents at the time of program construction and system definition will be described with reference to FIGS. 5, 6 and 7.

【0019】バージョン管理システムを起動し、前記作
業によってモジュールの対策が済んだ帳票を検索し一覧
表示する。一覧表示された帳票から、プログラムの新バ
ージョンを構築する帳票を選択、グループ化し、選択し
た帳票に含まれるモジュールの対策バージョンのGET
実行を指示する(501)。
The version management system is started, and the forms for which the countermeasures for the modules have been completed are searched for and displayed as a list. From the displayed forms, select and group the forms that build the new version of the program, and get the countermeasure version of the module included in the selected form.
The execution is instructed (501).

【0020】帳票入力・表示部は帳票DBアクセス部を
起動し、選択された帳票からGETするモジュールの対
策バージョンを取得し(502、601)、バージョン
DBからワークディレクトリ上に対象モジュールの対策
バージョンをGETする(503、602)。
The form input / display unit activates the form DB access unit, acquires the countermeasure version of the module to be GET from the selected form (502, 601), and stores the countermeasure version of the target module in the work directory from the version DB. GET (503, 602).

【0021】開発担当者は対象モジュールを開発ツール
によりコンパイル、リンクを行い、プログラムを構築。
再度、帳票一覧表示画面からプログラムを指定し、PU
T実行を指示する(504、603)。
A person in charge of development compiles and links the target module with a development tool to build a program.
Again, specify the program from the form list display screen, PU
T execution is instructed (504, 603).

【0022】帳票入力・表示部はバージョンDBアクセ
ス部を起動し、対象プログラムをワークディレクトリか
らバージョンDBにPUTする(505、604)。ま
た、帳票DBアクセス部を起動し、PUTしたプログラ
ムの新バージョンを帳票に登録する(506、60
5)。
The form input / display unit activates the version DB access unit and PUTs the target program from the work directory to the version DB (505 and 604). In addition, the form DB access unit is activated to register the new version of the PUT program in the form (506, 60).
5).

【0023】最後に再度、帳票一覧表示画面からシステ
ムの新バージョンを指定し、システム定義を指示する
(507)。
Finally, again, the new version of the system is designated from the form list display screen, and the system definition is instructed (507).

【0024】帳票入力・表示部はバージョンDBアクセ
ス部を起動し、指定されたシステムの新バージョンを、
選択された帳票に含まれるプログラム、モジュールの対
象バージョンにラベル定義する(508、701)。ま
た、帳票DBアクセス部を起動し、選択された帳票に、
システムの新バージョンを登録する(509、70
1)。
The form input / display unit activates the version DB access unit to display the new version of the specified system.
A label is defined for the target version of the program or module included in the selected form (508, 701). In addition, the form DB access unit is activated and the selected form is
Register the new version of the system (509, 70
1).

【0025】この際、選択された帳票に記載されていな
いバージョンDB内の全てのプログラム、モジュールに
対しては、その旧バージョンに対策後の新バージョンを
ラベル定義する。
At this time, for all programs and modules in the version DB that are not described in the selected form, the old version is labeled with the new version after the countermeasure.

【0026】[0026]

【発明の効果】以上、説明した様に、本発明によれば、
ソフトウェアの変更内容を記載した帳票とソフトウェア
のバージョンを一致して管理することが可能となり、帳
票をベースにしたモジュール変更バージョンの洗い出
し、複数帳票を選択してのプログラム構築等が可能とな
り、バージョン管理を容易にする。
As described above, according to the present invention,
It is possible to manage the form that describes the software changes and the software version by matching, identify the module-modified version based on the form, and build a program by selecting multiple forms, version management To facilitate.

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

【図1】本発明の基本構成図である。FIG. 1 is a basic configuration diagram of the present invention.

【図2】モジュール操作時の概略フローである。FIG. 2 is a schematic flow when operating a module.

【図3】モジュール操作(GET)時の概略である。FIG. 3 is a schematic diagram of module operation (GET).

【図4】モジュール操作(PUT)時の概略である。FIG. 4 is a schematic diagram of module operation (PUT).

【図5】プログラム、システム構築時の概略フローであ
る。
FIG. 5 is a schematic flow of building a program and a system.

【図6】プログラム構築時の概略である。FIG. 6 is a schematic diagram when a program is constructed.

【図7】システム構築時の概略である。FIG. 7 is a schematic diagram when the system is constructed.

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

101…バージョン管理システム、102…帳票入力・
表示部、103…帳票DBアクセス部、 104…バ
ージョンDBアクセス部、105…帳票DB、
106…バージョンDB、107…ワークファイ
ル。
101 ... Version management system, 102 ... Form input /
Display unit 103 ... Form DB access unit 104 ... Version DB access unit 105 ... Form DB
106 ... Version DB, 107 ... Work file.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】(1)プログラムの変更内容を記載する帳
票(電子化したDB(データベース))と、プログラム
およびプログラムを構成するモジュール単位に変更毎の
バージョン(世代)を付加したソースを格納したDBに
おいて、 両DB間でインターフェイスを取り互いに参照し合う事
が出来る事により、同期作成を可能にする事を特徴とす
る「ソフトウェアのバージョン管理方式」。 (2)(1)項の特徴により、特定変更に関係したモジ
ュールの洗出しを容易とし、更に同類変更作業を漏れな
く実行出来ることを特徴とする。 (3)(1)項の特徴を利用し、一連の変更項目をグル
ープ化し、指定する事により、関係変更モジュールを抽
出し、プログラムの構築を可能にする事を特徴とする。
(1) A form (electronic DB (database)) describing the contents of a program change and a source to which a version (generation) for each change is added for each program and a module constituting the program are stored. A "software version management method" that enables synchronous creation by allowing both DBs to interface with each other and refer to each other. (2) Due to the feature of item (1), it is easy to wash out the module related to the specific change, and the similar change work can be executed without omission. (3) By utilizing the feature of item (1), a series of change items are grouped and designated to extract a relation change module and enable the construction of a program.
JP6971796A 1996-03-26 1996-03-26 System for managing version of software Pending JPH09258964A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6971796A JPH09258964A (en) 1996-03-26 1996-03-26 System for managing version of software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6971796A JPH09258964A (en) 1996-03-26 1996-03-26 System for managing version of software

Publications (1)

Publication Number Publication Date
JPH09258964A true JPH09258964A (en) 1997-10-03

Family

ID=13410872

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6971796A Pending JPH09258964A (en) 1996-03-26 1996-03-26 System for managing version of software

Country Status (1)

Country Link
JP (1) JPH09258964A (en)

Similar Documents

Publication Publication Date Title
US20030105843A1 (en) Input/output device information management system for multi-computer system
CN111324610A (en) Data synchronization method and device
JPH096628A (en) Method and device for parallel processing procedure selection
CN113608727B (en) Code processing method, device and system for visual programming
EP0218258A3 (en) Software structuring system and method by data table translation
JP2538630B2 (en) Automatic test item selection system
JPH09258964A (en) System for managing version of software
JP3594471B2 (en) Scenario display device and method
WO2016190444A1 (en) Information management device, and file management method
CN113792026A (en) Deployment method and device of database script and computer readable storage medium
WO2024065445A1 (en) Method and apparatus for extending function block capability, electronic device, and storage medium
JPH09292986A (en) Part extraction method
KR100505111B1 (en) The apparatus and method of creating program source for operating database and the computer program product using the same
JPH09179732A (en) Device for migrating minimum operation environment
JP3637606B2 (en) Data processing device
JP2002041294A (en) Minimum operational environment migrating system
JP2699436B2 (en) Parameter inspection processing method
JP2000222410A (en) Thesaurus retrieving device and thesaurus retrieval system
JP3722854B2 (en) Data editing device
JPH06242933A (en) Program document maintenance device
CN114860250A (en) Component splitting method and device, electronic equipment and readable storage medium
CN114741092A (en) Multi-tenant deployment method, device, equipment and storage medium for traditional application
JPH0217538A (en) Document preparing device
JPH04247532A (en) Test supporting system
JP2003085013A (en) Pdm system and programming method for system connection