JPH02270026A - Batch updating system for plural versions - Google Patents

Batch updating system for plural versions

Info

Publication number
JPH02270026A
JPH02270026A JP1092293A JP9229389A JPH02270026A JP H02270026 A JPH02270026 A JP H02270026A JP 1092293 A JP1092293 A JP 1092293A JP 9229389 A JP9229389 A JP 9229389A JP H02270026 A JPH02270026 A JP H02270026A
Authority
JP
Japan
Prior art keywords
text data
version
difference information
file
update
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
JP1092293A
Other languages
Japanese (ja)
Inventor
Minoru Tamura
稔 田村
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP1092293A priority Critical patent/JPH02270026A/en
Publication of JPH02270026A publication Critical patent/JPH02270026A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To update the text data on all versions in a batch just with update of the text data on a source version by updating the differential information on each version via a differential information updating means in accordance with the updating result of the source version. CONSTITUTION:A text data updating means 2 updates the text data on a source version stored in a base file 3 in response to an instruction given from an input means 1. The difference information obtained between the updated text data on the source version and the unupdated text data is stored in a base file differential information file 6. Then a differential information updating means 8 updates a differential information file 7 which stores the differential information on each immediately preceding version following the unupdated source version. Thus it is possible to eliminate the discordance among the differential information on other versions that may possibly be caused with update of the source version and to update plural versions in a batch.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、原始バージョンのテキストデータとそれ以降
の各バージョン毎の直前のバージョンに対する差分情報
とによって複数のバージョンのテキストデータを管理し
ているテキストデータ管理機構において、複数のバージ
ョンを一括して更新する方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention manages multiple versions of text data using original version text data and difference information for each subsequent version with respect to the immediately previous version. This paper relates to a method for updating multiple versions at once in a text data management mechanism.

〔従来の技術〕[Conventional technology]

複数のバージョンのテキストデータをまとめて管理する
機構として、原始バージョンのテキストデータはそれ全
体を記憶することにより管理し、以降のバージリンにつ
いては直前のバージョンのテキストデータとの間の差分
情報および上記原始バージョンのテキストデータによっ
て管理するようにしたテキストデータ管理機構が知られ
ている。
As a mechanism for collectively managing multiple versions of text data, the original version of the text data is managed by storing it in its entirety, and subsequent versions of the text data are managed by storing the difference information between the text data of the previous version and the above original version. A text data management mechanism is known that manages text data based on versions.

このような機構によれば、各バージョンのテキストデー
タ全体を記憶しておく必要がないので、ファイル容量を
極めて少なくできる等の利点がある。
According to such a mechanism, there is no need to store the entire text data of each version, so there is an advantage that the file capacity can be extremely reduced.

なお、この機構では、或るバージョンのテキストデータ
は原始バージョンのテキストデータにそのバージョン迄
の各バージョンの差分情報を逐次に反映することにより
復元されるものである。従って、最新バージョン以前の
或る特定のバージョンのテキストデータのみを更新した
り削除したりすることは許されていない。即ち、従来の
テキストデータ管理機構では、最新バージョンのテキス
トデータのみが更新対象となっていた。この為、全ての
バージョンを一括して更新する為には、従来、第4図に
示す下記のステップ41,42.43を踏む方式を採用
していた。
In this mechanism, a certain version of text data is restored by sequentially reflecting the difference information of each version up to that version on the original version of text data. Therefore, it is not allowed to update or delete only a specific version of text data prior to the latest version. That is, in the conventional text data management mechanism, only the latest version of text data is subject to update. For this reason, in order to update all versions at once, conventionally a method of following steps 41, 42, and 43 shown in FIG. 4 has been adopted.

■ステップ41 直前のバージョンのテキストデータ(復元テキストデー
タミー1;但しiは1からn)と差分情報lとを用いて
、復元テキストデータiを生成する処理を繰り返すこと
により、全てのバージョンのテキストデータを復元する
■Step 41 By repeating the process of generating restored text data i using the immediately previous version of the text data (restored text data me 1; where i is 1 to n) and the difference information l, all versions of the text Restore data.

