JPH0683606A - Control system for registration of source program - Google Patents

Control system for registration of source program

Info

Publication number
JPH0683606A
JPH0683606A JP26068792A JP26068792A JPH0683606A JP H0683606 A JPH0683606 A JP H0683606A JP 26068792 A JP26068792 A JP 26068792A JP 26068792 A JP26068792 A JP 26068792A JP H0683606 A JPH0683606 A JP H0683606A
Authority
JP
Japan
Prior art keywords
source
source program
environment
release
registration
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
JP26068792A
Other languages
Japanese (ja)
Inventor
Hisako Yoshitomi
久子 吉冨
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP26068792A priority Critical patent/JPH0683606A/en
Publication of JPH0683606A publication Critical patent/JPH0683606A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent the production of an incomplete execution module in a function extension state. CONSTITUTION:The source program designated by an input means 9 is transferred from a development environment 16 to a registration environment 17 through a release source registering part 10. A release source control part adds a version number to the source file name of the source program sent to the environment 17. Then the source program is sent from the environment 17 to a release environment in the source file name having its version number.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数のプログラマによ
り開発されたソフトウエア・システムをエンドユーザに
リリースする際に必要なソースプログラムを登録管理す
るソースプログラム登録管理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a source program registration management system for registering and managing a source program necessary for releasing a software system developed by a plurality of programmers to an end user.

【0002】[0002]

【従来の技術】巨大なソフトウエア・システムの開発
は、複数のプログラマがそれぞれの機能単位でプログラ
ムを作成する共同開発となることが多い。この共同開発
においては、システムとしての機能が機能単位に分割さ
れ、分割された機能単位のソースプログラムが個々のプ
ログラマにより作成される。そしてこの機能単位のソー
スプログラムを統合することにより、ソフトウエア・シ
ステムとしての実行モジュールを作成する。
2. Description of the Related Art The development of a huge software system is often a joint development in which a plurality of programmers create programs for each functional unit. In this joint development, the functions of the system are divided into functional units, and the source programs in the divided functional units are created by individual programmers. Then, by integrating the source programs of the functional units, an execution module as a software system is created.

【0003】このような開発工程を経るソフトウエア・
システムにおいて、その機能を拡張したバージョンアッ
プのソフトウエア・システムを作成しようとする場合に
は、機能拡張に対応する変更が施され且つ個々のプログ
ラマの管理の元に格納されているソースプログラムを抜
き出し、抜き出したソースプログラムの統合を行うこと
によって、バージョンアップしたソフトウエア・システ
ムの実行モジュールを作成する方法が用いられていた。
Software that goes through such a development process
In the case of creating a version-upgraded software system with expanded functions in the system, extract the source program that has been modified under the function expansion and is stored under the control of each programmer. The method of creating the execution module of the upgraded software system by integrating the extracted source programs has been used.

【0004】[0004]

【発明が解決しようとする課題】しかしながら上記方法
において、バージョンアップした実行モジュールを作成
する場合、個々のプログラマの管理の元にある複数のソ
ースプログラムのうちから拡張機能が付加されたソース
プログラムを抜き出すとき、その抜き出し方法には人手
を用いていたことから、開発途中のソースプログラムや
バージョンアップに必要とする機能が付加されていない
ソースプログラムが抜き出されるという事態、あるいは
必要とするソースプログラムの抜き忘れ等の事態が生
じ、不完全な実行モジュールがリリースされるという問
題を生じていた。
However, in the above method, when an upgraded execution module is created, a source program to which an extended function is added is extracted from a plurality of source programs under the control of individual programmers. At this time, because the extraction method was done manually, the situation where a source program under development or a source program to which a function required for version upgrade is not added is extracted, or a source program which is needed is extracted. Problems such as forgetting occurred and incomplete execution modules were released.

【0005】本発明は上記課題を解決するため創案され
たものであって、その目的は、不完全な実行モジュール
の作成を防止することのできるソースプログラム登録管
理システムを提供することにある。
The present invention was devised to solve the above problems, and an object thereof is to provide a source program registration management system capable of preventing the creation of an incomplete execution module.

【0006】[0006]

