JPH09223054A - File set management device - Google Patents

File set management device

Info

Publication number
JPH09223054A
JPH09223054A JP8027105A JP2710596A JPH09223054A JP H09223054 A JPH09223054 A JP H09223054A JP 8027105 A JP8027105 A JP 8027105A JP 2710596 A JP2710596 A JP 2710596A JP H09223054 A JPH09223054 A JP H09223054A
Authority
JP
Japan
Prior art keywords
file
files
repository
program
file set
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.)
Withdrawn
Application number
JP8027105A
Other languages
Japanese (ja)
Inventor
Yasuhiro Matsuzaka
泰洋 松坂
Yasuo Uchida
康夫 内田
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.)
Nippon Steel Corp
Nippon Steel Information and Communication Systems Inc
Original Assignee
Nippon Steel Corp
Nippon Steel Information and Communication Systems Inc
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 Nippon Steel Corp, Nippon Steel Information and Communication Systems Inc filed Critical Nippon Steel Corp
Priority to JP8027105A priority Critical patent/JPH09223054A/en
Publication of JPH09223054A publication Critical patent/JPH09223054A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the burden or worker by handling the files in every set of plural files and also performing the version management in every file set. SOLUTION: The hosts 101, 102... are connected to each other via a communication circuit 14 in a computer network. The file set management device of these hosts consists of a repository 6 serving as a file storage means and a work space 8. In the space 8, every worker performs the production, updating, etc., of programs. Then, the repository 6 stores the file of programs produced in the space 8. The files are read out of the repository 6 and also stored there in every set of files. At the same time, the version management is carried out for every set of files.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータプロ
グラム等の構成要素であって、複数のファイルの集合か
らなるものを管理するファイル集合管理装置に関するも
のである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file set management device for managing a component such as a computer program, which is composed of a set of a plurality of files.

【0002】[0002]

【従来の技術】規模の大きいコンピュータプログラムを
開発する場合、そのプログラムを、特定の機能を有する
多数の構成要素に分けて、複数の作業者が自分の担当す
る構成要素のプログラムを作成し、最後にこれらを合成
して大きな一つのプログラムを完成させるという手法が
採られることが多い。分割された各構成要素のプログラ
ムは、一般に複数のファイルの集合からなる。このよう
なプログラムの構成要素に、その構成要素の機能等を記
載したテキストファイルなどを付随させたファイルの集
合を部品と呼ぶ。この部品は、特定の機能に関連してい
るため、作業者は、ファイル単位よりも、むしろ部品単
位でそのプログラムを考える。このため、作業者がファ
イルを取り扱う場合、この部品を構成するファイルの集
合を単位として取り扱うことができれば、便利である。
2. Description of the Related Art When a large-scale computer program is developed, the program is divided into a large number of constituent elements having a specific function, and a plurality of workers create a program for the constituent elements that they are in charge of. In many cases, a method of synthesizing these to complete one large program is adopted. The divided program of each component is generally composed of a set of a plurality of files. A set of files in which a text file or the like describing the functions of the constituent elements is attached to the constituent elements of such a program is called a component. Since this part is associated with a particular function, the operator thinks of the program on a part-by-part basis rather than on a file-by-file basis. For this reason, it is convenient for an operator to handle a file if it can handle a set of files constituting this component as a unit.

【0003】このような複数のファイルからなる部品を
単位として取り扱う方法として、それぞれのファイルに
対し、それが属する部品を識別するためのタグをつける
方法がある。これによって、作業者はそのタグを見れ
ば、そのファイルがどの部品に属しているかを知ること
ができる。また、例えばある部品に属するすべてのファ
イルが必要となったときには、そのタグをパラメータと
して読み出しの指示を行うことによって、簡単に、その
部品に属するファイルだけをリポジトリからワークスペ
ース上に取り出すことができる。
As a method of handling a component composed of such a plurality of files as a unit, there is a method of attaching a tag for identifying the component to which each file belongs. By this, the worker can know which part the file belongs to by looking at the tag. Also, for example, when all the files belonging to a certain part are needed, it is possible to easily retrieve only the files belonging to that part from the repository to the workspace by issuing a read instruction using the tag as a parameter. .

【0004】[0004]