■ステップ42 原始バージョンのテキストデータ(ベーステキストデー
タ)および復元された各バージョンのテキストデータ(
復元テキストデータ)の各々に対し、ファイル更新手段
によって個別に更新を行い、その結果を登録する。
■Step 42 The text data of the original version (base text data) and the text data of each restored version (
The file update means individually updates each of the restored text data (restored text data) and registers the results.

■ステップ43 ステップ42で得られた各バージョンの更新後テキスト
データをバージモノ順に従来のテキストデータ管理機構
に登録する。この登録によって、テキストデータ管理機
構は、更新後のベーステキストデータの全体と各バージ
ョン間の差分を示す更新後差分情報とによって、複数バ
ージョンのテキストデータを管理する。
■Step 43 The updated text data of each version obtained in step 42 is registered in the conventional text data management mechanism in verge order. Through this registration, the text data management mechanism manages multiple versions of text data using the entire updated base text data and updated difference information indicating the difference between each version.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

原始バージョンのテキストデータと各バージョン間の差
分情報とで複数のバージョンのテキストデータを管理す
る従来のテキストデータ管理機構において、上述したス
テップ41〜43を踏んで全バージョンに同様な更新を
行う従来の方式では、バージョン毎のテキストデータを
差分情報を用いて復元して各バージョン毎に更新を行っ
たのち、バージモノ順に登録するため、全てのバージョ
ンを復元させる為の多くの時間とファイル容量が必要に
なる。また、同じ更新を、管理されているバージョンの
数だけ個別に行うので手間がかかる。
In the conventional text data management mechanism that manages multiple versions of text data using the original version of text data and the difference information between each version, the conventional text data management mechanism performs the same update for all versions by performing steps 41 to 43 described above. In this method, the text data for each version is restored using the difference information, updated for each version, and then registered in the order of versions, which requires a lot of time and file capacity to restore all versions. Become. In addition, the same update is performed individually for each managed version, which is time-consuming.

本発明はこのような事情に鑑みて為されたものであり、
その目的は、全てのバージョンのテキストデータの復元
1個別的な更新、登録の必要がなく、従ってファイル容
量や処理時間を節約することのできる複数バージボン一
括更新方式を提供することにある。
The present invention has been made in view of these circumstances,
The purpose is to provide a multiple vergebond batch update method that eliminates the need for individual updates and registrations for restoring all versions of text data, thus saving file capacity and processing time.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の複数バージラン一括更新方式は、上記の目的を
達成するために、原始バージョンのテキストデータを記
憶するベースファイルと、原始バージョン以降の各バー
ジョン毎の直前のバージョンに対する差分情報を記憶す
る差分情報ファイルとによって、複数のバージョンのテ
キストデータを管理しているテキストデータ管理機構に
おいて、前記ベースファイルに記憶された原始バージョ
ンのテキストデータを人力手段からの指示に応じて更新
するテキストデータ更新手段と、更新前の前記原始バー
ジョンのテキストデータと前記テキストデータ更新手段
によって更新された後の原始バージョンのテキストデー
タとの差分情報を記憶するベースファイル差分情報ファ
イルと、このベースファイル差分情報ファイルの内容に
基づき、前記差分情報ファイルの差分情報を更新すると
共に、今回の原始バージョンの更新箇所が或るバージョ
ンで既に更新されている場合には所定の情報を出力手段
により出力する差分情報更新手段とを有している。
In order to achieve the above object, the multiple verge run batch update method of the present invention uses a base file that stores the text data of the original version, and difference information that stores the difference information for each version after the original version with respect to the immediately previous version. In a text data management mechanism that manages a plurality of versions of text data using a file, a text data updating means updates the original version of text data stored in the base file in response to an instruction from a human power means; a base file difference information file that stores difference information between the original version text data before updating and the original version text data updated by the text data update means; , a difference information update means for updating the difference information in the difference information file, and outputting predetermined information by an output means if the updated part of the current original version has already been updated in a certain version. ing.

〔作用〕[Effect]

本発明の複数バージョン一括更新方式においては、入力
手段からの指示に応じてテキストデータ更新手段が、ベ
ースファイルに記憶された原始バージョンのテキストデ
ータを更新し、この更新された原始バージョンのテキス
トデータと更新前のテキストデータとの差分情報をベー
スファイル差分情報ファイルが記憶し、このベースファ
イル差分情報ファイルの内容に基づいて差分情報更新手
段が、更新前の原始バージョン以降の各バージョン毎の
直前のバージタンに対する差分情報を記憶している差分
情報ファイルを更新することにより、原始バージョンの
更新に伴って生じ得る他のバージョンの差分情報の不整
合を解消し、且つ、今回の原始バージョンの更新箇所が
或るバージョンで既に更新されている場合には所定の情
報を出力手段から出力することにより、必要な情報を利
用者に提供する。
In the multiple version batch update method of the present invention, the text data update means updates the original version text data stored in the base file in response to an instruction from the input means, and combines the updated original version text data with the text data of the updated original version. A base file difference information file stores difference information from the text data before update, and based on the contents of this base file difference information file, the difference information update means updates the immediately preceding virgin data for each version after the original version before update. By updating the difference information file that stores the difference information of If the version has already been updated, the necessary information is provided to the user by outputting predetermined information from the output means.

[実施例] 次に、本発明の実施例について図面を参照して詳細に説
明する。
[Example] Next, an example of the present invention will be described in detail with reference to the drawings.

第1図は本発明の複数バージ町ンー括更新方式を適用し
たテキストデータ管理機構の要部ブロック図である。同
図において、ベースファイル3と差分情報ファイル7と
は、複数バージョンのテキストデータを管理する為に従
来がら存在したファイルであり、ベースファイル3に原
始バージョンのテキストデータが記憶され、差分情報フ
ァイル7に原始バージョン以外のバージョン毎の直前の
バージョンに対する差分情報が記憶されている。
FIG. 1 is a block diagram of the main parts of a text data management mechanism to which the multiple barge town batch update method of the present invention is applied. In the figure, a base file 3 and a difference information file 7 are files that have traditionally existed to manage multiple versions of text data, and the base file 3 stores the text data of the original version, and the difference information file 7 Difference information for each version other than the original version with respect to the immediately previous version is stored in .

原始バージタンはベースファイル3がら読み出されて利
用者に提供され、原始バージタン以外の各バージタンは
、ベースファイル3の原始バージョンに差分情報ファイ
ル7に記憶された該当バージョン塩の各差分情報が逐次
に加味′されて復元され利用者に提供されるが、それら
を実現する手段は従来と同じなので図示を省略しである
。他の構成部分すなわち入力手段1.ファイル更新手段
2゜更新後ベースファイル4.差分情報生成手段5゜ベ
ースファイル差分情報ファイル6、差分情報更新手段8
および出力手段9が本実施例の複数バージラン一括更新
方式にかかる機能部であり、それぞれ次のような機能を
有している。
The primitive virgin tongue is read out from the base file 3 and provided to the user, and each virgin tongue other than the primitive virgin tongue has each difference information of the corresponding version salt stored in the difference information file 7 sequentially added to the original version of the base file 3. Although the data is restored with added features and provided to the user, the means for realizing this is the same as in the past, so illustration is omitted. Other components, namely input means 1. File update means 2゜Updated base file 4. Difference information generation means 5゜base file difference information file 6, difference information update means 8
and output means 9 are functional units related to the multiple barge run batch update method of this embodiment, and each has the following functions.

・入力手段1 利用者からの原始バージョンに対する更新指示を受は付
け、ファイル更新手段2に伝達するi能。
- Input means 1 A function that accepts update instructions for the original version from the user and transmits them to the file update means 2.

・ファイル更新手段2 人力手段1から伝達された更新指示に従ってベースファ
イル3に記憶された原始バージョンのテキストデータを
更新し、更新後のテキストデータを更新後ベースファイ
ル4に書き込む機能。
-File update means 2 A function of updating the original version of text data stored in the base file 3 according to the update instruction transmitted from the human power means 1, and writing the updated text data to the updated base file 4.

・更新後ベースファイル4 更新された原始バージ5ンのテキストデータを保持する
機能、なお、ベースファイル3の内容は複数バージョン
の一括更新処理の終了後、この更新後ベースファイル4
の内容に1き換えられるものである。
-Updated base file 4 A function to hold the text data of the updated original version 5.The contents of the base file 3 will be saved in this updated base file 4 after the batch update process for multiple versions is completed.
The content can be replaced by 1.

・差分情報生成手段5 更新後ベースファイル4に記憶されたテキストデータト
ヘースファイル3に記憶されたテキストデータとの差分
情報、すなわち更新処理後の原始バージョンのテキスト
データの元のテキストデータに対する差分情報を生成す
ると共に、更新前と更新後の原始バージョンのテキスト
データの行番号を対応させる行番号対応表を生成する機
能。
Difference information generation means 5 Difference information between the text data stored in the updated base file 4 and the text data stored in the base file 3, that is, difference information between the original version text data after the update process and the original text data A function that generates a line number correspondence table that matches the line numbers of the original version of text data before and after the update.

・ベースファイル差分情報ファイル6 差分情報生成手段5で生成された差分情報および必要な
表を保持する機能。
-Base file difference information file 6 A function to hold the difference information generated by the difference information generation means 5 and necessary tables.

・差分情報更新手段8 ベースファイル差分情報ファイル6の内容に基づき、差
分情報ファイル7に記憶された各バージランの差分情報
を更新すると共に、今回の原始バージタンの更新箇所が
或るバージタンで既に更新されている場合には所定の情
報を出力手段に伝達する機能。
- Difference information update means 8 Based on the contents of the base file difference information file 6, updates the difference information of each verge run stored in the difference information file 7, and also updates the updated part of the current primitive vergetan that has already been updated in a certain vergetan. A function to transmit predetermined information to an output means when

・出力手段9 差分情報更新手段8から伝達された情報を利用者に通知
する為にCRT表示、プリント出力等を行う機能。
- Output means 9 A function to perform CRT display, printout, etc. in order to notify the user of the information transmitted from the difference information update means 8.

第2図は本実施例の複数バージタン一括更新方弐の処理
の流れを示すフローチャートであり、以下、第2図の流
れに沿って第1図の動作を説明する。
FIG. 2 is a flowchart showing the process flow of the second method of updating a plurality of virgins at once according to this embodiment, and the operation shown in FIG. 1 will be explained below along with the flow shown in FIG.

利用者が入力手段1より原始バージョンの更新指示を入
力すると、ファイル更新手段2はその指示に従ってベー
スファイル3中の原始バージョンのテキストデータを更
新し、更新後のベースファイル3の内容を更新後ベース
ファイル4に記憶する(処理21)0次に、差分情報生
成手段5が働き、ベースファイル3と更新後ベースファ
イル4とから差分情報を生成すると共に行番号対応表を
生成し、これをベースファイル差分情報ファイル6に記
憶する(処理22)。
When the user inputs an instruction to update the original version from the input means 1, the file update means 2 updates the text data of the original version in the base file 3 according to the instruction, and converts the contents of the updated base file 3 into the updated base. Store in file 4 (process 21) 0 Next, the difference information generation means 5 operates to generate difference information from the base file 3 and the updated base file 4, as well as generate a line number correspondence table, and transfer this to the base file. It is stored in the difference information file 6 (processing 22).

次に差分情報更新手段8が動作し、処理23〜25を行
う、先ず、差分情報ファイル7内の最も若いバージョン
の差分情報をカレントバージョンに設定する(処理23
)。次に、そのカレントバージョンから1つずつ差分情
報を取り出しベースファイル差分情報ファイル6の内容
に従って必要ならば更新すると共に所定の情報を生成す
る動作を繰り返して当該カレントバージョンの差分情報
に対し更新を加える(処理24)、そして、差分情報フ
ァイル7に未処理のバージョンが残っているか否かを判
定しく処理25)、残っていれば処理23に戻って次の
バージョンにカレントバージョンを設定して上述した動
作を繰り返し、全てのバージョンについて処理を終える
と、ファイル更新手段2に制御を渡す。制御が渡される
と、ファイル更新手段2は更新後ベースファイル4の内
容をベースファイル3に記憶させる(処理26)。
Next, the difference information updating means 8 operates and performs processes 23 to 25. First, the difference information of the youngest version in the difference information file 7 is set as the current version (process 23
). Next, extract the difference information one by one from the current version, update it if necessary according to the contents of the base file difference information file 6, and repeat the operation of generating predetermined information to update the difference information of the current version. (Process 24) Then, it is determined whether or not there is an unprocessed version left in the difference information file 7. Process 25). If there is, the process returns to Process 23 and sets the current version to the next version, as described above. After repeating the operation and completing processing for all versions, control is passed to the file updating means 2. When control is passed, the file update means 2 stores the contents of the updated base file 4 in the base file 3 (processing 26).