【課題を解決するための手段】上記課題を解決するため
本発明のソースプログラム登録管理システムは、プログ
ラマにより開発されたソースプログラムが格納された環
境を開発環境とするとき、入力手段によって指定された
ソースプログラムを開発環境から登録環境に転送するリ
リースソース登録部と、登録環境に転送されたソースプ
ログラムのソースファイル名にバージョン番号を付加
し、このバージョン番号が付加されたソースファイル名
でもってソースプログラムを登録環境からリリース環境
に転送するリリースソース管理部とを備えた構成を用い
る。また実行モジュールの作成時にソースプログラムに
要求される基準をリリース基準とするとき、リリースソ
ース登録部は、入力手段によって指定されたソースプロ
グラムがリリース基準に適合しているかどうかを検査
し、このリリース基準に適合したソースプログラムを開
発環境から登録環境に転送する構成とする。またリリー
スソース登録部は、開発環境から登録環境にソースプロ
グラムを転送したときには、ソースファイルの転送を示
すデータをリリース履歴としてリリース履歴ファイルに
記憶させる構成とする。
In order to solve the above-mentioned problems, the source program registration management system of the present invention is designated by the input means when the environment in which the source program developed by the programmer is stored is the development environment. The release source registration part that transfers the source program from the development environment to the registration environment, and the version number is added to the source file name of the source program transferred to the registration environment. And a release source management unit that transfers the file from the registration environment to the release environment. Also, when the release standard is the standard required for the source program when creating the execution module, the release source registration unit checks whether the source program specified by the input means conforms to the release standard, and then releases this release standard. A source program that conforms to is transferred from the development environment to the registration environment. Further, the release source registration unit is configured to store data indicating transfer of the source file as a release history in the release history file when the source program is transferred from the development environment to the registration environment.

【0007】[0007]

【作用】リリースソース登録部によって、開発環境に格
納されている複数のソースプログラムのうち、指定され
たソースプログラムのみが登録環境に転送される。そし
て登録環境に転送されたソースプログラムは、リリース
ソース管理部により、そのソースファイル名にバージョ
ンを示すバージョン番号が付与され、バージョン番号が
付与されたソースファイル名でもってリリース環境に転
送される。つまり開発時には同名のソースファイル名を
持つソースプログラムであっても、リリース環境ではバ
ージョン毎に互いに区別が可能なソースプログラムとな
る。
The release source registration unit transfers only the designated source program among the plurality of source programs stored in the development environment to the registration environment. Then, the source program transferred to the registration environment is given a version number indicating the version to the source file name by the release source management unit, and is transferred to the release environment with the source file name given the version number. In other words, even if a source program has the same source file name at the time of development, it will be a source program that can be distinguished for each version in the release environment.

【0008】[0008]

【実施例】以下、本発明の一実施例について図面を参照
しつつ説明する。図1は、本発明のソースプログラム登
録管理システムのリリースソース登録部の一実施例の電
気的構成を示すブロック線図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an electrical configuration of an embodiment of a release source registration unit of a source program registration management system of the present invention.

【0009】図において、リリースソース登録部10は、
登録制御部11、検査部12、転送部13、および削除部14の
4つのブロックによる構成となっており、全てのブロッ
ク11〜14は、コンピュータ8によって実行されるソフト
ウエアによって構成されている。
In the figure, the release source registration unit 10 is
The registration control unit 11, the inspection unit 12, the transfer unit 13, and the deletion unit 14 are composed of four blocks, and all the blocks 11 to 14 are composed of software executed by the computer 8.

【0010】コンピュータ8のキーボードおよびそのコ
ントロールソフトウエア等により構成された入力手段9
の出力が与えられた登録制御部11は、その出力の送出先
である検査部12、転送部13、および削除部14の各ブロッ
クの制御を行うブロックとなっており、プログラムの作
成者によって起動されるブロックとなっている。
Input means 9 composed of a keyboard of the computer 8 and its control software
The registration control unit 11 to which the output of is given is a block that controls each block of the inspection unit 12, the transfer unit 13, and the deletion unit 14 to which the output is sent, and is activated by the creator of the program. It is a block that will be played.

【0011】また検査部12は、リリースの対象となるソ
ースプログラムがリリース基準に適合するかどうかを検
査(例えばソースファイル名の文字数が許容文字数以内
の文字でもって構成されているかどうか等の検査) する
ブロックとなっており、この検査部12の出力が導かれた
検査ファイル15は、検査部12の検査結果を格納するファ
イルとなっている。そしてこの検査ファイル15の出力は
登録制御部11に導かれている。
The inspection unit 12 also inspects whether or not the source program to be released conforms to the release standard (for example, inspects whether the source file name is composed of characters within the allowable number of characters). The inspection file 15 to which the output of the inspection unit 12 is guided is a file for storing the inspection result of the inspection unit 12. The output of the inspection file 15 is led to the registration control unit 11.