【発明が解決しようとする課題】ところで、全体のプロ
グラムを構成するファイルの数が数千から数万に及ぶよ
うな場合には、部品の数も多くなり、タグ名を見ただけ
ではその部品がどういうものかを直ちに理解するのは難
しい。また、複数の作業者がリポジトリにある部品を共
有する場合、ある作業者がリポジトリから必要な部品を
ワークスペース上に取り出して改良し、それを再びリポ
ジトリに登録するときには、過去のバージョンと最新の
バージョンとの関係について、他の作業者も把握してお
かなければならない。更に、ファイルだけでなく別の部
品を組み合わせて新しい一つの部品を構成するという場
合のように、部品同士の間に階層関係がある場合があ
る。
By the way, when the number of files constituting the entire program is in the range of several thousand to tens of thousands, the number of parts is also large, and the parts cannot be found by just looking at the tag name. It is difficult to understand immediately what it is. Also, when multiple workers share parts in the repository, when one worker extracts the necessary parts from the repository into the workspace, improves it, and registers it again in the repository, the past version and the latest version are used. Other workers should be aware of the relationship with the version. Further, there is a case where there is a hierarchical relationship between the parts, as in the case where not only the file but also another part is combined to form one new part.

【0005】従来、多数のファイルや部品を自動的に効
率よく管理するツールはなく、作業者が、専用の台帳を
用意し、タグ名と部品の機能や内容などとの関係、ある
いは部品の階層関係などをこの台帳に記載するという方
法で、人間の手によって各ファイルや部品を管理してい
た。本発明は上記事情に基づいてなされたものであり、
作業者が効率よく必要なファイルや部品を取り扱うこと
ができるファイル集合管理装置を提供することを目的と
するものである。
Conventionally, there is no tool for automatically and efficiently managing a large number of files and parts, and an operator prepares a dedicated ledger, and the relationship between the tag name and the function or content of the part, or the part hierarchy. By using the method of describing relationships etc. in this ledger, each file and part was managed by human hands. The present invention has been made based on the above circumstances,
An object of the present invention is to provide a file set management device that enables an operator to efficiently handle necessary files and parts.

【0006】[0006]

【課題を解決するための手段】上記の課題を解決するた
めの請求項1記載の発明は、複数のファイルからなるフ
ァイル集合を単位として、記憶手段からのファイルの読
み出し及び前記記憶手段に対するファイルの格納を行う
とともに、前記ファイル集合を単位としてバージョン管
理を行うことを特徴とするものである。
According to a first aspect of the present invention for solving the above problems, a file is read from a storage unit and a file is stored in the storage unit in units of a file set including a plurality of files. In addition to storing, version management is performed in units of the file set.

【0007】請求項2記載の発明は、請求項1記載の発
明において、前記ファイル集合が、コンピュータプログ
ラムの一部を構成するファイルを含むものであることを
特徴とするものである。請求項3記載の発明は、請求項
1記載の発明において、前記ファイル集合が、ドキュメ
ントファイルを含むものであることを特徴とするもので
ある。
According to a second aspect of the present invention, in the first aspect of the invention, the file set includes a file that constitutes a part of a computer program. The invention according to claim 3 is the invention according to claim 1, wherein the file set includes a document file.

【0008】請求項4記載の発明は、請求項1,2又は
3記載の発明において、前記ファイル集合が、別のファ
イル集合をも含むものであることを特徴とするものであ
る。
The invention according to claim 4 is the invention according to claim 1, 2, or 3, characterized in that the file set includes another file set.

【0009】[0009]

【作用】たとえば、多数の作業者が分担して一つのプロ
グラムを開発する場合は、各作業者に、そのプログラム
の一部であって何らかのまとまった機能もしくは手続を
実現できる構成要素を一つの単位として、開発を割り当
てることが多い。プログラムが一つのまとまった機能も
しくは手続を実現するためには、通常、種々のファイル
が必要となり、これをコンパイラでオブジェクトコード
に翻訳する場合には、それぞれのファイルを、そのコン
パイラが要求するディレクトリに置くことが必要とな
る。このような場合に、ファイルの管理を個々のファイ
ルごとに行うと、それぞれのファイルのディレクトリが
異なることなどから、ファイルの管理が煩雑となる。ま
た、バージョンアップが繰り返されて複数のバージョン
番号を有するファイルが存在する場合、そのファイルの
どのバージョンを使用するかを各作業者が記憶しておく
のは困難である。
For example, when a large number of workers share one program and develop one program, each worker is provided with a component that is a part of the program and can realize some cohesive function or procedure. Often assigned as development. In order for a program to realize one set of functions or procedures, various files are usually required, and when these are translated into object code by a compiler, each file is placed in the directory required by the compiler. It is necessary to put it. In such a case, if the file management is performed for each individual file, the file management becomes complicated because the directory of each file is different. Further, when the version upgrade is repeated and there is a file having a plurality of version numbers, it is difficult for each worker to remember which version of the file to use.