これで一連の複数バージぢンー括更新処理の動作が終了
する。
This completes the series of multiple-version batch update processing operations.

次に第2図の差分情報更新処理24の内部処理例を示す
第3図を参照して、差分情報更新手段8の動作をより具
体的に説明する。
Next, the operation of the difference information updating means 8 will be explained in more detail with reference to FIG. 3 showing an example of internal processing of the difference information updating process 24 shown in FIG.

差分情報更新手段8は、カレントバージョンの差分情報
からルコードを入力しく処理31)、そのレコードの内
容とベースファイル差分情報ファイル6の内容とに基づ
いて今回入力したレコードの更新が必要か否かを判断し
く処理32)、必要であればそれを更新する(処理33
)。例えば、元の原始バージョンの「A」なるテキスト
行を直後のバージョンで「A゛」なるテキスト行に既に
更新している場合、それにかかる差分情報のレコードが
存在しているが、原始バージョンの更新処理で例えば上
記のr A 」のテキスト行が「A″Jに更新された場
合、上記の差分情報のレコードをそのままにして宜くと
、全てのバージョンで一括して「A”」なるテキスト行
に変更できない、従って、このような場合には差分情報
を更新するものである。また、或るバージョンで既に削
除されているテキスト行を今回の原始バージョンの更新
で削除した場合にも問題が生じるので、それに応じて差
分情報を更新するものである。そして、これらの場合、
利用者にその旨を通知することが望まれるので、次の処
理34において、既更新の場合には例えばバージョン識
別子9行番号、そのバージョンにおける更新後イメージ
等を出力手段9から出力し、また既削除の場合にはその
旨やバージョン識別子1行番号等を出力手段9から出力
する0以上のような処理をカレントバージョンの差分情
報の全レコードに対し行う(処理35)。
The difference information update means 8 inputs a code from the difference information of the current version (31), and determines whether or not the currently input record needs to be updated based on the contents of that record and the contents of the base file difference information file 6. Judgmentally process 32), update it if necessary (process 33)
). For example, if the text line "A" in the original source version has already been updated to the text line "A゛" in the immediately subsequent version, a record of the difference information exists, but the update in the source version For example, if the text line "r A" above is updated to "A"J during processing, if you leave the record of the difference information as is, the text line "A" will be updated in all versions at once. Therefore, in such a case, the difference information is updated. Additionally, a problem may occur if a text line that has already been deleted in a certain version is deleted in the current update of the original version, so the difference information is updated accordingly. And in these cases,
Since it is desirable to notify the user to that effect, in the next process 34, if the update has already been made, the output means 9 outputs, for example, the version identifier line 9 number, the updated image for that version, etc. In the case of deletion, a process such as 0 or more is performed for all records of the difference information of the current version to output that fact, the version identifier 1 line number, etc. from the output means 9 (process 35).

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明の複数バージョン一括更新
方式においては、従来更新を許していなかったベースフ
ァイルの原始バージョンに対してテキストデータ更新手
段による更新を許す一方、それだけでは原始バージョン
以外のバージョンと整合性が取れず他のバージョンを復
元した時に所望のテキストデータが得られなくなるので
、原始バージョンの更新結果に応じて差分情報更新手段
により各バージョンの差分情報を更新するようにしたも
のであり、原始バージョンのテキストデータを更新する
だけで全てのバージョンのテキストデータを一括して更
新することができる。従って、従来必要であった全ての
バージョンのテキストデータの復元、更新、登録の手間
がなくなり、同時にファイル容量および処理時間の節約
になるという効果がある。また、今回の原始バージョン
の更新箇所が或るバージョンで既に更新されている場合
には、その状況を示す所定の情報が出力手段から出力さ
れるので、利用者は複数バージョンの一括更新処理によ
る影響等を容易に知ることが可能となる。
As explained above, in the multiple version batch update method of the present invention, while it is possible to update the original version of the base file, which was previously not allowed to be updated, by the text data update means, it is not possible to update the original version of the base file by using the text data updating means. Since the desired text data cannot be obtained when restoring another version due to inconsistency, the difference information of each version is updated by a difference information update means according to the update result of the original version. All versions of text data can be updated at once by simply updating the original version of text data. Therefore, the effort of restoring, updating, and registering all versions of text data, which was conventionally necessary, is eliminated, and at the same time, file capacity and processing time are saved. In addition, if the updated part of the current source version has already been updated in a certain version, predetermined information indicating the situation will be output from the output means, so the user can check the impact of the batch update process on multiple versions. etc. can be easily known.

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