【0012】開発環境16は、複数のプログラマによって
開発された複数のソースプログラムが予め格納されたフ
ァイル等からなるブロックであり、登録環境17は、複数
のソースプログラムが格納されるファイル等からなるブ
ロックとなっている。そして転送部13は、登録制御部11
からの指示に従って、ソースプログラムを開発環境16か
ら登録環境17に転送するブロックとなっている。
The development environment 16 is a block composed of files or the like in which a plurality of source programs developed by a plurality of programmers are stored in advance, and the registration environment 17 is a block composed of a file or the like in which a plurality of source programs are stored. Has become. Then, the transfer unit 13 includes the registration control unit 11
Is a block that transfers the source program from the development environment 16 to the registration environment 17 according to the instructions from.

【0013】また転送部13の出力および削除部14の出力
が導かれたリリース履歴ファイル18は、作成された各ソ
ースプログラムの各々についての、作成時と作成後の履
歴を示すデータが格納されるファイルとなっており、削
除部14の出力が与えられた削除ファイル19は、削除の対
象となったソースプログラムの一連を示すファイルとな
っている。
The release history file 18 to which the output of the transfer unit 13 and the output of the deletion unit 14 are guided stores data indicating the history at the time of creation and the history after creation for each of the created source programs. The deletion file 19 to which the output of the deletion unit 14 is given is a file indicating a series of source programs to be deleted.

【0014】図2は、本発明に係るリリースソース管理
部の一実施例の電気的構成を示すブロック線図である。
FIG. 2 is a block diagram showing the electrical construction of an embodiment of the release source management section according to the present invention.

【0015】リリースソース管理部21は、管理制御部2
3、検査部24、転送部25、および実行モジュール生成部2
6の4つのブロックによる構成となっており、全てのブ
ロック23〜26は、コンピュータ8により実行されるソフ
トウエアによって構成されている。
The release source management unit 21 includes a management control unit 2
3, inspection unit 24, transfer unit 25, and execution module generation unit 2
It is composed of four blocks of 6, and all the blocks 23 to 26 are composed of software executed by the computer 8.

【0016】管理制御部23は、その出力の送出先である
検査部24、転送部25、および実行モジュール生成部26の
各ブロックを制御するブロックであり、実行モジュール
の作成者によって起動されるブロックとなっている。ま
た検査部24は、リリースの対象となるソースプログラム
について、開発環境16にあるソースプログラムと登録環
境17にあるそれとの比較を行い、比較結果を検査ファイ
ル22に送出するブロックとなっている。そしてこの検査
ファイル22の出力は管理制御部23に送出されている。
The management control unit 23 is a block that controls each block of the inspection unit 24, the transfer unit 25, and the execution module generation unit 26, which are the destinations of the output, and is a block activated by the creator of the execution module. Has become. The inspection unit 24 is a block that compares the source program to be released with the source program in the development environment 16 and that in the registered environment 17, and sends the comparison result to the inspection file 22. The output of the inspection file 22 is sent to the management control unit 23.

【0017】転送部25は、管理制御部23からの指示に従
い、登録環境17に格納されているソースプログラムを、
後にその詳細を説明する命名規則に沿ったソースファイ
ル名でもってリリース環境27に転送するブロックとなっ
ており、リリース環境27は、ソースプログラムが格納さ
れるファイル等からなるブロックとなっている。
In accordance with an instruction from the management control unit 23, the transfer unit 25 loads the source program stored in the registration environment 17 into
The release environment 27 is a block that is transferred to the release environment 27 with a source file name according to a naming rule which will be described later in detail. The release environment 27 is a block including files and the like in which the source program is stored.

【0018】また実行モジュール生成部26は、リリース
環境27に格納されたソースプログラムを統合する(コン
パイルおよびリンク等を行う)ことによって実行モジュ
ールを作成し、作成した実行モジュールを実行モジュー
ル環境28に格納するブロックとなっている。そして実行
モジュール環境28は、実行モジュールが格納されるファ
イル等により構成されている。
The execution module generation unit 26 creates an execution module by integrating (compiling and linking) the source programs stored in the release environment 27, and stores the created execution module in the execution module environment 28. It is a block to do. The execution module environment 28 is composed of files in which execution modules are stored.