【0010】そこで、作業者が実際の作業を行うときに
取り扱う複数のファイルを、特定のファイル集合として
定義して名称を付し、これを単位として取り扱うことと
する。このファイル集合には、更に、別のファイル集合
を含めることもできるようにする。一旦、このファイル
集合を定義すれば、バージョン管理もこのファイル集合
を単位として行うことができる。ファイルの記憶手段で
あるリポジトリからファイルを読み出すときは、ファイ
ル集合の名称をパラメータとして、一回の操作で必要な
ファイルをすべて取り出すことができる。その際、たと
えその中のファイルが何回かバージョンアップされてい
て、そのファイル集合ではどのバージョンを使用してい
たかを作業者が忘れていたとしても、ファイル集合を単
位として取り扱うこととすれば、問題なく必要なファイ
ルを取り出すことができ、作業者の負担は軽減される。
Therefore, a plurality of files to be handled by the worker when he / she actually works are defined as a specific file set, named, and handled as a unit. This file set can also include another file set. Once this file set is defined, version management can also be performed in units of this file set. When reading a file from the repository, which is the storage means of the file, all the necessary files can be retrieved with one operation using the name of the file set as a parameter. At that time, even if the file in that file is upgraded several times and the worker forgets which version was used in that file set, if the file set is handled as a unit, The necessary files can be retrieved without problems, and the burden on the operator is reduced.

【0011】[0011]

【発明の実施の形態】以下に図面を参照して、本発明の
一実施形態を説明する。図1は、本実施形態のファイル
集合管理装置の構成を示す図である。但し、これは、作
業者が意識する概念上の構成であって、実際のハードウ
ェア的な構成とは異なる。図1に示すように、本実施形
態のファイル集合管理装置は、リポジトリ6とワークス
ペース8からなる。ワークスペース8は、各作業者がプ
ログラムの作成、更新等の作業を行う領域であり、リポ
ジトリ6は、ワークスペースで作成されたプログラムフ
ァイルなどが格納される領域である。尚、図1では、分
かりやすくするためにワークスペース8を一つだけ示し
たが、実際には、並行して作業を進めている作業者の数
だけワークスペース8は存在する。
DETAILED DESCRIPTION OF THE INVENTION An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing the configuration of the file set management apparatus of this embodiment. However, this is a conceptual configuration that the worker is aware of, and is different from the actual hardware configuration. As shown in FIG. 1, the file set management device of this embodiment includes a repository 6 and a workspace 8. The workspace 8 is an area where each worker performs work such as program creation and update, and the repository 6 is an area where program files created in the workspace are stored. Although only one workspace 8 is shown in FIG. 1 for the sake of clarity, in reality, there are as many workspaces 8 as there are workers working in parallel.

【0012】図2は、本実施形態のファイル集合管理装
置を適用するためのコンピュータ・ネットワークシステ
ムの一例を示したブロック図である。同図に示すよう
に、各ホスト101 ,102 ,・・・は、通信回線14
を介して相互に接続されている。これらのホストは、例
えばワークステーション等のコンピュータからなり、内
部にメモリ、CPU、ハードディスク等を備えている。
図1に示すリポジトリ6及びワークスペース8は、あく
までも論理的な概念として存在するものであり、これら
が存在するためのホストは特に決められていない。ワー
クスペース8において現在作成中もしくは修正中のファ
イル、並びにリポジトリ6に格納されているファイル
は、物理的には、ファイル集合管理装置が指定する適当
なホストのハードディスク上にある。作業者がリポジト
リ6から特定のファイルを取り出すよう指示すると、そ
のファイルが格納されているホストのハードディスクが
アクセスされてそのファイルが読みだされ、通信回線1
4を介してその作業者のワークスペース上に転送され
る。したがって、作業者は、そのファイルがどこに格納
されているかを意識する必要はない。尚、本実施形態で
は、単一のファイルごとに読み出しや格納を行うのでは
なく、複数のファイルからなる部品構造体を単位とし
て、読み出しや格納を行う。この「部品構造体」につい
ては後述する。
FIG. 2 is a block diagram showing an example of a computer network system for applying the file set management apparatus of this embodiment. As shown in the figure, each of the hosts 10 1 , 10 2 , ...
Connected to each other. These hosts are, for example, computers such as workstations and have a memory, a CPU, a hard disk, etc. inside.
The repository 6 and the work space 8 shown in FIG. 1 exist only as a logical concept, and a host for these exists is not particularly determined. The file currently being created or modified in the workspace 8 and the file stored in the repository 6 are physically on the hard disk of an appropriate host designated by the file set management apparatus. When the worker instructs to retrieve a specific file from the repository 6, the hard disk of the host storing the file is accessed to read the file, and the communication line 1
4 to the worker's workspace. Therefore, the worker does not need to be aware of where the file is stored. It should be noted that in the present embodiment, the reading or storing is not performed for each single file, but the reading or storing is performed in units of the component structure composed of a plurality of files. This "component structure" will be described later.

