JP3057685B2 - Version control method - Google Patents

Version control method

Info

Publication number
JP3057685B2
JP3057685B2 JP1126326A JP12632689A JP3057685B2 JP 3057685 B2 JP3057685 B2 JP 3057685B2 JP 1126326 A JP1126326 A JP 1126326A JP 12632689 A JP12632689 A JP 12632689A JP 3057685 B2 JP3057685 B2 JP 3057685B2
Authority
JP
Japan
Prior art keywords
file
version
combination information
identifier
management means
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.)
Expired - Fee Related
Application number
JP1126326A
Other languages
Japanese (ja)
Other versions
JPH02304646A (en
Inventor
知二 岸
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 JP1126326A priority Critical patent/JP3057685B2/en
Publication of JPH02304646A publication Critical patent/JPH02304646A/en
Application granted granted Critical
Publication of JP3057685B2 publication Critical patent/JP3057685B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は版管理方式に関し、特に計算機システムにお
けるファイルおよびファイルの組合せの版管理を行う版
管理方式に関する。
Description: BACKGROUND OF THE INVENTION [0001] The present invention relates to a version management system, and more particularly to a version management system for managing a file and a combination of files in a computer system.

〔従来の技術〕[Conventional technology]

ファイルの版管理を行うための従来の版管理方式は、
第6図に示すように、ファイルを管理するファイル管理
手段(計算機システムにおいて一般にファイルシステム
と呼ばれているものであり、計算機システムが扱うこと
のできるデータをファイルと呼ばれる単位で格納して特
定の構造に基づいて管理する手段である。この管理の構
造としては多くの場合に階層的な構造が用いられ、ファ
イルはこうした構造の中で一意に識別できるようになっ
ている。この識別は多くの場合にファイルに対して一意
な識別子を与えることによってなされる。以下、この識
別子をファイル識別子という)61と、ファイルの内容を
管理するファイル内容管理手段62と、版識別子(ファイ
ルの版を識別するための情報)とファイルの内容との対
応付けを管理するファイル版情報管理手段63と、作業者
等によりファイル識別子が指定されたファイルの版登録
(現時点のファイル(最新の版のファイル)の内容に対
して版識別子を与えて後に再現できるようにその内容を
登録すること)を行うファイル版登録手段64と、作業者
等によりファイル識別子および版識別子が指定されたフ
ァイルの版再現(ファイル識別子で指定されたファイル
についての版識別子で指定された版の内容を再現するこ
と)を行うファイル版再現手段65とを含んで構成されて
いる。
The traditional version control method for file version control is:
As shown in FIG. 6, a file management means for managing a file (a file system generally called a file system in a computer system, stores data that can be handled by the computer system in a unit called a file, and It is a means of managing based on a structure, in which a hierarchical structure is often used, and a file can be uniquely identified in such a structure. In this case, this is done by giving a unique identifier to the file. Hereinafter, this identifier is referred to as a file identifier) 61, a file content management means 62 for managing the contents of the file, and a version identifier (identifying the version of the file). File version information management means 63 for managing the association between the file information and the contents of the file. A file version registration unit 64 for performing version registration of the specified file (giving a version identifier to the content of the current file (the latest version file) and registering the content so that it can be reproduced later); File version reproducing means 65 for performing version reproduction of a file whose file identifier and version identifier are specified by an operator (reproducing the contents of the version specified by the version identifier for the file specified by the file identifier); It is comprised including.

このような従来の版管理方式では、以下に示すような
処理が行われていた。
In such a conventional version management method, the following processing is performed.

ファイル版登録手段64は、特定のファイルの版登録作
業者等により指示されると、ファイル内容管理手段62に
対して指定されたファイルの内容を登録するように指示
する。
The file version registration means 64, when instructed by a version registration operator of a specific file or the like, instructs the file content management means 62 to register the content of the specified file.

ファイル内容管理手段62は、指定されたファイルの内
容を後に再現できるように格納(登録)するとともに、
そのファイルの内容を取り出すために必要な情報をファ
イル版登録手段64に返却する。
The file content management means 62 stores (registers) the content of the specified file so that it can be reproduced later,
Information necessary for extracting the contents of the file is returned to the file version registration means 64.

なお、ファイルの内容を格納する方法としては、その
ファイルの内容を他のファイルに複写する方法やそれま
でに版登録されていたファイルの内容との差分のみを記
憶する方法等がある。
As a method of storing the contents of a file, there are a method of copying the contents of the file to another file, a method of storing only the difference from the contents of the file registered up to that time, and the like.

ファイル版登録手段64は、指定されたファイルのファ
イル識別子,そのファイルの版を識別するための版識別
子およびそのファイルの内容を取り出すために必要な情
報の3つの情報の組合せをファイル版情報管理手段63に
格納する。
The file version registration means 64 stores a combination of three pieces of information of a file identifier of a specified file, a version identifier for identifying the version of the file, and information necessary for extracting the contents of the file. Store in 63.

また、ファイル版再現手段65は、ファイル識別子と版
識別子とが作業者等により指定されると、ファイル版情
報管理手段63を参照して指定されたファイル識別子およ
び版識別子で特定されるファイルの内容をファイル内容
管理手段62から取り出すファイルの版再現を行う。
Further, when the file identifier and the version identifier are specified by an operator or the like, the file version reproducing means 65 refers to the file version information management means 63 to specify the file identifier specified by the file identifier and the version identifier. Is reproduced from the file content management means 62.

このような版管理方式(版管理システム)に関する文
献としては、「Marc J.Rochkind.“The Source Code
Control System".IEEE Trnsaction on Software
Engineering,SE−1(4),December,1975.」および
「Walter F.Tichy.“RCS:A Revision Control Syst
em". Integrated Interactive Computing Systems,Nort
h−Holland Publishing Company,1983.」等がある。
References regarding such a version control system (version control system) include “Marc J. Rochkind.“ The Source Code
Control System ".IEEE Trnsaction on Software
Engineering, SE-1 (4), December, 1975. "and" Walter F. Tichy. "RCS: A Revision Control Syst.
em ". Integrated Interactive Computing Systems, Nort
h-Holland Publishing Company, 1983. "

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

一般的に、計算機システム上での作業は複数のファイ
ルが用いられて行われるために、単に個々のファイルの
版管理ができるだけではなくどのファイルのどの版をど
のように組み合わせて作業を行ったかを示す組合せ情報
(ファイル組合せ情報)についても版管理ができなけれ
ば版管理としては不十分である。
In general, since work on a computer system is performed using multiple files, it is not only possible to simply manage the version of each file, but also to determine how and which versions of which files were combined. If version management cannot be performed on the indicated combination information (file combination information), the version management is insufficient.

上述した従来の版管理方式では、個々のファイルの版
管理(版登録および版再現等)しか行うことができない
(ファイル単体に対する版管理機能しかない)ので、フ
ァイル組合せ情報の版管理を行うためには、作業者によ
る多くの指示やファイルの組合せ方の記録等が必要にな
る(ファイル組合せ情報の版管理のための作業が煩雑と
なりその作業の過程で間違いが発生しやすくなる)とい
う欠点がある。
In the above-mentioned conventional version management method, only version management (version registration and version reproduction, etc.) of individual files can be performed (there is only a version management function for a single file). Has a drawback in that it requires a lot of instructions by the operator and recording of how to combine files, etc. (work for version management of file combination information is complicated, and errors tend to occur in the course of the work). .

本発明の目的は、上述の点に鑑み、複数のファイルが
用いられて作業が行われる場合のそれらのファイルに関
する個々のファイルの版管理およびファイル組合せ情報
の版管理の両者を簡易に行うことができる版管理方式を
提供することにある。
In view of the above, it is an object of the present invention to easily perform both version management of individual files and version management of file combination information for a plurality of files when work is performed. It is to provide a version control method that can be used.

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

本発明の版管理方式は、ファイルを管理するファイル
管理手段と、前記ファイル管理手段が管理する個々のフ
ァイルの版登録を行い版識別子を与えるとともに、版再
現を行うファイル版管理手段と、ファイル識別子とその
版識別子あるいはファイル組合せ情報識別子とその版識
別子の複数の組合せからなるファイル組合せ情報を管理
するファイル組合せ情報管理手段と、該ファイル組合せ
情報の版識別子と該ファイル組合せ情報を格納するファ
イルの版識別子との対応を示す版識別子対応情報を管理
する版識別子対応情報管理手段と、ファイル組合せ情報
の版登録が指示されると、該ファイル組合せ情報を構成
するファイル識別子に対応するファイルに対しては前記
ファイル版管理手段に版登録を指示するとともに該ファ
イル版管理手段により与えられた版識別子を記憶し、該
ファイル組合せ情報を構成するファイル組合せ情報識別
子に対応するファイル組合せ情報に対しては自身で再帰
的に版登録を行うとともに該版登録によって得られた版
識別子を記憶し、その後、該ファイル組合せ情報を格納
するファイルの版登録を前記ファイル版管理手段に指示
し、該版登録によって得られた版識別子を該ファイル組
合せ情報の版識別子とともに前記版識別子対応情報に登
録する版登録手段と、ファイル組合せ情報の版再現が指
示されると、前記版識別子対応情報より取得した該ファ
イル組合せ情報を格納するファイルの版識別子に基づい
て該ファイル組合せ情報を取り出し、該ファイル組合せ
情報を構成するファイル識別子に対応するファイルに対
しては前記ファイル版管理手段に版再現を指示し、該フ
ァイル組合せ情報を構成するファイル組合せ情報識別子
に対応するファイル組合せ情報に対しては自身で再帰的
に版再現を行う版再現手段とを有する。
The version management method of the present invention comprises: a file management means for managing files; a file version management means for registering a version of each file managed by the file management means and providing a version identifier; File combination information management means for managing file combination information consisting of a plurality of combinations of the version identifier or the file combination information identifier and the version identifier, the version identifier of the file combination information and the version of the file storing the file combination information Version identifier correspondence information management means for managing the version identifier correspondence information indicating the correspondence with the identifier, and when the version registration of the file combination information is instructed, the file corresponding to the file identifier constituting the file combination information is The file version management means is instructed to register a version, and the file version management means The given version identifier is stored, and the file combination information corresponding to the file combination information identifier constituting the file combination information is recursively registered by itself, and the version identifier obtained by the version registration is registered. And then instructs the file version management means to register the version of the file storing the file combination information, and stores the version identifier obtained by the version registration together with the version identifier of the file combination information in the version identifier correspondence information. When version registration means for registration and reproduction of the version of the file combination information are instructed, the file combination information is extracted based on the version identifier of the file storing the file combination information obtained from the version identifier correspondence information, and the file For the file corresponding to the file identifier constituting the combination information, the file version management means Instructs, and a plate reproduction means for performing recursive version reproduced themselves for files combination information corresponding to the file combination information identifier constituting the file combination information.

〔作用〕[Action]

本発明の版管理方式では、ファイル管理手段がファイ
ルを管理し、ファイル版管理手段がファイル管理手段に
より管理されている個々のファイルの版管理を行い、版
識別子対応情報管理手段がファイル組合せ情報の版識別
子」と「そのファイル組合せ情報を格納するファイルの
版識別子」との対応を示す版識別子対応情報を管理し、
ファイル組合せ情報管理手段が版識別子対応情報管理手
段等を用いてファイル管理手段に管理されているファイ
ルに格納されているファイル組合せ情報を管理し、版登
録手段がファイル版管理手段およびファイル組合せ情報
管理手段を用いてファイルおよびファイル組合せ情報の
版登録を行い、版再現手段がファイル版管理手段および
ファイル組合せ情報管理手段を用いてファイルおよびフ
ァイル組合せ情報の版再現を行う。
In the version management system of the present invention, the file management means manages the files, the file version management means performs version management of each file managed by the file management means, and the version identifier correspondence information management means manages the file combination information. Manages version identifier correspondence information indicating the correspondence between the "version identifier" and the "version identifier of the file storing the file combination information",
The file combination information management means manages the file combination information stored in the file managed by the file management means using the version identifier correspondence information management means and the like, and the version registration means manages the file version management means and the file combination information management. The version registration of the file and the file combination information is performed by using the means, and the version reproduction means reproduces the version of the file and the file combination information by using the file version management means and the file combination information management means.

〔実施例〕〔Example〕

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

第1図は、本発明の版管理方式の一実施例の構成を示
すブロック図である。本実施例の版管理方式は、ファイ
ル版管理手段13およびファイル組合せ情報管理手段14を
用いてファイルおよびファイル組合せ情報の版登録を行
う版登録手段11と、ファイル版管理手段13およびファイ
ル組合せ情報管理手段14を用いてファイルおよびファイ
ル組合せ情報の版再現を行う版再現手段12と、ファイル
管理手段16に管理されている個々のファイルの版管理を
行うファイル版管理手段13(個々のファイルの版管理を
行う第6図に示すような従来の版管理方式と同等な手段
である)と、版識別子対応情報管理手段15等を用いてフ
ァイル管理手段16に管理されているファイルに格納され
ているファイル組合せ情報を管理するファイル組合せ情
報管理手段14と、ファイル組合せ情報の版(ファイル組
合せ情報の版識別子)とそのファイル組合せ情報を格納
するファイルの版(そのファイル組合せ情報を格納する
ファイルの版識別子)との対応を示す版識別子対応情報
を管理する版識別子対応情報管理手段15と、ファイルを
管理するファイル管理手段16とを含んで構成されてい
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the version management system of the present invention. The version management method according to the present embodiment includes a version registration unit 11 for performing version registration of a file and file combination information using a file version management unit 13 and a file combination information management unit 14, a file version management unit 13 and a file combination information management. Version reproducing means 12 for reproducing a version of a file and file combination information using the means 14, and file version managing means 13 for performing version management of individual files managed by a file managing means 16 (version managing of individual files). This is equivalent to the conventional version management method as shown in FIG. 6), and the file stored in the file managed by the file management means 16 using the version identifier correspondence information management means 15 and the like. File combination information management means 14 for managing combination information, a version of file combination information (version identifier of file combination information) and its file combination information A version identifier correspondence information management unit 15 that manages version identifier correspondence information indicating a correspondence with a version of a file storing the file (the version identifier of the file that stores the file combination information), and a file management unit 16 that manages the file It is comprised including.