第1図は本発明の複数バージョン一括更新方式を適用し
たテキストデータ管理機構の要部ブロック図、 第2図は本発明の複数バージラン一括更新方式の処理例
を示すフローチャート、 第3図は差分情報更新手段8の処理例を示すフローチャ
ートおよび、 第4図は複数バージョンのテキストデータに同様な更新
を行う場合の従来方式の説明図である。 図において、 工・・・入力手段 2・・・ファイル更新手段 3・・・ベースファイル 4・・・更新後ベースファイル 5・・・差分情報生成手段 6・・・ベースファイル差分情報ファイル7・・・差分
情報ファイル 8・・・差分情報更新手段 9・・・出力手段 本発明の実施例 第1図 差分情飯更新手a8のMt静り 第3図
Figure 1 is a block diagram of the main parts of a text data management mechanism to which the multiple version batch update method of the present invention is applied. Figure 2 is a flowchart showing a processing example of the multiple verge run batch update method of the present invention. Figure 3 is difference information. A flowchart showing an example of processing by the updating means 8 and FIG. 4 are explanatory diagrams of a conventional method when similar updating is performed on multiple versions of text data. In the figure, input means 2... file update means 3... base file 4... updated base file 5... difference information generation means 6... base file difference information file 7...・Difference information file 8...Difference information update means 9...Output means Embodiment of the present invention Fig. 1 Mt silence of difference information update means a8 Fig. 3