【0013】一般に、規模の大きいプログラムの開発を
多数の作業者の協力のもとで行う場合、各作業者には、
そのプログラムの構成要素であって、特定の機能を実際
に実行できるプログラムの開発が割り振られる。各作業
者は、開発が割り振られた機能を実現できるプログラム
を開発するために、その機能を、更に適当な複数の部分
に分割し、分割されたそれぞれの部分を一つのファイル
としてプログラミング等を行う。こうして一人の開発担
当者が作成した複数のプログラムファイルは、全体のプ
ログラムの一部の機能を実現する構成要素となる。
Generally, when a large-scale program is developed with the cooperation of a large number of workers,
Development of a program, which is a component of the program and can actually execute a specific function, is allocated. In order to develop a program capable of realizing a function assigned to development, each worker further divides the function into a plurality of appropriate parts, and performs programming etc. with each of the divided parts as one file. . In this way, the plurality of program files created by one person in charge of development are constituent elements that realize part of the functions of the entire program.

【0014】このようにして作成された全体プログラム
の各構成要素となるプログラムは、コンパイラによって
それぞれにオブジェクトコードに翻訳され、その後、各
作業者によって開発されたプログラムのオブジェクトコ
ードをリンクすることによって、一つの機械語のコンピ
ュータプログラムにまとめられる。一般的なコンパイラ
を使用して、それぞれの作業者が作成した各構成要素の
ソースコードをオブジェクトコードに翻訳する場合、ワ
ークスペース上に存在するソースコードのファイルは、
そのコンパイラによって決められた所定の形式で格納さ
れていなければならない。しかし、この「所定の形式」
とは、コンパイラがソースコードをオブジェクトコード
に翻訳するのに都合のよいディレクトリの階層構造であ
って、作業者がプログラム開発を行う際に便利な形式で
はなく、したがって、その作業者が開発している部分の
プログラムを構成するそれぞれのファイルは、一般に異
なるディレクトリに属している。このため、最小単位で
あるファイルごとにプログラムを管理するのは困難であ
る。
The program which is each component of the whole program created in this way is translated into an object code by a compiler, and then the object code of the program developed by each worker is linked, It is put together in one machine language computer program. When translating the source code of each component created by each worker into an object code using a general compiler, the source code file existing in the workspace is
It must be stored in the predetermined format determined by the compiler. However, this "predetermined format"
Is a directory hierarchy that is convenient for the compiler to translate the source code into object code, and is not a convenient format for a worker to develop a program. The files that make up that part of the program generally belong to different directories. Therefore, it is difficult to manage the program for each file, which is the minimum unit.

【0015】したがって作業者は、ファイル単位で取り
扱うよりも、一定の関係を有する複数のファイルを一ま
とまりとして取り扱う方が都合がよい。この「複数のフ
ァイル」とは、例えば、全体のプログラムのうち自分が
開発を担当する一部の構成要素のプログラムを構成する
複数のプログラムファイルと、この部分のプログラムの
機能説明などを記載したテキストファイルなどである。
その際、各ファイルのファイル名と経路名を併せたもの
を、あたかもファイル名のようにみなせば、それぞれの
ファイルがどのディレクトリに属するものかを考える必
要はない。
Therefore, it is more convenient for the worker to handle a plurality of files having a certain relationship as a unit, rather than handling them in file units. The "plurality of files" is, for example, a text that describes a plurality of program files that make up some of the components of the entire program that are in charge of development, and a description of the functions of this part of the program. For example, a file.
At that time, if the combination of the file name and path name of each file is regarded as a file name, it is not necessary to consider which directory each file belongs to.