【0019】以上の構成からなる本発明の一実施例につ
いて、図3、および図4に示すフローチャートを参照し
つつ、以下にその動作を説明する。
The operation of one embodiment of the present invention having the above configuration will be described below with reference to the flow charts shown in FIGS. 3 and 4.

【0020】ソースプログラムの作成者の各々によって
起動される登録制御部11は、登録あるいは削除の2つの
動作の一方を選択するステップS10 を含んでおり、作成
者により登録が選択されたときには、ステップS11 の動
作となって、対象となるソースファイル名等の登録情報
が入力手段9より入力される。次いでステップS12 によ
り示す検査部12の起動が行われる。
The registration control unit 11 started by each creator of the source program includes a step S10 for selecting one of two operations, registration or deletion, and when the creator selects the registration, the step S10 is executed. In the operation of S11, the registration information such as the target source file name is input from the input means 9. Then, the inspection unit 12 is activated at step S12.

【0021】検査部12は、対象となるソースプログラム
を、予め設定されたリリース基準に従ってソースプログ
ラムの検査を行い、そのソースプログラムがリリース基
準に適合しているかどうかを検査する(ソースプログラ
ムのソースファイル名の文字数が10文字以内であるかど
うか等を検査する) 。そしてその検査結果を検査ファイ
ル15に送出し、格納する。
The inspection unit 12 inspects the target source program in accordance with a preset release standard, and inspects whether the source program conforms to the release standard (source file of the source program. Check whether the first name has 10 characters or less). Then, the inspection result is sent to and stored in the inspection file 15.

【0022】次いで動作は登録制御部11に戻されること
となり、登録制御部11は検査ファイル15の読み込みを行
うことによって、対象となるソースプログラムがリリー
ス基準に適合していたかどうかを調べる。そして適合し
ていない場合には動作を終了し( ステップS13)、適合し
ている場合には転送部13の動作を起動する (ステップS1
4)。
Then, the operation is returned to the registration control unit 11, and the registration control unit 11 reads the inspection file 15 to check whether or not the target source program conforms to the release standard. If it does not match, the operation is terminated (step S13), and if it matches, the operation of the transfer unit 13 is started (step S1).
Four).

【0023】起動された転送部13は、開発環境16内に格
納されているソースプログラム (登録制御部11において
入力されたソースファイル名のプログラムであり、検査
部12において適合していると判定されたプログラム) の
読み出しを行うと共に、読み出したソースプログラムを
登録環境17に格納する。またそのソースプログラムに関
する履歴を示す情報として、このソースプログラムが開
発環境16から登録環境17に転送された時刻、転送を行っ
た担当者名、およびコメント等が、リリース履歴として
リリース履歴ファイル18に格納される。
The activated transfer unit 13 is a source program stored in the development environment 16 (a program having the source file name input by the registration control unit 11 and determined by the inspection unit 12 to be suitable). Read out source program) and store the read source program in the registration environment 17. Also, as information indicating the history of the source program, the time when this source program was transferred from the development environment 16 to the registration environment 17, the name of the person who transferred the source program, and comments are stored in the release history file 18 as release history. To be done.

【0024】一方、登録制御部11の動作において削除が
選択されたときには、ステップS15において削除の対象
となるソースファイル名等の削除情報が入力手段9より
入力され、次いで削除部14の動作が起動される (ステッ
プS16)。このときには、ステップS15 において入力され
た削除情報(削除の対象となったソースファイル名等)
が削除ファイル19に格納される。
On the other hand, when the deletion is selected in the operation of the registration control unit 11, the deletion information such as the source file name to be deleted is input from the input means 9 in step S15, and then the operation of the deletion unit 14 is activated. (Step S16). At this time, the deletion information entered in step S15 (name of the source file targeted for deletion, etc.)
Is stored in the deletion file 19.

【0025】以上の動作が必要に応じて繰り返されるに
より、登録環境17には、リリースに必要とするソースプ
ログラムの格納が行われ、リリース履歴ファイル18に
は、各ソースプログラム毎のリリースに関する履歴を示
す情報が格納され、削除ファイル19には、削除の対象と
なっているソースファイル名等が格納される。
By repeating the above operation as necessary, the registration environment 17 stores the source program required for the release, and the release history file 18 stores the history of the release for each source program. Information to be stored is stored, and the source file name or the like to be deleted is stored in the deletion file 19.

【0026】次いでリリースソース管理部21の動作説明
に移る。
Next, the operation of the release source management unit 21 will be described.