第2図を参照すると、版登録手段11の処理(版登録処
理)は、ファイル組合せ情報取出し指示ステップ21と、
未処理メンバ有無判定ステップ22と、メンバ選択ステッ
プ23と、ファイル識別子判定ステップ24と、ファイル版
管理手段版登録指示ステップ25と、版登録手段版登録指
示ステップ26と、版識別子書込みステップ27と、ファイ
ル組合せ情報格納ファイル版登録指示ステップ28と、版
識別子対応情報格納ステップ29と、ファイル組合せ情報
版識別子返却ステップ30とからなる。
Referring to FIG. 2, the processing (version registration processing) of the version registration means 11 includes a file combination information extraction instruction step 21 and
An unprocessed member presence / absence determination step 22, a member selection step 23, a file identifier determination step 24, a file version management means version registration instruction step 25, a version registration means version registration instruction step 26, a version identifier writing step 27, It comprises a file combination information storage file version registration instruction step 28, a version identifier correspondence information storage step 29, and a file combination information version identifier return step 30.

第3図を参照すると、版再現手段12の処理(版再現処
理)は、ファイル組合せ情報版再現指示ステップ31と、
未処理メンバ有無判定ステップ32と、メンバ選択ステッ
プ33と、ファイル識別子判別ステップ34と、ファイル版
管理手段版再現指示ステップ35と、版再現手段版再現指
示ステップ36とからなる。
Referring to FIG. 3, the process of the plate reproducing means 12 (plate reproducing process) includes a file combination information plate reproducing instruction step 31 and
It comprises an unprocessed member presence / absence determination step 32, a member selection step 33, a file identifier determination step 34, a file version management means version reproduction instruction step 35, and a version reproduction means version reproduction instruction step 36.