【0016】以上の観点から、本実施形態では、プログ
ラムの構成要素であって、特定の機能又は手続を実現す
るための複数のファイル(その構成要素の規模が小さい
場合には単一のファイルでもよい)と、必要に応じてこ
のような構成要素の機能説明等を記載したドキュメント
ファイルを併せたものを「部品構造体」として定義し、
この部品構造体を単位として、バージョン管理やその他
の処理を行う。また、一つの部品構造体は、ファイルだ
けでなく、別の部品構造体を含むこともできるものと
し、これをサブ部品構造体と呼ぶ。但し、部品構造体を
一つも含まない部品構造体や、部品構造体だけを含みフ
ァイルを一つも含まない部品構造体も存在できる。
From the above point of view, in the present embodiment, a plurality of files which are constituent elements of the program and realize a specific function or procedure (or a single file when the constituent elements are small in scale) Good) and, if necessary, a document file that describes the functional description of such components, etc. is defined as a "part structure",
Version management and other processing are performed using this component structure as a unit. Further, one component structure can include not only a file but also another component structure, which is called a sub-component structure. However, a part structure that does not include any part structure or a part structure that includes only a part structure and does not include any file can exist.

【0017】図3は、部品構造体の一例の構成を示した
図である。一つの部品構造体には、「部品構造体の名
前」、「部品構造体のバージョン番号」、「リポジトリ
への格納情報」、「部品構造体が管理するファイルのフ
ァイル名」、「部品構造体が管理するサブ部品構造体の
ワークスペースにおけるID」が含まれる。「リポジト
リへの格納情報」には、例えばその部品構造体を修正し
た後でリポジトリへ格納する場合に、その格納位置に関
する情報が記載される。「部品構造体が管理するファイ
ルのファイル名」には、そのファイルの経路名が付随す
る。部品構造体の実体は、実際にこれを構成する複数の
ファイルやサブ部品構造体であるが、部品構造体定義フ
ァイルは、その部品構造体を定義するために必要な情報
が記載された独立した一つのファイルである。このよう
にして定義された部品構造体は、リポジトリ6に登録さ
れる。リポジトリ6には、部品構造体を単位として、そ
れに含まれる複数のファイルあるいはサブ部品構造体が
一緒に格納されている。したがって、例えば同じファイ
ルが複数の部品構造体に含まれる場合は、リポジトリで
は、それぞれの部品構造体についてそのファイルを含ん
だ状態で格納されている。
FIG. 3 is a diagram showing an example of the structure of the component structure. One part structure includes "name of part structure", "version number of part structure", "information stored in repository", "file name of file managed by part structure", "part structure" In the workspace of the sub-parts structure managed by. In the "storage information in repository", for example, when the component structure is modified and then stored in the repository, information on the storage position is described. The "file name of the file managed by the component structure" is accompanied by the path name of the file. The actual entity of the part structure is the multiple files and sub-part structure that actually compose it, but the part structure definition file is an independent file that describes the information necessary to define the part structure. It is one file. The component structure defined in this way is registered in the repository 6. The repository 6 stores a plurality of files or sub-component structures included in the component structure as a unit. Therefore, for example, when the same file is included in a plurality of component structures, each component structure is stored in the repository including the file.

【0018】一つの部品構造体を構成するファイルやサ
ブ部品構造体はどのようなものであってもよく、特に制
限はないが、一般には一人の作業者が取り扱う特定の機
能を実現するプログラムに必要なファイルやサブ部品構
造体を、一つの部品構造体としてまとめる。また、ファ
イルのバージョン管理も、この部品構造体を単位として
行う。すなわち、その部品構造体に含まれるファイルを
更新すると、その部品構造体のバージョン番号は所定の
形式に従って自動的に更新される。
The files and sub-component structures that make up one component structure may be of any type and are not particularly limited, but generally, a program that realizes a specific function handled by one operator is used. Collect necessary files and sub-part structures as one part structure. Further, file version management is also performed in units of this component structure. That is, when the file included in the part structure is updated, the version number of the part structure is automatically updated according to a predetermined format.

