JPH08152999A - Program difference management system - Google Patents

Program difference management system

Info

Publication number
JPH08152999A
JPH08152999A JP29282794A JP29282794A JPH08152999A JP H08152999 A JPH08152999 A JP H08152999A JP 29282794 A JP29282794 A JP 29282794A JP 29282794 A JP29282794 A JP 29282794A JP H08152999 A JPH08152999 A JP H08152999A
Authority
JP
Japan
Prior art keywords
program
function
history file
file
common
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
JP29282794A
Other languages
Japanese (ja)
Inventor
Katsutoshi Hiroshige
勝俊 廣重
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu 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 NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP29282794A priority Critical patent/JPH08152999A/en
Publication of JPH08152999A publication Critical patent/JPH08152999A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE: To manage the program correction history by performing the addition or correction of a function to an extracted program and registering difference in that corrected program onto a function history file and a common history file. CONSTITUTION: The correction record 31 of a function history file 16 and the correction record 33 of a common history file 17 are generated by a registering means 3. Next, a program file 12 for conditions B is extracted out of the function history file 16 and the common history file 17 by an extracting means 1. Further, a correction record 34 is registered on the common history file 17 and a correction record 32 is registered on the function history file 16 by the registering means 3. Then, a program for conditions A is extracted from the function history file 16 and the common history file 17 to a program file 14 by the extracting means 1. At such a time, the program file 14 contains function difference 21 and common part correction 23.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プログラム(コンピュ
ータプログラム)差分管理方式に関し、特に、全てのプ
ログラムに共通の機能と特定の条件が満たされたときに
実行される各プログラムに固有の機能とを有する複数の
プログラムを差分(各プログラムに固有の機能(全てで
はない複数のプログラムに共通の機能を含む)を実現す
る部分)を意識して管理するプログラム差分管理方式に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program (computer program) difference management system, and more particularly to a function common to all programs and a function unique to each program executed when a specific condition is satisfied. The present invention relates to a program difference management method that manages a plurality of programs having a difference (a part that realizes a function unique to each program (including a function common to a plurality of programs, not all)).

【0002】[0002]

【従来の技術】従来、この種の技術は、部分的に異なる
機能をもつ複数のプログラムを一元管理することについ
ては意識していたが、同時にそれら複数のプログラムの
修正履歴を管理することについては意識していなかっ
た。つまり、修正してしまった部分をもとに戻すという
ことはできなかった。
2. Description of the Related Art Conventionally, this type of technology has been aware of centrally managing a plurality of programs having partially different functions. However, regarding the management of revision histories of the plurality of programs at the same time, I wasn't aware. In other words, it was not possible to restore the corrected parts.

【0003】従来のプログラム差分管理方式は、特開平
2−115931号公報に示されている。
A conventional program difference management system is disclosed in Japanese Patent Laid-Open No. 2-159931.

【0004】[0004]

【発明が解決しようとする課題】本発明の目的は、従来
の技術に加えてプログラム修正履歴の管理ができるプロ
グラム差分管理方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a program difference management system capable of managing a program modification history in addition to the conventional technique.

【0005】[0005]

【課題を解決するための手段】本発明のプログラム差分
管理方式は、機能履歴ファイルおよび共通履歴ファイル
から特定のプログラムに関する取り出し条件に基づいて
当該特定のプログラムの取り出しを行う取り出し手段
と、この取り出し手段により取り出されたプログラムに
対する機能の追加や修正を行う修正手段と、この修正手
段により修正が行われた修正プログラム中の差分を機能
履歴ファイルおよび共通履歴ファイルに登録する登録手
段とを具備することを特徴とする。
According to the program difference management method of the present invention, a fetching means for fetching a specific program from a function history file and a common history file based on a fetching condition relating to the specific program, and the fetching means. And a registering unit for registering a difference in the modified program modified by the modifying unit to the function history file and the common history file. Characterize.

【0006】[0006]

【実施例】次に、本発明について図面を参照して説明す
る。
Next, the present invention will be described with reference to the drawings.

【0007】図1は、本発明のプログラム差分管理方式
の一実施例の構成を示すブロック図である。本実施例の
プログラム差分管理方式は、取り出し手段1と、修正手
段2と、登録手段3と、プログラムファイル11,1
2,13,14と、機能履歴ファイル16と、共通履歴
ファイル17とを含んで構成されている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the program difference management system of the present invention. The program difference management system according to the present embodiment has a fetching unit 1, a correcting unit 2, a registering unit 3, and program files 11 and 1.
2, 13, 14, a function history file 16 and a common history file 17 are included.