【0027】実行モジュールの作成者によって管理制御
部23が起動されると、管理制御部23において、リリース
の対象となる実行モジュールのバージョン番号等が入力
手段9より入力される(ステップS17)。次いでリリース
の対象に該当するソースプログラムが登録環境17にある
かどうかを調べ (ステップS18)、該当するソースプログ
ラムがある場合には検査部24を起動する (ステップS1
9)。
When the creator of the execution module activates the management control unit 23, the version number of the execution module to be released is input to the management control unit 23 from the input means 9 (step S17). Next, it is checked whether or not the source program corresponding to the release target exists in the registration environment 17 (step S18), and if there is the corresponding source program, the inspection unit 24 is activated (step S1).
9).

【0028】起動された検査部24は、登録環境17にある
ソースプログラムと開発環境16にあるソースプログラム
との比較を行い、比較結果を検査ファイル22に格納す
る。次いで動作は管理制御部23に戻されることから、管
理制御部23は検査ファイル22の読み込みを行い、比較内
容が一致を示すときには、登録環境17に格納されている
ソースプログラムが該当するソースプログラムであると
して、転送部25を起動する (ステップS20 、S21)。(但
しこのときには、削除ファイル19を参照することによ
り、該当するソースプログラムが削除の対象となってい
ないことを確認する)。
The activated inspection unit 24 compares the source program in the registered environment 17 with the source program in the development environment 16 and stores the comparison result in the inspection file 22. Then, since the operation is returned to the management control unit 23, the management control unit 23 reads the inspection file 22, and when the comparison contents show a match, the source program stored in the registration environment 17 is the corresponding source program. Assuming that there is, the transfer unit 25 is activated (steps S20 and S21). (However, at this time, by referring to the deletion file 19, it is confirmed that the corresponding source program is not the deletion target).

【0029】しかしステップS20 における比較結果が不
一致を示すときには、ソースプログラムが登録環境17に
登録された時刻と実行モジュールの作成者が管理制御部
23を起動した時刻とのずれの期間において、開発環境16
に格納されたソースプログラムに変更が加えられている
ことを示すため、登録環境17に格納されているソースプ
ログラムを用いることができないので、エラーであると
してその後の動作を直ちに停止する。
However, when the comparison result in step S20 shows a mismatch, the time when the source program is registered in the registration environment 17 and the creator of the execution module are set by the management control unit.
The development environment 16
Since the source program stored in the registration environment 17 cannot be used to indicate that the source program stored in (1) has been changed, the subsequent operation is stopped immediately because of an error.

【0030】比較内容が一致であることから起動された
転送部25は、登録環境17に格納されたソースプログラム
をリリース環境27に転送するのであるが、この転送にお
いては、ソースプログラムのソースファイル名に変更が
与えられる。
The transfer unit 25, which is activated because the comparison contents match, transfers the source program stored in the registration environment 17 to the release environment 27. In this transfer, the source file name of the source program is transferred. Changes are given to.

【0031】この変更は、登録環境17に格納されている
ソースプログラムのソースファイル名が、例えば『B.
FOR』(図5の55により示す) であるとすると、変更
後のソースファイル名は56に示すように、『B.FO
R』に下線記号と『001』とが追加されたソースファ
イル名となり、『001』のように3桁の数値によって
バージョン番号が示されるソースファイル名となる。
In this modification, the source file name of the source program stored in the registration environment 17 is, for example, "B.
"FOR" (indicated by 55 in FIG. 5), the changed source file name is "B. FO
The source file name has an underline symbol and "001" added to "R", and the version number is indicated by a three-digit numerical value such as "001".

【0032】なお、このバージョン番号については、バ
ージョン番号を除いたときにはソースファイル名が同一
となるソースプログラムがリリース環境27に既に格納済
であるため、転送時には、新たに転送されるソースプロ
グラムのソースファイル名が既に格納済のそれに対し
て、バージョン番号を含めたときには互いに異なるソー
スファイル名となるように値が設定される(転送毎に値
が001単位で増分される)。
Regarding this version number, since the source program having the same source file name when the version number is excluded is already stored in the release environment 27, the source program of the newly transferred source program is transferred. Whereas the file name has already been stored, when the version number is included, the value is set so that the source file names are different from each other (the value is incremented by 001 in each transfer).

【0033】つまりこのときの転送においては、既にリ
リース環境27に転送済のソースプログラムに追加された
バージョン番号より値の増分したバージョン番号が追加
されるということである。
That is, in the transfer at this time, a version number which is incremented by a value from the version number added to the source program already transferred to the release environment 27 is added.