【0019】図4は、本実施形態のファイル管理装置に
おいて、リポジトリ6内に格納される部品構造体、およ
びワークスペース8における部品構造体の構成と実際に
コンパイラにかけられるファイルのディレクトリとの関
係を模式的に示した図である。同図において、リポジト
リ6には、A,B,C,D,E,F,Gという7つの部
品構造体が格納されている。各部品構造体からつながる
「1.1」等の数字は、その部品構造体のバージョン番
号を示す。各部品構造体には、その部品構造体を構成す
る複数のファイル(図示せず)が含まれており、また、
部品構造体が別のサブ部品構造体を含むものもある。こ
の部品構造体同士の包含関係は、記号「sub」によっ
て示される。具体的には、部品構造体Dの第1.1版は
部品構造体Eのすべてのバージョンを含んでおり、部品
構造体Gの第1.1版は部品構造体Eのすべてのバージ
ョンを含んでいる。部品構造体によっては、バージョン
アップによって複数のバージョン番号を有するものもあ
る。リポジトリ6では、部品構造体単位でファイルが格
納されるので、バージョンアップされる部品構造体に含
まれるファイルについては、それぞれのバージョン番号
の部品構造体ごとにそれぞれのファイルがリポジトリに
存在することになる。各部品構造体は、リポジトリ6内
において、例えば市販のデータ管理システムを用いて、
部品構造体ごとにまとめられて、データ圧縮された形で
格納されている。
FIG. 4 shows the relationship between the parts structure stored in the repository 6 and the structure of the parts structure in the workspace 8 and the directory of the file actually applied to the compiler in the file management apparatus of this embodiment. It is the figure which showed typically. In the figure, the repository 6 stores seven component structures A, B, C, D, E, F, and G. A number such as “1.1” connected from each component structure indicates the version number of the component structure. Each part structure includes a plurality of files (not shown) that make up the part structure.
In some cases, the part structure includes another sub-part structure. The inclusion relation between the component structures is indicated by the symbol “sub”. Specifically, version 1.1 of part structure D includes all versions of part structure E, and version 1.1 of part structure G includes all versions of part structure E. I'm out. Some part structures have a plurality of version numbers due to version upgrade. Files are stored in the repository 6 in units of part structures. Therefore, regarding the files included in the part structure to be upgraded, each file exists in the repository for each part structure of each version number. Become. Each component structure is stored in the repository 6 using, for example, a commercially available data management system,
It is stored for each component structure in a data compressed form.

【0020】作業者が、必要とする部品構造体を自己の
ワークスペース20に読み出す場合、その格納位置情報
を入力して読み出しを指示すると、図4に示す構成管理
ツール21が起動され、リポジトリにアクセスしてその
部品構造体を読みだす。これによって、その部品構造体
に含まれるファイル及びサブ部品構造体は、リポジトリ
6から一括して読み出される。したがって、この場合も
作業者は、必要なファイルやそのバージョン番号を特段
意識することなく、部品構造体単位で作業を進めること
ができる。そして、読み出した部品構造体について保
守、デバッグ等の作業を行い、作業が終了したら、再び
リポジトリ6に格納するか、またはコンパイラ23にか
けて翻訳を行う。このように、部品構造体単位で操作を
することができるようにするために、本発明者は、新た
に構成管理ツール21というプログラムを開発した。こ
の構成管理ツールと部品構造体定義ファイルが一体とな
って、部品構造体単位でのファイルの取り扱いが可能と
なる。
When an operator reads out a required component structure into his / her workspace 20, he inputs the storage location information and instructs the read out, the configuration management tool 21 shown in FIG. Access and read the part structure. As a result, the files and sub-component structures included in the component structure are collectively read from the repository 6. Therefore, also in this case, the worker can proceed with the work in the component structure unit without paying special attention to the necessary file and its version number. Then, work such as maintenance and debugging is performed on the read component structure, and when the work is completed, it is stored again in the repository 6 or translated by the compiler 23. In this way, the present inventor newly developed a program called the configuration management tool 21 in order to be able to operate in units of component structures. The configuration management tool and the part structure definition file are integrated, and the file can be handled in units of the part structure.

【0021】図4のワークスペース8の右側に221
222 ,・・・で示した多数の四角形は、コンパイラ2
3によって翻訳されるファイルを示したものである。こ
れらのファイルは、コンパイラ23が要求するディレク
トリ構造になっていることを模式的に示したものであ
る。各ファイル221 ,222 ,・・・は、必ずいずれ
かの部品構造体に含まれているが、同時に、コンパイラ
23によって課される条件に適合するように、特定のデ
ィレクトリに属するよう指定されている。この指定は、
そのファイルが属するディレクトリに至る経路名を、個
々のファイルのファイル名に記載することによって行
う。ファイルが作成される当初において、そのファイル
の種類や機能から、コンパイラから見たときにそのファ
イルがどのディレクトリに属していなければならないか
が予め分かる。したがって、作業者は、そのファイルを
作成するときに、所定の経路名をファイル名に付してお
く。このように経路名を指定しておくことによって、部
品構造体単位でファイルを取り扱っても、最終的にコン
パイラが処理できるディレクトリの階層構造に従って各
ファイルを並べることができる。しかし、作業者がリポ
ジトリに対して各ファイルの格納や読み出しを行う段階
では、そのファイルが関連するディレクトリについては
全く意識する必要はなく、コンパイラ等のファイル処理
ツールが要求するディレクトリの階層構造などを気にす
ることなく、自分が担当する作業に必要なファイルの全
体をまとめて取り扱うことができる。
22 1 on the right side of the workspace 8 in FIG.
The large number of squares indicated by 22 2 , ...
3 shows a file to be translated by 3. These files schematically show that they have the directory structure required by the compiler 23. Each file 22 1 , 22 2 , ... Is always included in one of the component structures, but at the same time, it is designated to belong to a specific directory so as to meet the condition imposed by the compiler 23. ing. This specification
The path name to the directory to which the file belongs is described in the file name of each file. When a file is created, the type and function of the file make it possible to know in advance which directory the file should belong to when viewed from the compiler. Therefore, the worker attaches a predetermined path name to the file name when creating the file. By specifying the path name in this way, even if the files are handled in units of component structures, the files can be arranged according to the hierarchical structure of the directories that can be finally processed by the compiler. However, at the stage when the worker stores and reads each file in the repository, it is not necessary to be aware of the directory related to the file, and the hierarchical structure of the directory required by the file processing tool such as the compiler is not necessary. Without worrying about it, you can handle all the files necessary for the work you are in charge as a whole.