第4図を参照すると、ファイル組合せ情報管理手段14
により管理されるファイル組合せ情報は、そのファイル
組合せ情報を識別するためのファイル組合せ情報識別子
と、そのファイル組合せ情報によって示されるファイル
の組合せに含まれるファイルまたはファイル組合せ情報
のファイル識別子またはファイル組合せ情報識別子と当
該ファイルまたはファイル組合せ情報の版識別子との組
合せの一覧とからなる。
Referring to FIG. 4, the file combination information management means 14
Is a file combination information identifier for identifying the file combination information, and a file identifier or a file combination information identifier of a file or file combination information included in the file combination indicated by the file combination information And a list of combinations of the file and the version identifier of the file combination information.

なお、この一覧をリストといい、リスト中のファイル
識別子またはファイル組合せ情報識別子と当該ファイル
またはファイル組合せ情報の版識別子との組合せの各々
をメンバという(ファイル組合せ情報によって示される
ファイルの組合せを階層的に記述するために、上述のよ
うにリスト中にファイル組合せ情報識別子を記述するこ
ともできる。この場合には、そのファイル組合せ情報識
別子で識別されるファイル組合せ情報に含まれる全ての
ファイルがそのリストに含まれるものと解釈される)。
This list is called a list, and each combination of a file identifier or a file combination information identifier in the list and a version identifier of the file or the file combination information is called a member. As described above, the file combination information identifier can be described in the list as described above. In this case, all the files included in the file combination information identified by the file combination information identifier are included in the list. Is interpreted as being included in).