【0034】以下にソースプログラムの転送に伴うソー
スファイル名の変化を示す(なおリリース環境27には、
初代バージョンの実行モジュールの作成時に用いられた
ソースプログラム群が、オリジナルソースとして、ソー
スファイル名の変更を受けることなく予め格納した構成
が採用されている)。
The changes in the source file name due to the transfer of the source program are shown below (note that in the release environment 27,
The source program group that was used when the first version of the execution module was created is adopted as the original source without any change in the source file name.

【0035】開発環境16に、図5の51により示すソース
プログラム群が格納されており、これらのソースプログ
ラムの内から、52により示すソースプログラム群が登録
環境17に転送されたとする(ソースファイル名は開発環
境16に格納されているときと同一)。またリリース環境
27には、53により示すソースプログラム群が既に格納さ
れているとし、ステップS17 において入力されたバージ
ョン番号の値がM(M>7)であるとすると、登録環境
17のソースプログラム群がリリース環境27に転送された
ときには、リリース環境27には、53により示すソースプ
ログラム群が格納されることとなる。
It is assumed that a source program group indicated by 51 in FIG. 5 is stored in the development environment 16 and that a source program group indicated by 52 is transferred to the registration environment 17 from these source programs (source file name). Is the same as when stored in development environment 16). Release environment
If the source program group indicated by 53 is already stored in 27, and the value of the version number input in step S17 is M (M> 7), the registration environment
When the 17 source program groups are transferred to the release environment 27, the release environment 27 stores the source program group indicated by 53.

【0036】以上のように、ステップS21 によって起動
された転送部25の動作が終了し、リリース環境27に必要
とするソースプログラムが転送されると実行モジュール
生成部26の動作が起動される (ステップS22)。
As described above, when the operation of the transfer section 25 started in step S21 ends and the source program required for the release environment 27 is transferred, the operation of the execution module generation section 26 is started (step S22).

【0037】そのため起動された実行モジュール生成部
26は、バージョン番号が入力されなかった場合にはオリ
ジナルであるとして、バージョン番号が追加されていな
いソースプログラムのみを選択して実行モジュールの作
成を行う。
Therefore, the execution module generation unit activated
In 26, when the version number is not input, it is assumed to be the original, and only the source program to which the version number is not added is selected to create the execution module.

【0038】またバージョン番号が入力された場合、入
力されたバージョン番号以下のバージョン番号が追加さ
れたソースプログラムがリリース環境27に複数格納され
ているときには、同一ソースプログラム (バージョン番
号を除くソースファイル名が同一のソースプログラム)
に関して、入力されたバージョン番号以下の値であり、
且つその範囲内で最大のバージョン番号が追加されたソ
ースプログラムを対象ソースプログラムとして選択され
る。そして選択されたソースプログラムから実行モジュ
ールが作成される。
When a version number is input, if a plurality of source programs having version numbers equal to or less than the input version number are stored in the release environment 27, the same source program (source file name excluding version number Are the same source program)
, The value is less than or equal to the entered version number,
The source program to which the maximum version number is added within the range is selected as the target source program. Then, an execution module is created from the selected source program.

【0039】このことは、例えばバージョン番号として
値Mが入力されているとし、リリース環境27に格納され
たソースプログラム群が53により示すソースプログラム
群であるとすると、選択されるソースプログラム群は58
により示すソースプログラム群となる。
This means that, for example, if the value M is input as the version number and the source program group stored in the release environment 27 is the source program group indicated by 53, the selected source program group is 58.
The source program group shown by.

【0040】上記方法によって選択されたソースプログ
ラムから作成された実行モジュールは、その後実行モジ
ュール環境28に転送され、格納される。つまり実行モジ
ュール環境28には目的とする実行モジュールが格納され
ることとなる (実行モジュール群54は、バージョン番号
として値Mが入力され、作成された実行モジュールが実
行モジュール環境28に格納されたときの実行モジュール
環境28内の実行モジュール群の様子を示している (それ
以前に作成された実行モジュール群を含んでいる))。
The execution module created from the source program selected by the above method is then transferred to and stored in the execution module environment 28. That is, the target execution module is stored in the execution module environment 28 (when the value M is input as the version number to the execution module group 54 and the created execution module is stored in the execution module environment 28). The execution modules in the execution module environment 28 are shown (including the execution modules created before that).