【0022】部品構造体単位で必要なプログラムの開発
が終了したら、ワークスペース8上で、その部品構造体
に含まれるファイルをコンパイラにかけて翻訳すること
ができる。このようにして得られたオブジェクトコード
のプログラム24は、必要に応じてリンカ(linker)等の
ツールを利用して、他の部品構造体を翻訳したものと結
合して、最終的に一つの機械語プログラムとされる。
After the development of the required program for each component structure is completed, the files included in the component structure can be translated by the compiler in the workspace 8. The object code program 24 thus obtained is combined with a translated version of another component structure by using a tool such as a linker, if necessary, and finally one machine is created. It is a language program.

【0023】尚、本発明は上記の実施の形態に限定され
るものではなく、その要旨の範囲内で種々の変更が可能
である。例えば、上記実施形態では、それぞれがホスト
と呼ばれるワークステーションのネットワークに対して
本発明を適用したが、これ以外にも、例えばサーバー及
びクライアントからなるコンピュータネットワークシス
テムにも、同様に本発明を適用できる。
The present invention is not limited to the above-mentioned embodiments, and various modifications can be made within the scope of the gist thereof. For example, in the above-described embodiment, the present invention is applied to a network of workstations each called a host, but the present invention can also be applied to a computer network system including, for example, a server and a client. .

【0024】また、上記実施形態では、本発明のファイ
ル集合が、一部のプログラムファイルとドキュメントフ
ァイルを併せた部品構造体である場合について説明した
が、このファイル集合はプログラムファイルだけの集合
であってもよいし、ドキュメントファイル(たとえばマ
ニュアルが記載されたもの)だけの集合であってもよ
い。
In the above embodiment, the case where the file set of the present invention is a parts structure including a part of program files and document files has been described. However, this file set is a set of only program files. It may be a set of only document files (for example, manuals are described).

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば、
複数のファイルからなるファイル集合を単位としてファ
イルの取り扱いを行うことによって、作業者は、複数の
ファイルを単位としてバージョンアップやリポジトリへ
の格納、リポジトリからの読み出しを行えばよく、した
がって、従来のように、ファイル集合の間に階層関係が
ある場合でも、人間が手作業でそれぞれのファイル集合
同士の間の関係などを管理することが不要となり、作業
者の負担が大幅に軽減されるファイル集合管理装置を提
供することができる。
As described above, according to the present invention,
By handling files in units of a file set consisting of multiple files, the worker only needs to upgrade, store in the repository, and read from the repository in units of multiple files. In addition, even if there is a hierarchical relationship between file sets, it is not necessary for humans to manually manage the relationship between each file set, and file set management that greatly reduces the burden on workers A device can be provided.

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

【図1】リポジトリとワークスペースとの関係を示した
図である。
FIG. 1 is a diagram showing a relationship between a repository and a workspace.

【図2】本実施形態のファイル集合管理装置を適用した
コンピュータ・ネットワークシステムの一例を示したブ
ロック図である。
FIG. 2 is a block diagram showing an example of a computer network system to which the file set management device of this exemplary embodiment is applied.

【図3】部品構造体定義ファイルの一例の構成を示した
図である。
FIG. 3 is a diagram showing a configuration of an example of a parts structure definition file.