このようなファイル組合せ情報はファイル中に記述
(格納)され、ファイル組合せ情報が格納されたファイ
ルは他のファイルと同様にファイル管理手段16によって
管理される。
Such file combination information is described (stored) in the file, and the file in which the file combination information is stored is managed by the file management unit 16 like other files.

第5図を参照すると、版識別子対応情報管理手段15に
管理されている版識別子対応情報は、ファイル組合せ情
報の版識別子と、そのファイル組合せ情報を格納するフ
ァイルの版識別子との対応を示している。
Referring to FIG. 5, the version identifier correspondence information managed by the version identifier correspondence information management means 15 indicates the correspondence between the version identifier of the file combination information and the version identifier of the file storing the file combination information. I have.

次に、このように構成された本実施例の版管理方式の
動作について説明する。
Next, the operation of the thus configured version control system of the present embodiment will be described.

作業者は、ある作業を行う際にその作業に必要となる
ファイルの一覧(組合せ)を示すファイル組合せ情報
(第4図中の版識別子がまだ記述されていないファイル
組合せ情報)を記述する(ファイル管理手段16はそのフ
ァイル組合せ情報が格納されるファイルを管理する)。
The worker describes file combination information (file combination information in which the version identifier in FIG. 4 is not yet described) indicating a list (combination) of files required for the work when performing a certain work (file The management means 16 manages a file in which the file combination information is stored).

このようなファイル組合せ情報の版登録(そのファイ
ル組合せ情報中に列挙されているファイル識別子および
ファイル組合せ情報識別子で識別されるファイルおよび
ファイル組合せ情報の版登録)が作業者等により指示さ
れると、版登録手段11はこの指示に基づいて以下に示す
ような処理(版登録処理)を行う(第2図参照)。
When such version registration of the file combination information (version registration of the file and the file combination information identified by the file identifier and the file combination information identifier listed in the file combination information) is instructed by an operator or the like, The version registration means 11 performs the following processing (version registration processing) based on this instruction (see FIG. 2).