【0041】なおステップS18 の動作において、該当す
るソースプログラムが無い場合には、必要とするソース
プログラムが既にリリース環境27に格納されているとし
て、ステップS18 からステップS22 に動作が移行し、直
ちに実行モジュールの作成が開始される。そして作成さ
れた実行モジュールは実行モジュール環境28に格納され
る。
In the operation of step S18, if there is no corresponding source program, it is assumed that the required source program is already stored in the release environment 27, and the operation shifts from step S18 to step S22 and is immediately executed. Module creation starts. Then, the created execution module is stored in the execution module environment 28.

【0042】以上説明したように、本実施例において
は、検査部12を設けることによって、ソースプログラム
がリリース基準に適合しているかどうかを検査し、この
リリース基準に適合したソースプログラムを登録環境に
登録する構成としているので、誤りのあるソースプログ
ラムからの実行モジュールの作成を防止することが可能
となっている。
As described above, in the present embodiment, by providing the inspection unit 12, it is inspected whether the source program conforms to the release standard, and the source program conforming to the release standard is registered in the registration environment. Since it is configured to be registered, it is possible to prevent the creation of an execution module from an erroneous source program.

【0043】またリリース履歴ファイル18を設けた構成
としているので、各ソースプログラムの取り扱いの変遷
が記録されることとなり、ソフトウエア・システムの保
守時には、変遷の参照が容易となることから、保守の効
率を高めることが可能となっている。
Further, since the release history file 18 is provided, the changes in the handling of each source program are recorded, and it is easy to refer to the changes during the maintenance of the software system. It is possible to improve efficiency.

【0044】なお、本発明は上記実施例に限定されず、
発明の趣旨を変更しない範囲内においては任意の箇所を
変更することが可能である。
The present invention is not limited to the above embodiment,
Any part can be changed within the range of not changing the gist of the invention.

【0045】[0045]

【発明の効果】本発明に係るソースプログラム登録管理
システムは、リリースソース登録部を用いることによっ
て、入力手段でもって指定されたソースプログラムを開
発環境から登録環境に転送し、リリースソース管理部に
よって、登録環境に転送されたソースプログラムのソー
スファイル名にバージョン番号を付加し、バージョン番
号が付加されたソースファイル名でもってソースプログ
ラムを登録環境からリリース環境に転送する構成として
いるので、ソースプログラムの作成者と実行モジュール
の作成者とが登録環境によって橋渡しされると共に、そ
の管理がバージョン番号による方法となるため、機能拡
張を行うとき、不完全な実行モジュールの作成を防止す
ることが可能となる。
The source program registration management system according to the present invention transfers the source program designated by the input means from the development environment to the registration environment by using the release source registration unit, and the release source management unit A version number is added to the source file name of the source program transferred to the registration environment, and the source program is configured to transfer from the registration environment to the release environment with the source file name with the version number added. The user and the creator of the execution module are bridged by the registration environment, and the management is performed by the version number method, so that it is possible to prevent the creation of an incomplete execution module when the function is expanded.

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

【図1】本発明のソースプログラム登録管理システムの
リリースソース登録部の一実施例の電気的構成を示すブ
ロック線図である。
FIG. 1 is a block diagram showing an electrical configuration of an embodiment of a release source registration unit of a source program registration management system of the present invention.

【図2】本発明のソースプログラム登録管理システムの
リリースソース管理部の一実施例の電気的構成を示すブ
ロック線図である。
FIG. 2 is a block diagram showing an electrical configuration of an embodiment of a release source management section of the source program registration management system of the present invention.

【図3】図1に示すリリースソース登録部の一実施例の
動作を示すフローチャートである。
FIG. 3 is a flowchart showing the operation of an embodiment of the release source registration unit shown in FIG.

【図4】図2に示すリリースソース管理部の一実施例の
動作を示すフローチャートである。
4 is a flowchart showing an operation of an embodiment of a release source management unit shown in FIG.

【図5】ソースプログラム群のソースファイル名を示す
説明図である。
FIG. 5 is an explanatory diagram showing source file names of a source program group.

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