【図4】リポジトリ内に格納される部品構造体、および
ワークスペースにおける部品構造体の構成と実際にコン
パイラにかけられるファイルのディレクトリとの関係を
模式的に示した図である。
FIG. 4 is a diagram schematically showing a relationship between a component structure stored in a repository and a configuration of the component structure in a workspace and a directory of files actually applied to a compiler.

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

6 リポジトリ 8 ワークスペース 101 ,102 ・・・ 端末 12 ホストコンピュータシステム 14 通信回線 21 構成管理ツール 221 ,222 ,・・・ ファイル 23 コンパイラ 24 プログラム6 repository 8 workspace 10 1 , 10 2 ... terminal 12 host computer system 14 communication line 21 configuration management tool 22 1 , 22 2 , ... file 23 compiler 24 program

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 複数のファイルからなるファイル集合を
単位として、記憶手段からのファイルの読み出し及び前
記記憶手段に対するファイルの格納を行うとともに、前
記ファイル集合を単位としてバージョン管理を行うこと
を特徴とするファイル集合管理装置。
1. A file set consisting of a plurality of files is used as a unit to read a file from a storage unit and store a file in the storage unit, and to perform version management in a unit of the file set. File set management device.
【請求項2】 前記ファイル集合は、コンピュータプロ
グラムの一部を構成するファイルを含むものであること
を特徴とする請求項1記載のファイル集合管理装置。
2. The file set management device according to claim 1, wherein the file set includes files that form part of a computer program.
【請求項3】 前記ファイル集合は、ドキュメントファ
イルを含むものであることを特徴とする請求項1記載の
ファイル集合管理装置。
3. The file set management device according to claim 1, wherein the file set includes a document file.
【請求項4】 前記ファイル集合は、別のファイル集合
をも含むものであることを特徴とする請求項1,2又は
3記載のファイル集合管理装置。
4. The file set management device according to claim 1, wherein the file set includes another file set.
JP8027105A 1996-02-14 1996-02-14 File set management device Withdrawn JPH09223054A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8027105A JPH09223054A (en) 1996-02-14 1996-02-14 File set management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8027105A JPH09223054A (en) 1996-02-14 1996-02-14 File set management device

Publications (1)

Publication Number Publication Date
JPH09223054A true JPH09223054A (en) 1997-08-26

Family

ID=12211815

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8027105A Withdrawn JPH09223054A (en) 1996-02-14 1996-02-14 File set management device

Country Status (1)

Country Link
JP (1) JPH09223054A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7107527B2 (en) 1998-12-18 2006-09-12 Hitachi, Ltd. Method and system for management of structured document and medium having processing program therefor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7107527B2 (en) 1998-12-18 2006-09-12 Hitachi, Ltd. Method and system for management of structured document and medium having processing program therefor

Similar Documents

Publication Publication Date Title
US11341155B2 (en) Mapping instances of a dataset within a data management system
US20240104067A1 (en) Data revision control in large-scale data analytic systems
KR101911793B1 (en) Managing data set objects in a dataflow graph that represents a computer program
US7359990B2 (en) Editing files of remote systems using an integrated development environment
US5428729A (en) System and method for computer aided software engineering
US7437686B1 (en) Systems, methods and computer program products for graphical user interface presentation to implement filtering of a large unbounded hierarchy to avoid repetitive navigation
US6567774B1 (en) Method and system for configuring and updating networked client stations using a virtual disk and a snapshot disk
Dobies et al. Kubernetes operators: Automating the container orchestration platform
US20040003091A1 (en) Accessing a remote iSeries or AS/400 computer system from an integrated development environment
WO1991008542A1 (en) Software distribution system
JP4110154B2 (en) Information processing apparatus, information processing apparatus control method, computer program, and storage medium
CN108595187A (en) Method, device and the storage medium of Android installation kit integrated software development kit
JPWO2006095434A1 (en) Software construction program, recording medium recording the program, software construction method, and software construction system
JP2006031608A (en) Computer, storage system, file management method which computer performs, and program
JPH1031590A (en) Client server system
JPH09223054A (en) File set management device
JP4079990B2 (en) Generation method of object integrated management system
WO2001093020A2 (en) Virtual system configurator server for linux
CN107491466A (en) client device, information processing system and information processing method
JPWO2007072567A1 (en) Parallel processing support device
JP7086873B2 (en) Management equipment, methods and programs
CN108037949B (en) Installation package multi-channel packaging method and device, computer equipment and storage medium
WO2023276212A1 (en) Software component update system, and software component update method
JPH09223059A (en) File set processing method
JP2022091142A (en) Document creation assisting device, document creation assisting method and document creation assisting program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20030506