まず、上述の指示により版登録の対象のファイル組合
せ情報識別子が与えられると、指定された(そのファイ
ル組合せ情報識別子で識別される)ファイル組合せ情報
を取り出すようにファイル組合せ情報管理手段14に対し
て指示する(ファイル組合せ情報管理手段14はこの指示
に基づいて指定されたファイル組合せ情報(そのファイ
ル組合せ情報を格納するファイル)をファイル管理手段
16から取り出す)(ステップ21)。
First, when the file combination information identifier to be subjected to version registration is given by the above-mentioned instruction, the file combination information management means 14 is fetched so as to take out the designated file combination information (identified by the file combination information identifier). Instructs (the file combination information management means 14 transmits the file combination information designated based on the instruction (the file storing the file combination information) to the file management means.
16) (Step 21).

次に、ステップ21で取り出されたファイル組合せ情報
のメンバの中に未処理のメンバ(ファイル識別子または
ファイル組合せ情報識別子で識別されるファイルまたは
ファイル組合せ情報の版登録が終了していないメンバ)
が存在するか否かを判定する(ステップ22)。
Next, among the members of the file combination information extracted in step 21, unprocessed members (the members identified by the file identifier or the file combination information identifier or the members whose version registration of the file combination information has not been completed)
Is determined (step 22).

この判定で未処理のメンバが存在する場合には、未処
理のメンバの中からメンバを1つ選択する(ステップ2
3)。
If there is an unprocessed member in this determination, one member is selected from the unprocessed members (step 2).
3).

次に、ステップ23で選択したメンバがファイル識別子
に関するものであるか否かを判定する(ステップ24)。
Next, it is determined whether the member selected in step 23 is related to a file identifier (step 24).

この判定でそのメンバがファイル識別子に関するもの
である場合には、そのファイル識別子をファイル版管理
手段13に渡してそのファイル識別子に係るファイルの版
登録の指示を行う(ファイル版管理手段13は、この指示
に基づいてファイル管理手段16に管理されている当該フ
ァイルの版登録を行い、この版登録で与えた版識別子を
版登録手段11に返却する)(ステップ25)。
If the member is related to the file identifier in this determination, the file identifier is passed to the file version management means 13 to instruct the version registration of the file associated with the file identifier (the file version management means 13 The version of the file managed by the file management means 16 is registered based on the instruction, and the version identifier given by the version registration is returned to the version registration means 11) (step 25).

ステップ24の判定でそのメンバがファイル識別子に関
するものではない場合(そのメンバがファイル組合せ情
報識別子に関するものである場合)には、そのファイル
組合せ情報識別子を再帰的に版登録手段11に渡してその
ファイル組合せ情報の版登録の指示を行う(版登録手段
11は、この指示に基づいてそのファイル組合せ情報につ
いての第2図に示す版登録処理を行い、この版登録で与
えた版識別子を版登録手段11に再帰的に返却する)(ス
テップ26)。
If it is determined in step 24 that the member is not related to the file identifier (if the member is related to the file combination information identifier), the file combination information identifier is recursively passed to the version registration unit 11 and the file Instructs version registration of combination information (version registration means
11 performs the version registration process shown in FIG. 2 for the file combination information based on this instruction, and recursively returns the version identifier given in this version registration to the version registration means 11 (step 26).

ステップ25または26の処理が終了すると、ファイル版
管理手段13または版登録手段11から返却された版識別子
をステップ23で選択されたメンバ中にファイル組合せ情
報管理手段14を介して記述し(ステップ27)、ステップ
22の判定に制御を戻す。
When the processing in step 25 or 26 is completed, the version identifier returned from the file version management means 13 or the version registration means 11 is described in the member selected in step 23 via the file combination information management means 14 (step 27). ), Step
Control is returned to the judgment of 22.