Claims (1)

【特許請求の範囲】 原始バージョンのテキストデータを記憶するベースファ
イルと、原始バージョン以降の各バージョン毎の直前の
バージョンに対する差分情報を記憶する差分情報ファイ
ルとによって、複数のバージョンのテキストデータを管
理しているテキストデータ管理機構において、 前記ベースファイルに記憶された原始バージョンのテキ
ストデータを入力手段からの指示に応じて更新するテキ
ストデータ更新手段と、 更新前の前記原始バージョンのテキストデータと前記テ
キストデータ更新手段によって更新された後の原始バー
ジョンのテキストデータとの差分情報を記憶するベース
ファイル差分情報ファイルと、 該ベースファイル差分情報ファイルの内容に基づき、前
記差分情報ファイルの差分情報を更新すると共に、今回
の原始バージョンの更新箇所が或るバージョンで既に更
新されている場合には所定の情報を出力手段により出力
する差分情報更新手段とを具備したことを特徴とする複
数バージョン一括更新方式。
[Claims] A plurality of versions of text data are managed by a base file that stores the text data of the original version, and a difference information file that stores difference information for each version after the original version with respect to the immediately previous version. A text data management mechanism comprising: a text data updating means for updating the original version of text data stored in the base file in accordance with an instruction from an input means; and text data for the original version before updating and the text data. a base file difference information file that stores difference information from the original version of the text data after being updated by the update means; and updating the difference information of the difference information file based on the contents of the base file difference information file; A multiple version batch update method characterized by comprising: a differential information update means for outputting predetermined information by an output means when an updated part of the current original version has already been updated in a certain version.
JP1092293A 1989-04-12 1989-04-12 Batch updating system for plural versions Pending JPH02270026A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1092293A JPH02270026A (en) 1989-04-12 1989-04-12 Batch updating system for plural versions

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1092293A JPH02270026A (en) 1989-04-12 1989-04-12 Batch updating system for plural versions