【0008】プログラムファイル11は、機能差分21
を含んで構成されている。
The program file 11 has a function difference 21.
It is configured to include.

【0009】プログラムファイル13は、機能差分22
と、共通部修正23を含んで構成されている。
The program file 13 has a function difference 22.
And a common part correction 23.

【0010】プログラムファイル14は、機能差分21
と、共通部修正23を含んで構成されている。
The program file 14 has a function difference 21.
And a common part correction 23.

【0011】機能差分21は条件Aが満たされたときに
機能差分21に係わる差分を取り出すことを指示する取
り出し条件41を有しており、機能差分22は条件Bが
満たされたときに機能差分22に係わる差分を取り出す
ことを指示する取り出し条件42を有している。(図1
中「IF 条件=A」および「END」ならびに「IF
条件=B」および「END」は、取り出し条件41およ
び42を簡略化して示したものである。) 次に、このように構成された本実施例のプログラム履歴
管理方式の動作について説明する。なおここでは共通部
分と条件Aに係わる機能差分21からなるプログラムフ
ァイル11に条件Bに係わる機能差分22を追加(条件
Bが満たされた時における固有の機能を追加する場合)
して、更にその直後に条件Aに係わる最新のプログラム
を参照する場合の動作について説明する。
The function difference 21 has a fetch condition 41 for instructing to fetch the difference relating to the function difference 21 when the condition A is satisfied, and the function difference 22 is a function difference when the condition B is satisfied. It has a retrieval condition 42 for instructing to retrieve the difference concerning 22. (Figure 1
Medium “IF condition = A” and “END” and “IF
“Condition = B” and “END” are simplification of the extraction conditions 41 and 42. Next, the operation of the program history management system of this embodiment having the above-described configuration will be described. In addition, here, the function difference 22 related to the condition B is added to the program file 11 including the common part and the function difference 21 related to the condition A (when adding a unique function when the condition B is satisfied).
Then, immediately after that, the operation of referring to the latest program relating to the condition A will be described.

【0012】まず、登録手段3により機能履歴ファイル
16の修正記録31と、共通履歴ファイル17の修正記
録33が生成される。
First, the registration means 3 generates a correction record 31 of the function history file 16 and a correction record 33 of the common history file 17.

【0013】次に、取り出し手段1により、機能履歴フ
ァイル16と共通履歴ファイル17から、条件B用のプ
ログラムファイル12(条件Bが満たされたときに実行
されるプログラム)が取り出される。この場合には、条
件Bに係わる履歴が存在しないので、共通部分だけから
なるプログラムがプログラムファイル12として得られ
る。 次に、修正手段2により、プログラムファイル1
2に条件Bに係わる機能差分22と、共通部修正23が
追加されたプログラムファイル13が生成される。
Next, the extracting means 1 extracts the program file 12 for the condition B (the program executed when the condition B is satisfied) from the function history file 16 and the common history file 17. In this case, since the history related to condition B does not exist, a program including only the common part is obtained as the program file 12. Next, by the correction means 2, the program file 1
2, the program file 13 in which the function difference 22 related to the condition B and the common part correction 23 are added is generated.

【0014】更に、登録手段3により、共通履歴ファイ
ル17に修正記録34が、機能履歴ファイル16に修正
記録32が登録される。(条件AおよびBに共通な機能
の追加や修正は、一回だけの処理で完了することにな
る。) 次に、取り出し手段1により、機能履歴ファイル16と
共通履歴ファイル17から条件Aのプログラムがプログ
ラムファイル14に取り出される。このとき、プログラ
ムファイル14は、機能差分21と共通部修正23を含
むことになる。
Further, the registration means 3 registers the correction record 34 in the common history file 17 and the correction record 32 in the function history file 16. (Addition and correction of functions common to conditions A and B will be completed by a single process.) Next, the extraction unit 1 extracts the program of condition A from the function history file 16 and the common history file 17. Are fetched into the program file 14. At this time, the program file 14 includes the function difference 21 and the common part correction 23.

【0015】なお、以上の説明では共通部分の修正につ
いて述べたが、機能部分の修正についても同様の手順で
行うことができる。
In the above description, the modification of the common part is described, but the modification of the functional part can be performed in the same procedure.

【0016】また、以上の説明では条件Aに係わる最新
プログラムの参照について述べたが、旧プログラム(共
通部変更前のプログラム)の参照も同様の手順で参照で
きる。
In the above description, reference has been made to the latest program relating to condition A, but reference to an old program (a program before changing the common part) can also be performed in the same procedure.

【0017】[0017]

【発明の効果】以上説明したように本発明は、取り出し
手段及び登録手段の処理を変更することにより、固有の
機能を有する複数のプログラムを一元管理できるととも
に、それら複数のプログラムの修正履歴についても管理
できるという効果を奏する。
As described above, according to the present invention, by changing the processes of the extracting means and the registering means, it is possible to centrally manage a plurality of programs having unique functions, and also to modify the history of the plurality of programs. It has the effect of being manageable.

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

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

1 取り出し手段 2 修正手段 3 登録手段 11,12,13,14 プログラムファイル 16 機能履歴ファイル 17 共通履歴ファイル 21,22 機能差分 23 共通部修正 31,32,33,34 修正記録 41,42 取り出し条件 1 take-out means 2 correction means 3 registration means 11, 12, 13, 14 program file 16 function history file 17 common history file 21, 22 function difference 23 common part correction 31, 32, 33, 34 correction record 41, 42 take-out condition

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 機能履歴ファイルおよび共通履歴ファイ
ルから特定のプログラムに関する取り出し条件に基づい
て当該特定のプログラムの取り出しを行う取り出し手段
と、 この取り出し手段により取り出されたプログラムに対す
る機能の追加や修正を行う修正手段と、 この修正手段により修正が行われた修正プログラム中の
差分を機能履歴ファイルおよび共通履歴ファイルに登録
する登録手段とを具備することを特徴とするプログラム
差分管理方式。
1. Extracting means for extracting a specific program from a function history file and a common history file based on extraction conditions for the specific program, and adding or modifying a function to the program extracted by the extracting means. A program difference management system comprising: a correction unit; and a registration unit that registers a difference in a correction program corrected by the correction unit in a function history file and a common history file.
JP29282794A 1994-11-28 1994-11-28 Program difference management system Pending JPH08152999A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29282794A JPH08152999A (en) 1994-11-28 1994-11-28 Program difference management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29282794A JPH08152999A (en) 1994-11-28 1994-11-28 Program difference management system

Publications (1)

Publication Number Publication Date
JPH08152999A true JPH08152999A (en) 1996-06-11

Family

ID=17786866

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29282794A Pending JPH08152999A (en) 1994-11-28 1994-11-28 Program difference management system

Country Status (1)

Country Link
JP (1) JPH08152999A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011028587A (en) * 2009-07-27 2011-02-10 Canon Inc Information-processing device, method for controlling information-processing device, and information-processing program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02115931A (en) * 1988-10-25 1990-04-27 Nec Corp Program differential managing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02115931A (en) * 1988-10-25 1990-04-27 Nec Corp Program differential managing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011028587A (en) * 2009-07-27 2011-02-10 Canon Inc Information-processing device, method for controlling information-processing device, and information-processing program

Similar Documents

Publication Publication Date Title
US7373643B2 (en) Apparatus, methods and articles of manufacture for data transmission
US7228526B2 (en) Application imaging infrastructure
JP2947111B2 (en) Exchange data transfer method and system
US20210303514A1 (en) Data ingestion system
CN112953983A (en) SFTP transmission method and device
CN107316176A (en) The control method and device of declaration form processing
JPH08152999A (en) Program difference management system
JP2001044412A (en) Semiconductor simulation apparatus
JP2003316581A (en) Software installation device
CN110659281A (en) Hive-based data processing method and device, computer equipment and storage medium
JP4219607B2 (en) Data search apparatus and server update method
JP4430887B2 (en) Accounting apparatus and method, and accounting program
CN117081976B (en) Method and device for configuring gateway route
JPH11120054A (en) Device and method for managing electronic document, and recording medium recorded with electronic document managing program
JPH02115931A (en) Program differential managing system
JPH11238010A (en) Management device/method for data base and recording medium recording the method
JP2000172539A (en) Comparing method of file on network
JP2004334430A (en) Method, system and program for processing work flow statistical information, and storage medium with the program stored therein
JPH01316823A (en) Operating system correcting system
JP2004252514A (en) Data management method
JP2001014156A (en) Dynamic switching method for decentralized object
JPH02270026A (en) Batch updating system for plural versions
JPS63137338A (en) File control system
JP2001229016A (en) Soft component retrieving method using operation information
JPH07311739A (en) Job control system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19961224