ステップ22の判定で未処理のメンバが存在しない場合
(ステップ23〜27の処理および判定がステップ21で取り
出されたファイル組合せ情報中の全てのメンバに対して
終了した場合)には、当該ファイル組合せ情報を格納す
るファイルの版登録をファイル版管理手段13に対して指
示する(ファイル版管理手段13は、そのファイルの版登
録を行い、この版登録で与えた版識別子を版登録手段11
に返却する)(ステップ28)。
If there is no unprocessed member in the determination in step 22 (if the processing and determination in steps 23 to 27 have been completed for all members in the file combination information extracted in step 21), the file combination Instruct the file version management means 13 to register the version of the file storing the information (the file version management means 13 registers the version of the file, and stores the version identifier given by this version registration in the version registration means 11
(Step 28).

この版登録が終了すると、当該ファイル組合せ情報に
版識別子(当該ファイル組合せ情報を格納するファイル
の版識別子とは異なる)を与え、その版識別子とファイ
ル版管理手段13から返却された版識別子(当該ファイル
組合せ情報を格納するファイルの版識別子)とを対応付
けて第5図に示すような形式で版識別子対応情報管理手
段15に格納する(ステップ29)。
When the version registration is completed, a version identifier (different from the version identifier of the file storing the file combination information) is given to the file combination information, and the version identifier and the version identifier returned from the file version management unit 13 (the The file combination information is stored in the version identifier correspondence information management means 15 in a format as shown in FIG. 5 (step 29).

最後に、ステップ29で当該ファイル組合せ情報に対し
て与えられた版識別子を作業者や版登録手段11(再帰的
にファイル組合せ情報の版登録が指示された場合)に返
却し(ステップ30)、版登録処理を終了する。
Finally, the version identifier given to the file combination information in step 29 is returned to the worker or the version registration means 11 (when the version registration of the file combination information is instructed recursively) (step 30). The version registration process ends.

ファイル組合せ情報識別子と版識別子とが指定されて
ファイル組合せ情報の版再現(そのファイル組合せ情報
中に列挙されているファイル識別子およびファイル組合
せ情報識別子で識別されるファイルおよびファイル組合
せ情報の版再現)が作業者等により指示されると、版再
現手段12はこの指示に基づいて以下に示すような処理
(版再現処理)を行う(第3図参照)。
The file combination information identifier and the version identifier are specified, and the version of the file combination information is reproduced (the version of the file identified by the file identifier and the file combination information identifier enumerated in the file combination information and the file combination information are reproduced). When instructed by an operator or the like, the plate reproduction means 12 performs the following processing (plate reproduction processing) based on the instruction (see FIG. 3).

まず、上述の指示により版再現の対象のファイル組合
せ情報識別子と版識別子とが与えられると、指定された
ファイル組合せ情報の指定された版の内容を再現するよ
うにファイル組合せ情報管理手段14に対して指示する
(ファイル組合せ情報管理手段14は、版識別子対応情報
管理手段15中の版識別子対応情報に基づいてそのファイ
ル組合せ情報を格納するファイルの版識別子を知り、フ
ァイル版管理手段13を用いてそのファイル組合せ情報を
取り出す版再現を行う)(ステップ31)。
First, when the file combination information identifier and the version identifier to be reproduced are given by the above instruction, the file combination information management means 14 is made to reproduce the contents of the specified version of the specified file combination information. (The file combination information management means 14 knows the version identifier of the file storing the file combination information based on the version identifier correspondence information in the version identifier correspondence information management means 15 and uses the file version management means 13 A plate reproduction for extracting the file combination information is performed (step 31).

次に、ステップ31で取り出されたファイル組合せ情報
中のリストに含まれるメンバの中に未処理のメンバ(フ
ァイル識別子またはファイル組合せ情報識別子で識別さ
れるファイルまたはファイル組合せ情報の版再現が終了
していないメンバ)が存在するか否かを判定する(ステ
ップ32)。
Next, among the members included in the list in the file combination information extracted in step 31, unprocessed members (file reproduction of the file or file combination information identified by the file identifier or the file combination information identifier has been completed). Is determined (step 32).

この判定で未処理のメンバが存在する場合には、未処
理のメンバの中からメンバを1つ選択する(ステップ3
3)。
If there is an unprocessed member in this determination, one member is selected from the unprocessed members (step 3).
3).

次に、ステップ33で選択されたメンバがファイル識別
子に関するものであるか否かを判定する(ステップ3
4)。
Next, it is determined whether the member selected in step 33 is related to a file identifier (step 3).
Four).

この判定でそのメンバがファイル識別子に関するもの
である場合には、そのファイル識別子とそのファイル識
別子に対応付けられてそのメンバ中に格納されている版
識別子とをファイル版管理手段13に渡してファイルの版
再現の指示を行う(ファイル版管理手段13は、この指示
に基づいてそのファイル識別子およびその版識別子で特
定されるファイルの内容の再現を行う)(ステップ3
5)。
If the member is related to the file identifier in this determination, the file identifier and the version identifier stored in the member associated with the file identifier are passed to the file Instructs to reproduce the version (the file version management means 13 reproduces the contents of the file specified by the file identifier and the version identifier based on the instruction) (step 3).
Five).