Publications (1)

Publication Number Publication Date
JPH02270026A true JPH02270026A (en) 1990-11-05

Family

ID=14050371

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1092293A Pending JPH02270026A (en) 1989-04-12 1989-04-12 Batch updating system for plural versions

Country Status (1)

Country Link
JP (1) JPH02270026A (en)

Similar Documents

Publication Publication Date Title
JPH02270026A (en) Batch updating system for plural versions
JP2003141439A (en) Form creation method and form creation program
CN112052234A (en) Service data processing method and device, storage medium and electronic device
JPH0512087A (en) System for outputting pre-updating journal
JPH0962554A (en) Quiescent point save generation system
JPH07219863A (en) Business distribution system
JP2536081B2 (en) Multiple scheduling control system
JP3422352B2 (en) Master file generation management device
JP2746952B2 (en) Image processing method
JP2920978B2 (en) Library update method
JPH03255547A (en) Memory dump output system
JPH0689217A (en) File information registering system
JPH01316823A (en) Operating system correcting system
JP2536179B2 (en) Management method of name table in language processor
JP2000339178A (en) Online system, transaction processing method and recording medium
JPH04138575A (en) Device for repreparing finite element data
JPH09305684A (en) Form management method and information processing system for executing this method
JPH0398123A (en) Instruction series processor with time stamp
JPH06236264A (en) Load module generating system
JPH035809A (en) Data entry system for ocr device
JPH04351147A (en) Additional service execution program management system
JPH07248952A (en) How to manage the database
JPH04335423A (en) Program configuration managing system
JPH05165615A (en) Patch revision management system for load module
JPH1011270A (en) Correctness checking system for software product file