JPH07334351A - Method and device for managing program correction history - Google Patents
Method and device for managing program correction historyInfo
- Publication number
- JPH07334351A JPH07334351A JP13000694A JP13000694A JPH07334351A JP H07334351 A JPH07334351 A JP H07334351A JP 13000694 A JP13000694 A JP 13000694A JP 13000694 A JP13000694 A JP 13000694A JP H07334351 A JPH07334351 A JP H07334351A
- Authority
- JP
- Japan
- Prior art keywords
- program
- identifier
- version
- module
- identifiers
- 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
Links
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、プログラム修正履歴管
理に関し、特にモジュール単位のプログラムの修正に関
してのそれまでの各版の内容をファイル装置に格納し、
この各版の中から次の修正対象である任意の版のプログ
ラムを取り出すことができるようにしたプログラム修正
履歴管理方法およびその装置に関する。なお、本明細書
で用いる「版」には、最初に作成されたプログラムであ
るいわば一版の内容を含み、また「モジュール」には関
数も含むものとする。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to program revision history management, and in particular, relates to the revision of programs in module units, and stores the contents of each version up to then in a file device.
The present invention relates to a program revision history management method and apparatus capable of taking out a program of an arbitrary edition which is the next revision target from each edition. The “version” used in this specification includes the contents of the first version of the program that was initially created, so to speak, and the “module” also includes the function.
【0002】一般に、プログラムの開発段階において
は、ログをとるための式やデバッグ用プリントルーチン
などを入れた状態で当該プログラムを走行させることに
よりその中のモジュールが正しく動作しているかなどを
検証し、その後、この式などを削除するといった作業が
頻繁に行われている。In general, at the development stage of a program, it is verified whether the modules therein are operating properly by running the program with a formula for logging and a print routine for debugging. After that, work such as deleting this expression is frequently performed.
【0003】そして、検証の結果、不都合な点がみつか
った場合にはプログラムに所定の修正を加えてからこれ
の再検証を行うことになる。特にプログラムの動的な処
理の動作検証のためにはこのような試行錯誤的な開発が
行われるのが普通である。If any inconvenient point is found as a result of the verification, the program is subjected to a predetermined modification and then re-verified. In particular, such trial-and-error development is usually performed to verify the operation of dynamic processing of a program.
【0004】この試行錯誤にともない開発対象プログラ
ムについての多数の修正版が存在することになり、ま
た、検証や修正の対象となるプログラムは最新版のみで
はなくそれ以前の旧版にも及ぶのが現実である。Due to this trial and error, there are many modified versions of the program to be developed, and it is a reality that the programs to be verified and modified are not only the latest version, but also the older versions before that. Is.
【0005】そのため、これらの版からなるプログラム
履歴情報を効率的に管理して、検証や修正の対象となる
任意のプログラムを簡単な操作により短時間で取り出せ
るようにすることが要請され、本発明はこのような要請
に応えるものである。Therefore, it is required to efficiently manage the program history information consisting of these versions so that any program to be verified or modified can be retrieved in a short time by a simple operation. Responds to such requests.
【0006】[0006]
【従来の技術】図5は、従来のプログラム履歴情報管理
の概要を示す説明図であり、11はモジュール名表示/選
択装置、12はプログラム内容表示/編集装置、13はモジ
ュール管理部、14は外部記憶装置をそれぞれ示してい
る。2. Description of the Related Art FIG. 5 is an explanatory view showing an outline of conventional program history information management. 11 is a module name display / selection device, 12 is a program content display / editing device, 13 is a module management unit, and 14 is The external storage devices are respectively shown.
【0007】ここで、モジュール管理部13には各モジュ
ールの最新版(実行形式のプログラム)とその識別子と
が保持される。また、外部記憶装置14には、プログラム
に前記のログをとるための式やデバッグ用プリントルー
チンなどを入れただけの修正版、および検証・修正の対
象とはしたが実際には何ら手を入れていない無修正版を
含むそれまでの版のすべてが、コンパイルされる前のテ
キスト形式で個々に格納されている。The module management unit 13 holds the latest version (executable program) of each module and its identifier. In addition, the external storage device 14 is a modified version in which only the formula for printing the log and the debug print routine are included in the program, and the target of verification / correction is actually put All previous editions, including unmodified versions, are stored individually in pre-compiled text format.
【0008】モジュール管理部13に保持されるモジュー
ル単位の識別子としては、例えばそのモジュールの最新
修正版が格納されている領域の先頭アドレスなどが用い
られる。As the module unit identifier held in the module management unit 13, for example, the head address of the area in which the latest revised version of the module is stored is used.
【0009】このようなプログラム履歴情報管理におい
ては、開発プログラムの検証・修正作業のたびに、前記
デバッグ用プリントルーチンなどが入れただけの修正版
や前記無修正版を含めてそのときのプログラム内容が最
新版として外部記憶装置14に格納され、かつこの最新版
の実行形式および識別子でモジュール管理部13の対応部
分が更新されることになる。In such program history information management, the contents of the program at that time, including the modified version and the unmodified version, which are simply included in the debug print routine, are verified every time the development program is verified / corrected. Is stored in the external storage device 14 as the latest version, and the corresponding part of the module management unit 13 is updated with the execution format and identifier of this latest version.
【0010】また、プログラム開発者の操作対象は、通
常、モジュール名表示/選択装置11およびプログラム内
容表示/編集装置12であり、プログラム開発者が外部記
憶装置14から任意の旧版を取り出すには特別のツールを
要する。The operation target of the program developer is usually the module name display / selection device 11 and the program content display / editing device 12, and it is special for the program developer to retrieve an arbitrary old version from the external storage device 14. Need tools.
【0011】この通常操作のとき、モジュール名表示/
選択装置11によりあるモジュールが選択されると、モジ
ュール管理部13はこれに対応の識別子に基づいて外部記
憶装置14から当該モジュールの最新版を取り出し、その
内容がプログラム内容表示/編集装置12に表示される。During this normal operation, the module name display /
When a module is selected by the selection device 11, the module management unit 13 extracts the latest version of the module from the external storage device 14 based on the corresponding identifier, and the content is displayed on the program content display / editing device 12. To be done.
【0012】そして、プログラム内容表示/編集装置12
により所定の修正(編集)が行われると、この最新版が
外部記憶装置14の任意の領域に格納されるとともにモジ
ュール管理部13の対応部分についての前記更新が行われ
る。The program content display / editing device 12
When a predetermined correction (edition) is performed by, the latest version is stored in an arbitrary area of the external storage device 14 and the corresponding portion of the module management unit 13 is updated.
【0013】[0013]
【発明が解決しようとする課題】このように、従来のプ
ログラム履歴情報管理では、ある版のプログラムを選択
して検証・修正した場合だけでなく、ある版のプログラ
ムを選択はしたものの無検証・無修正のかたちで処理を
終了した場合にもこれと同一内容のものを最新版として
外部記憶装置に新たに格納し、またモジュール管理部で
は外部記憶装置に格納されたモジュール単位の各版の中
の最新版のみを管理している。As described above, in the conventional program history information management, not only when a certain version of a program is selected and verified / corrected, but also when a certain version of the program is selected, no verification / verification is performed. Even when the processing is completed without modification, the same content is newly stored as the latest version in the external storage device, and the module management unit stores each version in module units stored in the external storage device. It manages only the latest version of.
【0014】したがって、検証や修正が煩雑におこなわ
れる試行錯誤的なプログラム開発では同一内容のプログ
ラムが外部記憶装置に格納される頻度が高くなり、その
結果、プログラム履歴情報が膨大になってしまい、これ
を格納する外部記憶装置も大容量のものが必要となると
いう問題点があった。Therefore, in the trial and error program development in which the verification and correction are complicated, the programs having the same contents are frequently stored in the external storage device, resulting in a huge amount of program history information. There is also a problem that an external storage device for storing this requires a large capacity.
【0015】また、旧版を対象としたプログラム修正を
行う必要が発生しこれをファイル装置から取り出すとき
には、最新版の取り出しツールであるモジュール名表示
/選択装置とは別の手段をもちいなければならず、プロ
グラム開発の操作手順が複雑になるという問題点があっ
た。Further, when it becomes necessary to modify the program for the old version and it is taken out from the file device, it is necessary to use a means different from the module name display / selection device which is the latest extraction tool. However, there is a problem that the operation procedure of program development becomes complicated.
【0016】そこで、本発明では、無検証・無修正のか
たちで処理を終了したときのプログラムは外部記憶装置
などのファイル装置に格納せず、また、旧版についても
最新版と同じように識別子の選択によってファイル装置
から取り出せるようにすることにより、プログラム履歴
情報の管理の効率化および任意の修正版の取り出し操作
の簡単化を図ることを目的とする。Therefore, in the present invention, the program when the processing is completed without any verification or modification is not stored in a file device such as an external storage device, and the old version has the same identifier as the latest version. An object of the present invention is to improve efficiency of management of program history information and simplification of an operation of taking out an arbitrary modified version by making it possible to take out from a file device by selection.
【0017】さらには、各版の識別子とともにそのコン
パイル後の実行形式を保持しておくことにより、任意の
版のプログラムを走行させる際の処理時間の短縮化を図
ることを目的とする。Furthermore, it is an object of the present invention to reduce the processing time when running a program of an arbitrary version by holding the compiled form of execution together with the identifier of each version.
【0018】[0018]
【課題を解決するための手段】図1は本発明の基本構成
図である。図において、1はモジュール名表示/選択装
置、2はプログラム内容表示/編集装置、3は識別子一
覧表示/選択装置、4はモジュール管理部、5はモジュ
ール単位の識別子記憶部、6はファイル装置をそれぞれ
示している。FIG. 1 is a basic configuration diagram of the present invention. In the figure, 1 is a module name display / selection device, 2 is a program content display / editing device, 3 is an identifier list display / selection device, 4 is a module management unit, 5 is an identifier storage unit in module units, and 6 is a file device. Shown respectively.
【0019】ここで、図5の従来のプログラム履歴情報
管理の場合との主な相違点は、 ・ファイル装置6には、モジュール単位のプログラムに
ついてなんらかの修正を行った版のみを格納しているこ
と、例えば元のプログラムにデバッグ用プリントルーチ
ンなどを入れただけのものは格納するが、元のプログラ
ムになんらの修正処理を行わなかった場合には当該プロ
グラムを再度格納しないこと ・識別子一覧表示/選択装置3を新たに設けたこと ・ファイル装置6に格納された各版(開発プログラム)
のそれぞれに対応の識別子をモジュール管理部4の識別
子記憶部5にモジュール単位で保持したこと などである。Here, the main differences from the case of the conventional program history information management of FIG. 5 are: -The file device 6 stores only the version in which the module unit program is modified in any way. , For example, store only the program that includes the debug print routine in the original program, but do not store the program again if the original program has not been modified. The device 3 is newly provided ・ Each version (development program) stored in the file device 6
The identifier corresponding to each of the above is stored in the identifier storage unit 5 of the module management unit 4 for each module.
【0020】このようなプログラム履歴情報管理におい
て次の修正作業に用いるプログラム、例えばモジュール
Aのプログラムa.2 をファイル装置6から取り出すとき
には、図2で示すように、 識別子一覧表示/選択装置3を操作することにより、
モジュール管理部4に保持されているモジュールAの各
識別子を読み出して当該装置に表示し、 この一覧表示の中からプログラムa.2 の識別子を選択
し、 モジュール管理部4は、この選択された識別子に対応
のプログラムa.2 をファイル装置6から読み出してプロ
グラム内容表示/編集装置2に送る、 といった処理が行われる。When the program used for the next correction work in such program history information management, for example, the program a.2 of the module A is taken out from the file device 6, the identifier list display / selection device 3 is operated as shown in FIG. By operating
Each identifier of the module A held in the module management unit 4 is read out and displayed on the device, and the identifier of the program a.2 is selected from this list display, and the module management unit 4 selects the selected identifier. The program a.2 corresponding to is read from the file device 6 and sent to the program content display / editing device 2.
【0021】そして、このプログラムa.2 をプログラム
内容表示/編集装置2に表示した状態でプログラム修正
作業が行われ、ここでの修正内容は最新版としてファイ
ル装置6に格納されるとともにその実行形式および識別
子がモジュール管理部4に保持されることになる。Then, the program correction work is performed in a state where the program a.2 is displayed on the program content display / editing device 2, and the correction contents here are stored in the file device 6 as the latest version and the execution form thereof is executed. And the identifier is held in the module management unit 4.
【0022】また、プログラム内容表示/編集装置2に
表示されたプログラムa.2 をそのまま使用する場合には
これを実行形式に変換すればよく、この変換後のプログ
ラム内容はモジュール管理部4のモジュールAの領域に
保持され、また当該モジュールAの識別子記憶部5では
識別子a.2 が最上の順位に移されて識別子a.1 の順位が
繰り下げられる。この場合、テキスト形式のプログラム
a.2 がファイル装置6に最新版として格納されることは
ない。When the program a.2 displayed on the program content display / editing device 2 is used as it is, it may be converted into an execution format. The converted program content is stored in the module of the module management unit 4. The identifier a.2 is held in the area A, and the identifier a.2 is moved to the highest rank in the identifier storage unit 5 of the module A, and the rank of the identifier a.1 is lowered. In this case, the program in text format
The a.2 is never stored in the file device 6 as the latest version.
【0023】なお、修正の有無についてはプログラム内
容表示/編集装置2やモジュール管理部4などで判断す
ればよく、前記実行形式をモジュール管理部4に保持す
るかどうかは任意である。It should be noted that the presence / absence of correction may be determined by the program content display / editing device 2, the module management unit 4, etc., and whether or not the execution format is held in the module management unit 4 is arbitrary.
【0024】また、修正後の最新版をファイル装置6に
格納することや、識別子一覧表示/選択装置3で選択し
た識別子に基づいてファイル装置6から対応の版を取り
出すことなどについてはモジュール管理部4とは別の処
理部で担当するようにしてもよい。Further, the module management unit stores the latest version after correction in the file device 6 or takes out the corresponding version from the file device 6 based on the identifier selected by the identifier list display / selection device 3. The processing unit different from the processing unit 4 may be in charge.
【0025】また、識別子一覧表示/選択装置3の表示
操作の前にモジュール名表示/選択装置1で対応モジュ
ールを選択しておくのが一般的であるが、この識別子一
覧表示/選択装置3にモジュール選択機能を持たせるよ
うにしてもよい。In general, the corresponding module is selected by the module name display / selection device 1 before the identifier list display / selection device 3 is displayed. You may make it have a module selection function.
【0026】また、識別子としては、 ・対応する修正版の格納領域のアドレス ・プログラム開発者が設定するID情報、例えば修正内
容を示すキーワードや修正日時 などの各種情報が用いられる。As the identifier, the address of the storage area of the corresponding modified version, the ID information set by the program developer, for example, various information such as the keyword indicating the modification content and the modification date and time are used.
【0027】前者の識別子を用いるときには、それぞれ
のアドレスが履歴順にしたがって識別子記憶部5に登録
される。すなわち、最新版のアドレスが最高の順位で登
録されてそれまでの識別子の当該順位は順次繰り下げら
れることになる。When the former identifier is used, each address is registered in the identifier storage unit 5 in the order of history. That is, the latest version of the address is registered in the highest rank, and the rank of the identifiers up to that point is sequentially lowered.
【0028】この場合、プログラム開発者は最新版を作
成したときにこの識別子を意識する必要はなく、当該最
新版がファイル装置6に格納されるごとにその先頭アド
レスなどが自動的に前記履歴順で識別子記憶部5に登録
されていく。In this case, the program developer does not need to be aware of this identifier when the latest version is created, and every time the latest version is stored in the file device 6, the start address and the like are automatically set in the history order. Are registered in the identifier storage unit 5.
【0029】そして、あるモジュールについて以前に作
成した版のプログラムをファイル装置6から取り出すと
きには、識別子一覧表示/選択装置3で当該モジュール
の識別子を一覧表示してその順番(履歴順)から当該版
の識別子をいわば予測して選択することになる。Then, when the program of the version previously created for a module is taken out from the file device 6, the identifier list display / selection device 3 displays a list of the identifiers of the module, and the version of the version is selected from that order (history order). The identifier is, so to speak, predicted and selected.
【0030】後者の識別子を用いるときには、各識別子
の内容からそれぞれに対応する版のプログラム内容を個
々に認識できるので前者の識別子を用いるときのように
履歴順に基づいてこれらを登録するなどの処理は不要で
ある。When the latter identifier is used, the program contents of the corresponding version can be individually recognized from the contents of the respective identifiers, so that the processing such as registering these based on the history order as in the former identifier is performed. It is unnecessary.
【0031】また、モジュール管理部4において各版の
識別子とともにその実行形式を保持しておき、ある版の
プログラムを走行させるときにはファイル装置6にアク
セスすることなしにこれを直接用いるようにしてもよ
い。Further, the module management unit 4 may store the execution form together with the identifier of each version, and when the program of a certain version is run, it may be used directly without accessing the file device 6. .
【0032】[0032]
【作用】本発明は、このように、モジュール単位の開発
プログラムについての修正がおこなわれたときのみその
内容を最新版としてファイル装置6に格納するととも
に、この格納された版のそれぞれと1対1で対応の識別
子をモジュール管理部4に保持することにより、ファイ
ル装置6の利用効率を高め、任意の版を簡単な操作でフ
ァイル装置6から取り出せるようにしたものである。According to the present invention, the contents are stored in the file device 6 as the latest version only when the module-based development program is modified, and the stored version is stored in a one-to-one correspondence with each of the stored versions. By holding the corresponding identifier in the module management unit 4, the utilization efficiency of the file device 6 is improved, and any version can be taken out from the file device 6 by a simple operation.
【0033】すなわち、プログラム開発者がファイル装
置6に格納されている版の中から任意のものを取り出し
て新たな検討を行いたいときは、識別子一覧表示/選択
装置3の操作により、この取出対象モジュールの識別子
一覧を表示させてその中の当該版に対応の識別子を選択
するだけでよい。That is, when the program developer wants to take out an arbitrary version from the versions stored in the file device 6 for a new examination, he / she operates the identifier list display / selection device 3 to select the object to be taken out. All you have to do is display the list of module identifiers and select the one in the list that corresponds to the version.
【0034】そして、ファイル装置6から取り出してプ
ログラム内容表示/編集装置2に表示された内容にはデ
バック用プリントルーチンが含まれているがこのルーチ
ンは不要なのでこれを入れる前の状態のいわば旧プログ
ラムを得たい場合、プログラム開発者は識別子一覧表示
/選択装置3を操作することによりファイル装置6から
この旧プログラムを取り出すことができる。The contents displayed on the program contents display / editing device 2 after being taken out from the file device 6 include a debug print routine, but this routine is not necessary, so it is the old program before it is inserted. If desired, the program developer can retrieve the old program from the file device 6 by operating the identifier list display / selection device 3.
【0035】このとき、表示プログラムからデバック用
プリントルーチンを消すといった手作業を行う必要はな
い。また、ファイル装置6から取り出されたままで無修
正の元のプログラムが再度ファイル装置6に格納される
こともない。At this time, it is not necessary to perform a manual operation such as deleting the debug print routine from the display program. Further, the original program that has not been modified and remains unloaded from the file device 6 is not stored again in the file device 6.
【0036】モジュール管理部4に各版の識別子ととも
にその実行形式が保持されている場合には、これらの中
から所定のものを選択して走行させることによりそのプ
ログラム内容が検証される。In the case where the module management unit 4 holds the identifiers of the respective versions as well as the execution forms thereof, the program contents are verified by selecting and running a predetermined one of these.
【0037】[0037]
【実施例】図3〜図4を参照して本発明の実施例を説明
する。図3は、モジュール管理部の実施例を示す説明図
であり、ファイル装置6に格納されている各版の実行形
式についてもその識別子とともに識別子記憶部5に保持
するようにしたものである。Embodiments of the present invention will be described with reference to FIGS. FIG. 3 is an explanatory diagram showing an embodiment of the module management unit, in which the execution format of each version stored in the file device 6 is also stored in the identifier storage unit 5 together with its identifier.
【0038】これによれば、任意の版のプログラムを走
行させてその内容の是非を検証するときなど、ファイル
装置6にアクセスすることなしに、識別子の選択操作に
より検証対象プログラムの実行形式を識別子記憶部5か
ら直接読み出せばよく、図1の場合に比べて処理時間の
短縮化を図ることができる。According to this, when the program of an arbitrary version is run and the validity of its contents is verified, the execution form of the verification target program is identified by the identifier selection operation without accessing the file device 6. It suffices to read the data directly from the storage unit 5, and the processing time can be shortened compared to the case of FIG.
【0039】図4は、ファイル装置6に格納されている
任意のモジュールのプログラム履歴情報(旧版および最
新版)の検討をおこなうときの手順を示す説明図であ
り、次のような内容となっている。FIG. 4 is an explanatory diagram showing a procedure for examining the program history information (old version and latest version) of an arbitrary module stored in the file device 6, and has the following contents. There is.
【0040】なお、この処理手順では図1のモジュール
管理部の使用を前提としているが、これに代えて図3の
モジュール管理部を用いる場合には後記のステップ(7)
は不要となる。Although this processing procedure is premised on the use of the module management unit shown in FIG. 1, if the module management unit shown in FIG. 3 is used instead of the module management unit shown in FIG.
Is unnecessary.
【0041】(1) 識別子一覧表示/選択装置3にこのモ
ジュールに属する識別子の一覧を表示して、次のステッ
プに進む。 (2) 識別子一覧表示/選択装置3で検討対象版に対応の
識別子を、例えばこの検討対象版が何回前に修正したも
のであるかという基準により選択して、次のステップに
進む。 (3) この識別子に基づいて検討対象版のプログラム(テ
キスト形式)をファイル装置6から読み込んで、次のス
テップに進む。 (4) プログラム内容表示/編集装置2にこのプログラム
内容を表示して、次のステップに進む。 (5) プログラム開発者は、この表示プログラムが検討対
象のものであるかどうかを判断し、「YES」の場合は次
のステップに進み、「NO」の場合はステップ(2)に戻
る。 (6) プログラム開発者は、この表示プログラムに修正を
行うかどうかを判断し、「YES 」の場合はステップ(9)
に進み、「NO」の場合は次のステップに進む。 (7) この表示プログラムを実行形式に変換してモジュー
ル管理部4の実行形式のものと置き換え、次のステップ
に進む。 (8) ステップ(2) で選択した識別子が識別子記憶部5の
最上位にくるよう履歴順(識別子の並び順)を入れ換え
て処理を終了する。 (9) プログラム開発者は、プログラム内容表示/編集装
置2でこの表示プログラムの修正を行って、次のステッ
プに進む。 (10)ファイル装置6にこの修正後のプログラムを履歴情
報(最新版)として格納して、次のステップに進む。 (11)この修正後のプログラムを実行形式に変換してモジ
ュール管理部4の実行形式のものと置き換え、次のステ
ップに進む。 (12)この最新版の識別子が識別子記憶部5の最上位にく
るよう履歴順(識別子の並び順)を入れ換えて処理を終
了する。(1) A list of identifiers belonging to this module is displayed on the identifier list display / selection device 3, and the process proceeds to the next step. (2) The identifier list display / selection device 3 selects an identifier corresponding to the version under consideration, for example, based on how many times the version under consideration has been modified, and proceeds to the next step. (3) The program (text format) of the version to be examined is read from the file device 6 based on this identifier, and the process proceeds to the next step. (4) This program content is displayed on the program content display / editing device 2, and the process proceeds to the next step. (5) The program developer judges whether or not this display program is under consideration, and if “YES”, proceeds to the next step, and if “NO”, returns to step (2). (6) The program developer decides whether or not to modify this display program, and in the case of "YES", the step (9)
If the answer is "NO", proceed to the next step. (7) This display program is converted into the execution format and replaced with the execution format of the module management unit 4, and the process proceeds to the next step. (8) The history order (identifier arrangement order) is switched so that the identifier selected in step (2) is at the top of the identifier storage unit 5, and the process ends. (9) The program developer corrects this display program with the program content display / editing device 2, and proceeds to the next step. (10) The corrected program is stored in the file device 6 as history information (latest version), and the process proceeds to the next step. (11) The corrected program is converted into the execution format and replaced with the execution format of the module management unit 4, and the process proceeds to the next step. (12) The history order (identifier arrangement order) is switched so that the latest version of the identifier is at the top of the identifier storage unit 5, and the process ends.
【0042】デバック用プリントルーチンなどを入れた
プログラムからこれを除いた状態のものを設定するに
は、 ・このデバック用プリントルーチンなどを入れるときに
用いた旧プログラムをその識別子に基づいてファイル装
置6から取り出す ・手作業でこのデバック用プリントルーチンなどを除く などの方法があり、本発明では前者を用いることを前提
としているが、プログラム開発者のほうで後者を用いた
場合には前記ステップ(9) 〜(12)の処理が行われること
になる。To set a state in which the debug print routine or the like is excluded from the program, the old program used when the debug print routine or the like is inserted is set to the file device 6 based on its identifier. There is a method of manually removing this debug print routine, etc., and the present invention is premised on using the former. However, when the latter is used by the program developer, the above step (9 ) ~ (12) will be performed.
【0043】また、プログラムを新規に作成する、すな
わち第1版を作成するときの処理手手順は次のようにな
っている。 ・プログラム内容表示/編集装置2でプログラム(テキ
スト形式)を作成し、 ・ファイル装置6にこのプログラムを履歴情報(最新
版)として格納し、 ・この格納プログラムを実行形式に変換してモジュール
管理部4に保持し、 ・この格納プログラム識別子をモジュール管理部4に登
録する。Further, the processing procedure for newly creating a program, that is, for creating the first edition is as follows. -Create a program (text format) on the program content display / editing device 2-Store this program in the file device 6 as history information (latest version) -Convert this stored program to the execution format and manage the module 4. Store this stored program identifier in the module management unit 4.
【0044】[0044]
【発明の効果】本発明は、このように、開発プログラム
の実質的修正やデバッグ用プリントルーチンなどについ
ての形式的修正があった場合のみにその修正版をファイ
ル装置に格納し、また、旧版についても最新版と同じツ
ール、すなわち各版の識別子を管理するモジュール管理
部によりファイル装置から取り出せるようにしているの
で、ファイル装置の利用効率を高めるとともに、任意の
プログラム履歴情報(旧版および最新版)を取り出すさ
いの利便性を高めることができる。As described above, according to the present invention, the modified version is stored in the file device only when the substantial modification of the development program or the formal modification of the debug print routine is made, and the old version is stored. Since the same tool as the latest version, that is, the module management unit that manages the identifier of each version, can be taken out from the file device, the usage efficiency of the file device can be improved and any program history information (old version and latest version) can be retrieved. It is possible to improve the convenience of taking out.
【0045】また、識別子として各版の格納領域の先頭
アドレスなどを用いるとともに、当該識別子がそれぞれ
に対応の各版の作成順で表示されるようにしているの
で、プログラム開発者は修正後に識別子の設定を特に意
識する必要もなく、表示された各識別子の並び順をみな
がら何回前に修正したという基準により任意の版を特定
することができる。Further, since the top address of the storage area of each version is used as the identifier and the identifier is displayed in the order of creation of each corresponding version, the program developer can change the identifier It is possible to specify an arbitrary version on the basis of how many times it has been corrected while checking the arrangement order of the displayed identifiers without having to pay particular attention to the setting.
【0046】また、各版の識別子の外にその実行形式も
モジュール管理部に保持しているので、ある版のプログ
ラムを走行させてその内容を検証するときなどの処理時
間が当該実行形式への変換分だけ短縮されることにな
る。In addition to the identifier of each version, its execution format is also held in the module management unit, so that the processing time for running a program of a certain version and verifying its contents is dependent on the execution format. It will be shortened by the conversion amount.
【図1】本発明の、基本構成図である。FIG. 1 is a basic configuration diagram of the present invention.
【図2】本発明の、次の修正作業に用いるプログラム履
歴情報をファイル装置から取り出すときの概要を示す説
明図である。FIG. 2 is an explanatory diagram showing an outline when the program history information used for the next correction work of the present invention is taken out from the file device.
【図3】本発明の、モジュール管理部の実施例を示す説
明図である。FIG. 3 is an explanatory diagram showing an embodiment of a module management unit of the present invention.
【図4】本発明の、ファイル装置に格納されているプロ
グラム履歴情報の検討をおこなうときの手順を示す説明
図である。FIG. 4 is an explanatory diagram showing a procedure of examining program history information stored in a file device according to the present invention.
【図5】従来の、プログラム履歴情報管理の概要を示す
説明図である。FIG. 5 is an explanatory diagram showing an outline of conventional program history information management.
図1において、 1・・・モジュール名表示/選択装置 2・・・プログラム内容表示/編集装置 3・・・識別子一覧表示/選択装置 4・・・モジュール管理部 5・・・識別子記憶部 6・・・ファイル装置 In FIG. 1, 1 ... Module name display / selection device 2 ... Program content display / editing device 3 ... Identifier list display / selection device 4 ... Module management unit 5 ... Identifier storage unit 6. ..File devices
Claims (6)
してのそれまでの各版の内容をファイル装置に格納し、
この各版の中から次の修正対象である任意の版のプログ
ラムを取り出すことができるようにしたプログラム修正
履歴管理方法であって、 前記各版に対応する識別子のそれぞれを前記モジュール
単位で管理し、 前記修正対象の前記モジュール単位に属するすべての前
記識別子を表示してその中から前記修正対象版に対応の
ものを選択し、 この選択識別子に基づいて前記任意の版のプログラムを
前記ファイル装置から取り出すことを特徴とするプログ
ラム修正履歴管理方法。1. The contents of each version up to that point regarding the modification of the program in module units are stored in a file device,
A program revision history management method capable of retrieving a program of an arbitrary edition that is the next revision target from each edition, wherein each of the identifiers corresponding to each edition is managed in the module unit. , All the identifiers belonging to the module unit to be modified are displayed, and one corresponding to the modification target version is selected from among the identifiers, and the program of the arbitrary version is selected from the file device based on the selected identifier. A program modification history management method characterized by extracting.
ぞれが前記各版の作成順に表示されるようなかたちで行
うことを特徴とする請求項1記載のプログラム修正履歴
管理方法。2. The program revision history management method according to claim 1, wherein the management of the identifier is performed in such a manner that each of the identifiers is displayed in the order of creation of the respective versions.
ログラムの実行形式もあわせて保持することを特徴とす
る請求項1または2記載のプログラム修正履歴管理方
法。3. The program revision history management method according to claim 1, wherein when the identifier is managed, an execution format of the program of each version is also held.
してのそれまでの各版の内容を格納するファイル装置
と、 前記各版に対応の識別子のそれぞれを前記モジュール単
位で保持するモジュール管理部と、 修正対象の前記モジュール単位に属するすべての前記識
別子を表示してその中から修正対象版に対応のものを選
択する識別子一覧表示/選択装置と、を少なくとも備
え、この選択された識別子に基づいて当該修正対象版の
プログラムを前記ファイル装置から取り出すことを特徴
とするプログラム修正履歴管理装置。4. A file device that stores the contents of each version up to that point regarding the modification of a program in module units, a module management unit that holds each of the identifiers corresponding to each version in module units, and a modification target. An identifier list display / selection device that displays all the identifiers belonging to the module unit and selects the one corresponding to the revision target version from among the identifiers, and the revision target is based on the selected identifier. A program revision history management device, characterized in that a version program is retrieved from the file device.
いして、前記識別子のそれぞれが前記各版の作成順に表
示されるようにすることを特徴とする請求項4記載のプ
ログラム修正履歴管理装置。5. The program revision history management apparatus according to claim 4, wherein the module management unit displays each of the identifiers in the order of creation of the respective versions during the holding.
ログラムの実行形式もあわせて保持することを特徴とす
る請求項4または5記載のプログラム修正履歴管理装
置。6. The program correction history management device according to claim 4, wherein the module management unit also stores the execution format of the program of each version.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13000694A JPH07334351A (en) | 1994-06-13 | 1994-06-13 | Method and device for managing program correction history |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13000694A JPH07334351A (en) | 1994-06-13 | 1994-06-13 | Method and device for managing program correction history |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH07334351A true JPH07334351A (en) | 1995-12-22 |
Family
ID=15023824
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP13000694A Pending JPH07334351A (en) | 1994-06-13 | 1994-06-13 | Method and device for managing program correction history |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH07334351A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001016371A (en) * | 1999-06-28 | 2001-01-19 | Toshiba Tec Corp | Communication terminal |
-
1994
- 1994-06-13 JP JP13000694A patent/JPH07334351A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001016371A (en) * | 1999-06-28 | 2001-01-19 | Toshiba Tec Corp | Communication terminal |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2597579A1 (en) | Database backing-up and recovering method and device | |
JP3386232B2 (en) | Test computer system | |
KR101860252B1 (en) | Plotting device and control system | |
US7770148B2 (en) | Methods and apparatus enabling diagram customization retention | |
CN110990051A (en) | Method, device, medium and equipment for maintaining dependency relationship of software package | |
US8472034B2 (en) | Job control device, job control file, job control method, and job control program | |
JPH10275093A (en) | Program test support device | |
US6915512B1 (en) | Software editing with indication of format and processing state of each process of the software | |
JPH07334351A (en) | Method and device for managing program correction history | |
US6711452B1 (en) | Semiconductor exposure apparatus and parameter check method | |
JPH0399380A (en) | Method for storing collected data | |
JP2006227820A (en) | Program test system and program test method | |
JPH06131228A (en) | Method for information processing and device therefor | |
JPH08137837A (en) | Method and device for document processing | |
JPS5853763B2 (en) | Program loading processing method | |
JP3295930B2 (en) | Executing program management method and apparatus, and recording medium | |
JPH0855114A (en) | Document managing device | |
JP2004362495A (en) | Method for supporting of error log information analysis, executing system thereof, and processing program thereof | |
JPH07182404A (en) | Designing support device | |
JPH1185491A (en) | Automatic generation system for plural documents | |
JPH1040082A (en) | Method and device for managing production process | |
JPH0887403A (en) | Program development support device | |
JPH06266541A (en) | Version management method for product | |
KR100817364B1 (en) | Programmable logic controller peripheral device and program creation method thereof | |
JPH0581005A (en) | Program converter |