9 入力手段 10 リリースソース登録部 16 開発環境 17 登録環境 21 リリースソース管理部 27 リリース環境 9 Input method 10 Release source registration section 16 Development environment 17 Registration environment 21 Release source management section 27 Release environment

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 プログラマにより開発されたソースプロ
グラムが格納された環境を開発環境とするとき、 入力手段によって指定されたソースプログラムを開発環
境から登録環境に転送するリリースソース登録部と、 前記登録環境に転送されたソースプログラムのソースフ
ァイル名にバージョン番号を付加し、このバージョン番
号が付加されたソースファイル名でもってソースプログ
ラムを前記登録環境からリリース環境に転送するリリー
スソース管理部とを備えたことを特徴とするソースプロ
グラム登録管理システム。
1. A release source registration unit for transferring a source program specified by an input means from a development environment to a registration environment when the environment in which a source program developed by a programmer is stored is used as the development environment, and the registration environment. A release source management unit that adds a version number to the source file name of the transferred source program and transfers the source program from the registered environment to the release environment with the source file name added with the version number. A source program registration management system characterized by:
【請求項2】 実行モジュールの作成時にソースプログ
ラムに要求される基準をリリース基準とするとき、 前記リリースソース登録部は、前記入力手段によって指
定されたソースプログラムがリリース基準に適合してい
るかどうかを検査し、このリリース基準に適合したソー
スプログラムを開発環境から前記登録環境に転送するこ
とを特徴とする請求項1記載のソースプログラム登録管
理システム。
2. The release source registration unit determines whether the source program specified by the input means conforms to the release standard when the standard required for the source program when creating the execution module is the release standard. The source program registration management system according to claim 1, wherein the source program registration management system inspects and transfers a source program conforming to the release standard from a development environment to the registration environment.
【請求項3】 前記リリースソース登録部は、開発環境
から前記登録環境にソースプログラムを転送したときに
は、ソースファイルの転送を示すデータをリリース履歴
としてリリース履歴ファイルに記憶させることを特徴と
する請求項1または請求項2記載のソースプログラム登
録管理システム。
3. The release source registration unit, when a source program is transferred from a development environment to the registration environment, stores data indicating transfer of the source file in a release history file as a release history. The source program registration management system according to claim 1 or claim 2.
JP26068792A 1992-09-02 1992-09-02 Control system for registration of source program Pending JPH0683606A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26068792A JPH0683606A (en) 1992-09-02 1992-09-02 Control system for registration of source program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26068792A JPH0683606A (en) 1992-09-02 1992-09-02 Control system for registration of source program

Publications (1)

Publication Number Publication Date
JPH0683606A true JPH0683606A (en) 1994-03-25

Family

ID=17351383

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26068792A Pending JPH0683606A (en) 1992-09-02 1992-09-02 Control system for registration of source program

Country Status (1)

Country Link
JP (1) JPH0683606A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011059847A (en) * 2009-09-08 2011-03-24 Nomura Research Institute Ltd Program release management system
US8065689B2 (en) 2005-02-03 2011-11-22 Kyocera Mita Corporation Release-dependant filenames for device drivers

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8065689B2 (en) 2005-02-03 2011-11-22 Kyocera Mita Corporation Release-dependant filenames for device drivers
JP2011059847A (en) * 2009-09-08 2011-03-24 Nomura Research Institute Ltd Program release management system

Similar Documents

Publication Publication Date Title
KR890008693A (en) Software Validation and Validation Configuration Management System
CN107391176B (en) Efficient configuration data change processing method
CN110532006B (en) Complex configuration file upgrading method based on state machine
JPH0887407A (en) Decentralized development management device
JPH0683606A (en) Control system for registration of source program
JP2006268661A (en) Data import method and data import device
JP2538630B2 (en) Automatic test item selection system
CN113792026A (en) Deployment method and device of database script and computer readable storage medium
JPH08190484A (en) Development assisting device
JPH02260045A (en) Application trouble checking system
JPH07210394A (en) Program management method for distributed system
CN117407362B (en) Method and device for file migration among heterogeneous file systems
WO2022269793A1 (en) Control device and address management method
JPH0546378A (en) Correction processing method for program
US7739654B2 (en) Model curation for integrated circuit designs
JPH09185537A (en) Overall job information system
JPS5856150A (en) Program control system
Dimitrov CVE (NVD) Ontology Generator
JPS6074056A (en) File control system for history information
JP2000112722A (en) System and method for managing number of printing and storage medium
JP2647044B2 (en) History management method
JPH03198127A (en) Developing process controller for computer program
Mueller et al. Codebase: A commercially developed code management system and code transfer facility
IF et al. COMPILE (LIBRARY ([LIB ALLSORT]))
WO2021071380A1 (en) Method for taking into account amendments to the contents of regulatory documents to ensure flight safety