ステップ34の判定でそのメンバがファイル識別子に関
するものではない場合(そのメンバがファイル組合せ情
報識別子に関するものである場合)には、そのファイル
組合せ情報識別子とそのファイル組合せ情報識別子に対
応付けられてそのメンバ中に格納されている版識別子と
を再帰的に版再現手段12に渡してファイル組合せ情報の
版再現の指示を行う(版再現手段12は、この指示に基づ
いてそのファイル組合せ情報識別子およびその版識別子
で特定されるファイル組合せ情報に関する第3図に示す
版再現処理を行う)(ステップ36)。
If it is determined in step 34 that the member is not related to the file identifier (if the member is related to the file combination information identifier), the member is associated with the file combination information identifier and the file combination information identifier. The version identifier stored therein is recursively passed to the version reproducing means 12 to give an instruction to reproduce the version of the file combination information (the version reproducing means 12 sends the file combination information identifier and the version The plate reproduction process shown in FIG. 3 for the file combination information specified by the identifier is performed (step 36).

ステップ35または36の処理が終了すると、ステップ32
の判定に制御を戻す。
When the processing of step 35 or 36 ends, step 32
The control is returned to the determination of.

ステップ32の判定で未処理のメンバが存在しない場合
(ステップ33〜36の処理および判定がステップ31で版再
現されたファイル組合せ情報中の全てのメンバに対して
終了した場合)には、版再現処理を終了する。
If there is no unprocessed member in the judgment in step 32 (if the processing and judgment in steps 33 to 36 have been completed for all members in the file combination information reproduced in step 31), the plate is reproduced. The process ends.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は、ファイル版管理手段,
版識別子対応情報管理手段,ファイル組合せ情報管理手
段,版登録手段および版再現手段を設けることにより、
複数のファイルが用いられて作業が行われる場合のそれ
らのファイルに関する個々のファイルの版管理(版登録
および版再現等)およびファイル組合せ情報の版管理の
両者を簡易に行うことができるという効果がある。
As described above, the present invention provides a file version management unit,
By providing version identifier correspondence information management means, file combination information management means, version registration means and version reproduction means,
When work is performed using a plurality of files, it is possible to easily perform both version management (version registration and version reproduction, etc.) of individual files and version management of file combination information for those files. is there.

すなわち、ファイル組合せ情報の版管理を行うだけで
そのファイル組合せ情報に係る全てのファイルの版管理
を行うことができ、個々のファイルに対する版管理だけ
を行う場合に比べてはるかに簡単に複数のファイルおよ
びファイルの組合せの版管理を行うことができるという
効果がある。
In other words, it is possible to perform version management of all files related to the file combination information only by performing version management of the file combination information, and it is much easier to perform version management of a plurality of files than to perform version management only for individual files. There is an effect that version management of a combination of files and files can be performed.

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

第1図は本発明の一実施例の構成を示すブロック図、 第2図は第1図中の版登録手段の処理(版登録処理)を
示す流れ図、 第3図は第1図中の版再現手段の処理(版再現処理)を
示す流れ図、 第4図は第1図中のファイル組合せ情報管理手段により
管理されるファイル組合せ情報の構成を示す図、 第5図は第1図中の版識別子対応情報管理手段に管理さ
れている版識別子対応情報の構成を示す図、 第6図は従来の版管理方式の一例の構成を示すブロック
図である。 図において、 11……版登録手段、 12……版再現手段、 13……ファイル版管理手段、 14……ファイル組合せ情報管理手段、 15……版識別子対応情報管理手段、 16……ファイル管理手段である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a flowchart showing the processing (version registration processing) of the plate registration means in FIG. 1, and FIG. 3 is the plate in FIG. FIG. 4 is a flowchart showing a process (reproducing process) of the reproducing means, FIG. 4 is a diagram showing a configuration of file combination information managed by the file combination information managing means in FIG. 1, and FIG. 5 is a plate in FIG. FIG. 6 is a diagram showing a configuration of version identifier correspondence information managed by identifier correspondence information management means. FIG. 6 is a block diagram showing an example of a configuration of a conventional version management system. In the figure, 11 ... version registration means, 12 ... version reproduction means, 13 ... file version management means, 14 ... file combination information management means, 15 ... version identifier correspondence information management means, 16 ... file management means It is.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 「情報処理学会CASE環境シンポジ ウム講演論文集」,1989−3,P.57〜 64 「第29回プログラミングシンポジウ ム」,1988.1,P.83〜94 (58)調査した分野(Int.Cl.7,DB名) G06F 12/00 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References “Information Processing Society of Japan CASE Environment Symposium Proceedings”, 1989-3, p. 57-64 “29th Programming Symposium”, 1988.1, p. 83-94 (58) Field surveyed (Int. Cl. 7 , DB name) G06F 12/00

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ファイルを管理するファイル管理手段と、 前記ファイル管理手段が管理する個々のファイルの版登
録を行い版識別子を与えるとともに、版再現を行うファ
イル版管理手段と、 ファイル識別子とその版識別子あるいはファイル組合せ
情報識別子とその版識別子の複数の組合せからなるファ
イル組合せ情報を管理するファイル組合せ情報管理手段
と、 該ファイル組合せ情報の版識別子と該ファイル組合せ情
報を格納するファイルの版識別子との対応を示す版識別
子対応情報を管理する版識別子対応情報管理手段と、 ファイル組合せ情報の版登録が指示されると、該ファイ
ル組合せ情報を構成するファイル識別子に対応するファ
イルに対しては前記ファイル版管理手段に版登録を指示
するとともに該ファイル版管理手段により与えられた版
識別子を記憶し、該ファイル組合せ情報を構成するファ
イル組合せ情報識別子に対応するファイル組合せ情報に
対しては自身で再帰的に版登録を行うとともに該版登録
によって得られた版識別子を記憶し、その後、該ファイ
ル組合せ情報を格納するファイルの版登録を前記ファイ
ル版管理手段に指示し、該版登録によって得られた版識
別子を該ファイル組合せ情報の版識別子とともに前記版
識別子対応情報に登録する版登録手段と、 ファイル組合せ情報の版再現が指示されると、前記版識
別子対応情報より取得した該ファイル組合せ情報を格納
するファイルの版識別子に基づいて該ファイル組合せ情
報を取り出し、該ファイル組合せ情報を構成するファイ
ル識別子に対応するファイルに対しては前記ファイル版
管理手段に版再現を指示し、該ファイル組合せ情報を構
成するファイル組合せ情報識別子に対応するファイル組
合せ情報に対しては自身で再帰的に版再現を行う版再現
手段とを有することを特徴とする版管理方式。
1. File management means for managing files, file version management means for registering a version of each file managed by the file management means and giving a version identifier, and reproducing a version, file identifier and its version File combination information management means for managing file combination information comprising a plurality of combinations of identifiers or file combination information identifiers and their version identifiers; and a version identifier of the file combination information and a version identifier of a file storing the file combination information. Version identifier correspondence information management means for managing version identifier correspondence information indicating correspondence, and when a version registration of the file combination information is instructed, the file version corresponding to the file identifier constituting the file combination information is referred to as the file version. Instructs the management means to register the version and gives the file version management means The file combination information corresponding to the file combination information identifier constituting the file combination information, recursively registers the version by itself, and stores the version identifier obtained by the version registration. Thereafter, the file version management means is instructed to register the version of the file storing the file combination information, and the version identifier obtained by the version registration is registered in the version identifier correspondence information together with the version identifier of the file combination information. When the version registration means to perform the version reproduction of the file combination information is instructed, the file combination information is taken out based on the version identifier of the file storing the file combination information obtained from the version identifier correspondence information, Instructs the file version management means to reproduce the version for the file corresponding to the file identifier that constitutes the information And a plate reproduction means for recursively performing plate reproduction for the file combination information corresponding to the file combination information identifier constituting the file combination information.
JP1126326A 1989-05-19 1989-05-19 Version control method Expired - Fee Related JP3057685B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1126326A JP3057685B2 (en) 1989-05-19 1989-05-19 Version control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1126326A JP3057685B2 (en) 1989-05-19 1989-05-19 Version control method

Publications (2)

Publication Number Publication Date
JPH02304646A JPH02304646A (en) 1990-12-18
JP3057685B2 true JP3057685B2 (en) 2000-07-04

Family

ID=14932420

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1126326A Expired - Fee Related JP3057685B2 (en) 1989-05-19 1989-05-19 Version control method

Country Status (1)

Country Link
JP (1) JP3057685B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09128380A (en) * 1995-10-30 1997-05-16 Matsushita Electric Ind Co Ltd Document storing and managing system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
「情報処理学会CASE環境シンポジウム講演論文集」,1989−3,P.57〜64
「第29回プログラミングシンポジウム」,1988.1,P.83〜94

Also Published As

Publication number Publication date
JPH02304646A (en) 1990-12-18

Similar Documents

Publication Publication Date Title
US6526441B2 (en) Input/output device information management system for multi-computer system
US7539680B2 (en) Revision control for database of evolved design
JP3613504B2 (en) Version management / configuration management method and apparatus, and computer-readable recording medium recording a version management / configuration management program
US20040098426A1 (en) Backup system, backup method, program for backup, and backup service provision system
JP2003223440A (en) Document processing apparatus
CN101196896A (en) Document providing system and method
JP3727076B2 (en) Program management method and apparatus
JP2002108681A (en) Replication system
JP3057685B2 (en) Version control method
JP2001216319A (en) Document managing method and its implementation device, and recording medium stored with processing program thereof
US7225196B2 (en) Data conversion method and computer system therefor
JP2007122669A (en) Picture creation device and program
JPS6312300B2 (en)
JP3614091B2 (en) Job schedule operation management apparatus, job schedule operation management method, and program recording medium
JP3295930B2 (en) Executing program management method and apparatus, and recording medium
JP2763323B2 (en) Data processing device
JPH11120054A (en) Device and method for managing electronic document, and recording medium recorded with electronic document managing program
JP3120493B2 (en) Data processing device
JPH07120274B2 (en) How to determine the compatibility of user assets
JP3129254B2 (en) Book output management system
CN117573564A (en) Method for automatically identifying differences based on gitlab code submitted log
JP2753027B2 (en) How to edit document files
JP2647044B2 (en) History management method
JPH08137933A (en) System and method for managing drawing data
JPH07302194A (en) Managing method for version of module group

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees