JP2014085951A - Source code management system, source code management method, and source code management program - Google Patents

Source code management system, source code management method, and source code management program Download PDF

Info

Publication number
JP2014085951A
JP2014085951A JP2012236059A JP2012236059A JP2014085951A JP 2014085951 A JP2014085951 A JP 2014085951A JP 2012236059 A JP2012236059 A JP 2012236059A JP 2012236059 A JP2012236059 A JP 2012236059A JP 2014085951 A JP2014085951 A JP 2014085951A
Authority
JP
Japan
Prior art keywords
source code
executable file
source
code management
server
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
JP2012236059A
Other languages
Japanese (ja)
Inventor
Masahiro Morimoto
正宏 守本
Yoshikatsu Shirai
喜勝 白井
Hideki Takeda
秀樹 武田
Hirokazu ONOZATO
拓一 小野里
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.)
UBIC KK
Ubic Inc
Original Assignee
UBIC KK
Ubic 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 UBIC KK, Ubic Inc filed Critical UBIC KK
Priority to JP2012236059A priority Critical patent/JP2014085951A/en
Priority to PCT/JP2013/078290 priority patent/WO2014065206A1/en
Priority to TW102138389A priority patent/TW201417029A/en
Publication of JP2014085951A publication Critical patent/JP2014085951A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44589Program code verification, e.g. Java bytecode verification, proof-carrying code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a load for verifying a developed application.SOLUTION: A computer is configured to: record a plurality of source codes; record the updated source code when the recorded source code is updated; acquire the recorded source codes; create an executable file from the acquired source codes; executes the created executable file for verifying the created executable file according to an instruction given by an executable file creation unit; transmit a result of executed verification to the executable file creation unit; and distribute the transmitted verification result to a server.

Description

本発明は、ソースコード管理システム及びソースコード管理方法並びにソースコード管理プログラムに関するものであって、特に、ソースコードから実行可能ファイルを作成ためのソースコード管理システム及びソースコード管理方法並びにソースコード管理プログラムに関する。   The present invention relates to a source code management system, a source code management method, and a source code management program, and in particular, a source code management system, a source code management method, and a source code management program for creating an executable file from source code. About.

従来、不正アクセスや機密情報漏洩などコンピュータに関する犯罪や法的紛争が生じた際に、原因究明や捜査に必要な機器やデータ、電子的記録を収集・分析し、その法的な証拠性を明らかにする手段や技術が提案されている。   Conventionally, when computer crimes and legal disputes such as unauthorized access and leakage of confidential information occur, the equipment, data, and electronic records necessary for investigation and investigation are collected and analyzed, and the legal evidence is revealed. Means and techniques to make it have been proposed.

特に、米国民事訴訟では、eDiscovery(電子証拠開示)等が求められており、当該訴訟の原告および被告のいずれもが、関連するデジタル情報をすべて証拠として提出する責任を負う。そのため、コンピュータやサーバに記録されたデジタル情報を証拠として、提出しなければならない。   In particular, eDiscovery is required in US civil lawsuits, and both plaintiffs and defendants in such lawsuits are responsible for submitting all relevant digital information as evidence. Therefore, digital information recorded on a computer or server must be submitted as evidence.

一方、ITの急速な発達と普及に伴い、今日のビジネスの世界ではほとんどの情報がコンピュータで作成されているため、同一企業内であっても多くのデジタル情報が氾濫している。   On the other hand, with the rapid development and spread of IT, since most information is created by computers in today's business world, a lot of digital information is flooded even within the same company.

そのため、法廷への証拠資料提出のための準備作業を行う過程において、当該訴訟に必ずしも関連しない機密なデジタル情報までも証拠資料として含めてしまうミスが生じやすい。また、当該訴訟に関連しない機密な文書情報を提出してしまうことが問題になっていた。   Therefore, in the process of preparing for submission of evidence to the court, it is easy to make mistakes that include confidential digital information not necessarily related to the lawsuit as evidence. Moreover, it has been a problem to submit confidential document information not related to the lawsuit.

近年、フォレンジックシステムにおける文書情報に関する技術が、特許文献1乃至特許文献3に提案されている。特許文献1には、文書提出命令の対象者情報に含まれる少なくとも1人以上の対象者から、特定の者を指定し、指定された特定の者に関するアクセス履歴情報に基づいて、特定の者がアクセスしたデジタル文書情報のみを抽出し、抽出されたデジタル文書情報の文書ファイルそれぞれが、訴訟に関連するものであるか否かを示す付帯情報を設定し、付帯情報に基づき、訴訟に関連する文書ファイルを出力するフォレンジックシステムについて開示されている。   In recent years, technologies relating to document information in a forensic system have been proposed in Patent Documents 1 to 3. In Patent Document 1, a specific person is specified from at least one target person included in the target person information of the document submission order, and the specific person is based on the access history information regarding the specified specific person. Extracts only the accessed digital document information, sets the incidental information indicating whether each document file of the extracted digital document information is related to the lawsuit, and based on the incidental information, the document related to the lawsuit A forensic system for outputting a file is disclosed.

また、特許文献2には、記録されたデジタル情報を表示し、複数の文書ファイル毎に、対象者情報に含まれる対象者のうちいずれの対象者に関連するものであるかを示す対象者特定情報を設定し、該設定された対象者特定情報を記憶部に記録するように設定し、少なくとも一人以上の対象者を指定し、指定された対象者に対応する対象者特定情報が設定された文書ファイルを検索し、表示部を介して、検索された文書ファイルが、訴訟に関連するものであるか否かを示す付帯情報を設定し、付帯情報に基づき、訴訟に関連する文書ファイルを出力するフォレンジックシステムについて開示されている。   Further, Patent Document 2 displays recorded digital information, and for each of a plurality of document files, specifies a target person indicating which target person is included in the target person information included in the target person information. Information is set, the set target identification information is set to be recorded in the storage unit, at least one target is specified, and target identification information corresponding to the specified target is set Searches the document file, sets incidental information indicating whether or not the retrieved document file is related to the lawsuit, and outputs the document file related to the lawsuit based on the supplementary information. A forensic system is disclosed.

さらに、特許文献3には、デジタル文書情報に含まれる少なくとも1以上の文書ファイルの指定を受け付け、指定された文書ファイルをいずれの言語に翻訳するかの指定を受け付け、指定を受け付けた文書ファイルを、指定を受け付けた言語に翻訳し、記録部に記録されたデジタル文書情報から、指定された文書ファイルと同一の内容を示す共通文書ファイルを抽出し、抽出された共通文書ファイルが、翻訳された文書ファイルの翻訳内容を援用することにより翻訳されたことを示す翻訳関連情報を生成し、翻訳関連情報に基づいて、訴訟に関連する文書ファイルを出力するフォレンジックシステムについて開示されている。   Further, Patent Document 3 accepts designation of at least one or more document files included in the digital document information, accepts designation of which language the designated document file is translated into, and designates the document file for which designation is accepted. , Translated into the language that accepted the specification, extracted from the digital document information recorded in the recording unit a common document file showing the same content as the specified document file, the extracted common document file was translated There has been disclosed a forensic system that generates translation-related information indicating that a document file has been translated by using the translation content of the document file, and outputs a document file related to a lawsuit based on the translation-related information.

特開2011−209930号公報JP 2011-209930 A 特開2011−209931号公報JP 2011-209931 A 特開2012−32859号公報JP 2012-32859 A

しかしながら、例えば、特許文献1乃至特許文献3のようなフォレンジックシステムにおいては、実行可能ファイルをインストールすることによりアプリケーションの実現を可能とし、それぞれの企業に適した、最新のアプリケーションを通信ネットワーク経由によりサービス提供することになる。   However, in the forensic systems such as Patent Documents 1 to 3, for example, an application can be realized by installing an executable file, and the latest application suitable for each company is provided via a communication network. Will provide.

このようなシステムでは、アプリケーションを用いたサービスを提供しながら、顧客の要望に応じた最新のアプリケーション開発、検証および導入を行うことから、開発したアプリケーションの検証負担が増加するという問題があった。   In such a system, since the latest application development, verification, and introduction according to the customer's request is performed while providing a service using the application, there is a problem that the verification burden of the developed application increases.

そこで、本発明は、上記事情に鑑み、開発したアプリケーションの検証負担を軽減することを可能とするソースコード管理システム及びソースコード管理方法並びにソースコード管理プログラムを提供することを目的とするものである。   SUMMARY OF THE INVENTION In view of the above circumstances, an object of the present invention is to provide a source code management system, a source code management method, and a source code management program that can reduce the verification burden of a developed application. .

本発明のソースコード管理システムは、複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録する記録部と、記録部に記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成する実行可能ファイル作成部と、作成された実行可能ファイルを検証するために、実行可能ファイル作成部の指示により、実行可能ファイルを実行し、該実行した検証結果を実行可能ファイル作成部に送信する検証部と、実行可能ファイル作成部から検証結果の配信を受け付けるサーバとを備えるものである。   The source code management system of the present invention records a plurality of source codes, and when the recorded source code is updated, a recording unit for recording the updated source code, and a source recorded in the recording unit An executable file creation unit that obtains code and creates an executable file from the obtained source code, and executes the executable file according to the instructions of the executable file creation unit in order to verify the created executable file And a verification unit that transmits the executed verification result to the executable file creation unit, and a server that receives delivery of the verification result from the executable file creation unit.

本発明のソースコード管理システムは、複数のソースコードを所定の機能毎にプロジェクトソースとして管理し、該管理されたプロジェクトソースの番号を示すチケット番号と、ソースコードの更新を示すリビジョン番号とを、複数のソースコードと対応づけて管理する管理部を備えるものであってもよい。   The source code management system of the present invention manages a plurality of source codes as project sources for each predetermined function, a ticket number indicating the number of the managed project source, and a revision number indicating update of the source code, A management unit that manages a plurality of source codes in association with each other may be provided.

本発明のソースコード管理システムは、更に、複数の端末を備えるものであって、サーバは、検証結果を前記端末に表示させる情報を送信するものであって、端末は、他の端末と文字データを送受信する通信コミュニケーション機能を備えたものであってもよい。また、本発明のソースコード管理システムの管理部は、プロジェクトソースの検証結果のうちエラー発生事項を、前記サーバを介して他の端末に文字データを送信するものであってもよい。   The source code management system of the present invention further includes a plurality of terminals, the server transmits information for displaying the verification result on the terminal, and the terminal is connected to other terminals and character data. It may be provided with a communication function for transmitting and receiving. In addition, the management unit of the source code management system of the present invention may transmit an error occurrence item in the project source verification result to other terminals via the server.

本発明のソースコード管理システムは、更に、複数の端末を備えるものであって、サーバは、検証結果を端末に送信するものであって、端末は、サーバを介して、他の端末と文字データを送受信する通信コミュニケーション機能を備えたものであってもよい。   The source code management system of the present invention further includes a plurality of terminals, and the server transmits a verification result to the terminal. The terminal transmits character data to other terminals via the server. It may be provided with a communication function for transmitting and receiving.

本発明のソースコード管理システムは、作成された実行可能ファイルを他のサーバにインストールするものであってもよい。   The source code management system of the present invention may install the created executable file on another server.

本発明のソースコード管理システムは、更新されたソースコードは、フォレンジックシステムに用いるものであってもよい。   In the source code management system of the present invention, the updated source code may be used for a forensic system.

本発明のソースコード管理方法は、コンピュータが、複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録し、記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成し、作成された実行可能ファイルを検証するために、実行可能ファイルを実行し、該実行した検証結果を送信し、送信された検証結果をサーバに配信する。   According to the source code management method of the present invention, a computer records a plurality of source codes, and when the recorded source code is updated, the updated source code is recorded and the recorded source code is obtained. In order to create an executable file from the acquired source code, and to verify the created executable file, the executable file is executed, the executed verification result is transmitted, and the transmitted verification result is transmitted to the server. Deliver to.

本発明のソースコード管理プログラムは、コンピュータに、複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録する機能と、記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成する機能と、作成された実行可能ファイルを検証するために、実行可能ファイル作成の機能の指示により、前記実行可能ファイルを実行し、該実行した検証結果を前記実行可能ファイル作成部に送信する機能と、送信された検証結果をサーバに配信する機能とを実現するものである。   The source code management program of the present invention records a plurality of source codes in a computer, and when the recorded source code is updated, the function of recording the updated source code and the recorded source code In order to verify the created executable file, the executable file is executed according to an instruction of the executable file creation function to verify the created executable file. A function of transmitting the executed verification result to the executable file creation unit and a function of distributing the transmitted verification result to the server are realized.

本発明のソースコード管理システム及びソースコード管理方法並びにソースコード管理プログラムは、ソースコードから実行可能ファイルを作成し、作成された実行可能ファイルを検証するために、実行可能ファイル作成部の指示により、実行可能ファイルを実行し、該実行した検証結果を実行可能ファイル作成部に送信し、実行可能ファイル作成部から配信された検証結果を受け付けるサーバによって、更新したソースコードにより作成された実行可能ファイルの検証結果をサーバで共有し、実行可能ファイルによって実現するアプリケーションの検証の負担を軽減することができる。   The source code management system, the source code management method, and the source code management program of the present invention create an executable file from the source code, and in order to verify the created executable file, according to an instruction from the executable file creation unit, The executable file created by the source code updated by the server that executes the executable file, sends the executed verification result to the executable file creation unit, and receives the verification result distributed from the executable file creation unit. The verification result is shared by the server, and the burden of verifying the application realized by the executable file can be reduced.

本発明の第1の実施形態におけるソースコード管理システムのブロック図The block diagram of the source code management system in the 1st Embodiment of this invention 本発明の第1の実施形態におけるソースコード管理システムの処理フローを表すフローチャートThe flowchart showing the processing flow of the source code management system in the 1st Embodiment of this invention. 本発明の第2の実施形態におけるソースコード管理システムの処理フローを表す図The figure showing the processing flow of the source code management system in the 2nd Embodiment of this invention.

[第1の実施形態]
本発明の第1の実施形態について、図1を用いて説明する。図1は、第1の実施形態におけるソースコード管理システム100のブロック図を示している。本実施形態において、ソースコード管理システム100は、記録部5と、実行可能ファイル作成部10と、検証部15と、サーバ20と、管理部25、コンピュータからなる複数の端末(不図示)とを備えている。
[First embodiment]
A first embodiment of the present invention will be described with reference to FIG. FIG. 1 shows a block diagram of a source code management system 100 in the first embodiment. In this embodiment, the source code management system 100 includes a recording unit 5, an executable file creation unit 10, a verification unit 15, a server 20, a management unit 25, and a plurality of terminals (not shown) including computers. I have.

ソースコード管理システム100は、図1に示すように、複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録する記録部5と、記録部5に記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成する実行可能ファイル作成部10と、作成された実行可能ファイルを検証するために、実行可能ファイル作成部10の指示により、実行可能ファイルを実行し、該実行した検証結果を前記実行可能ファイル作成部に送信する検証部15と、実行可能ファイル作成部10から配信される検証結果を受け付けるサーバ20を備える。   As shown in FIG. 1, the source code management system 100 records a plurality of source codes, and when the recorded source code is updated, a recording unit 5 that records the updated source code, and a recording The executable file creation unit 10 that acquires the source code recorded in the unit 5 and creates an executable file from the obtained source code, and the executable file creation unit 10 to verify the created executable file The verification unit 15 executes the executable file according to the instruction and transmits the executed verification result to the executable file creation unit, and the server 20 receives the verification result distributed from the executable file creation unit 10.

また、ソースコード管理システム100は、更に、複数のソースコードを所定の機能毎にプロジェクトソースとして管理し、該管理されたプロジェクトソースの番号を示すチケット番号と、ソースコードの更新を示すリビジョン番号と、複数のソースコードとを対応づけて管理する管理部25を備える。   The source code management system 100 further manages a plurality of source codes as project sources for each predetermined function, a ticket number indicating the number of the managed project source, a revision number indicating update of the source code, And a management unit 25 for managing a plurality of source codes in association with each other.

ソースコード管理システム100は、作成された実行可能ファイルを、サーバ20または他のサーバにインストールするものである。また、ソースコード管理システム100または、ソースコード管理システム100の各構成部は、コンピュータまたはサーバを備え、各種入力に基づきCPUがROMに記録されたプログラムを実行することで、各種機能部として動作する。該プログラムは、CD−ROM等の記憶媒体に記憶され、もしくはインターネット等のネットワークを介して配布され、コンピュータにインストールされるものであってもよい。   The source code management system 100 installs the created executable file on the server 20 or another server. The source code management system 100 or each component of the source code management system 100 includes a computer or a server, and the CPU operates as various functional units by executing programs recorded in the ROM based on various inputs. . The program may be stored in a storage medium such as a CD-ROM, or distributed via a network such as the Internet and installed in a computer.

記録部5は、ソースコードを記録するものである。記録部5は、他の端末(不図示)と通信ネットワーク経由で通信可能であり、他の端末が作成したソースコードを記録する。また、記録部5は、記録したソースコードが、他の端末で作成されたソースコードが更新され、記録部5にそのソースコードが更新の記録指示がきた場合、更新したソースコードを記録する。通信ネットワークは、有線あるいは無線の通信回線をいう。例えば、電話回線、インターネット回線等である。   The recording unit 5 records source code. The recording unit 5 can communicate with other terminals (not shown) via a communication network, and records source codes created by other terminals. The recording unit 5 records the updated source code when the source code recorded in the other terminal is updated and the recording unit 5 is instructed to record the update of the source code. A communication network refers to a wired or wireless communication line. For example, a telephone line or an internet line.

実行可能ファイル作成部10は、記録部5に記録されたソースコードから実行可能ファイルを作成するものである。実行可能ファイル作成部10は、ソースコードの統合を行い、ビルド(ソースコードのコンパイルやライブラリのリンクを行い、実行可能ファイルを作成)を行うことができる。また、実行可能ファイル作成部10は、自動でソースコードのビルドを行うものであっても良い。   The executable file creation unit 10 creates an executable file from the source code recorded in the recording unit 5. The executable file creation unit 10 can perform source code integration and build (create an executable file by compiling source code and linking libraries). Further, the executable file creation unit 10 may automatically build a source code.

実行可能ファイル作成部10は、記録部5に記録されたソースコード(更新されたソースコード含む)を取得し、最新のソースコードによりビルドする。   The executable file creation unit 10 acquires the source code (including the updated source code) recorded in the recording unit 5 and builds it with the latest source code.

実行可能ファイル作成部10は、仮想マシン用のプラグインを導入することで、仮想マシン上でソースコードのテスト環境の構築を図ることができる。また、実行可能ファイル作成部10は、定期的なソースコードのビルドによりコンパイラエラー、バグの発見を可能とする。実行可能ファイル作成部10は、ソースコードを所定の時間ごとにビルドするルールを設定できる。   The executable file creation unit 10 can construct a source code test environment on the virtual machine by introducing a plug-in for the virtual machine. In addition, the executable file creation unit 10 makes it possible to find compiler errors and bugs by periodically building source code. The executable file creation unit 10 can set a rule for building source code every predetermined time.

検証部15は、実行可能ファイル作成部10により作成された実行可能ファイルを使用し、検証環境にデプロイ(ネットワークアプリケーション、WEBサービスを利用可能な状態に実行)するものである。また、検証部15は、実行可能ファイル10より、自動テスト(アプリケーション、WEBサービスの機能テスト)を実行するように指示され、自動テストを実行する。   The verification unit 15 uses the executable file created by the executable file creation unit 10 and deploys it to the verification environment (executes the network application and the WEB service in a usable state). In addition, the verification unit 15 is instructed by the executable file 10 to execute an automatic test (application and WEB service function test), and executes the automatic test.

サーバ20は、実行可能ファイル作成部5によりビルドされた実行可能ファイルや検証部15により検証された検証結果を受け付けるものである。ソースコード管理システム100は、複数の端末を備えるものであって、サーバ20は、検証部15により作成された検証結果をそれぞれの端末に送信するものである。サーバ20は、複数の端末間の文字による通信(例えば、チャット機能)を可能とするものである。サーバ20は、他の端末のブラウザ上から操作可能であり、新着のあった事項(検証結果)を他の端末に対して、メッセージとして送信一定周期や決まった時間にメッセージを送信することができる。また、サーバ20は、上述したチャット機能に対してメッセージの返信、またはメッセージの送信を可能とする。検証結果は、ソースコードの更新事項、後述するプロジェクトソースの更新事項、コンパイル、ビルドにより生じたエラー発生事項が挙げられる。   The server 20 receives the executable file built by the executable file creation unit 5 and the verification result verified by the verification unit 15. The source code management system 100 includes a plurality of terminals, and the server 20 transmits a verification result created by the verification unit 15 to each terminal. The server 20 enables character communication (for example, a chat function) between a plurality of terminals. The server 20 can be operated from the browser of another terminal, and can send a message at a certain cycle or at a fixed time by transmitting a new arrival item (verification result) as a message to the other terminal. . In addition, the server 20 can return a message or send a message to the chat function described above. Examples of verification results include source code update items, project source update items (to be described later), and error occurrence items caused by compilation and build.

端末は、サーバ20を介して、他の端末と文字データを送受信する通信コミュニケーション機能を備える。   The terminal includes a communication communication function for transmitting / receiving character data to / from other terminals via the server 20.

管理部25は、複数のソースコードを所定の機能毎にプロジェクトソースとして管理し、該管理されたプロジェクトソースの番号を示すチケット番号と、ソースコードの更新を示すリビジョン番号とをソースコードと紐づけて管理する。また、管理部25は、記録部5に記録されたソースコードと、チケット番号およびリビジョン番号を紐づけて管理し、記録部5と情報を共有するものである。   The management unit 25 manages a plurality of source codes as project sources for each predetermined function, and associates a ticket number indicating the number of the managed project source and a revision number indicating update of the source code with the source code. Manage. The management unit 25 manages the source code recorded in the recording unit 5 in association with the ticket number and the revision number, and shares information with the recording unit 5.

次に、図2を用いて本実施形態における、ソースコード管理システムの処理フローを説明する。図2は、ソースコード管理システムの処理フローを表すフローチャートである。   Next, the processing flow of the source code management system in this embodiment will be described with reference to FIG. FIG. 2 is a flowchart showing the processing flow of the source code management system.

コンピュータから構成されるソースコード管理システム100は、複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録する(STEP1)。具体的には、開発者が、作業用コンピュータ(複数の他の端末)により、ソースコードを作成し、作成したソースコードを通信ネットワーク経由で作業部5に記録する。   The source code management system 100 constituted by a computer records a plurality of source codes, and when the recorded source codes are updated, the updated source codes are recorded (STEP 1). Specifically, a developer creates a source code using a work computer (a plurality of other terminals), and records the created source code in the working unit 5 via a communication network.

次に、実行可能ファイル作成部10は、記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成する(STEP2)。実行可能ファイル作成部10は、最新のソースコードを取得し、このソースコードをビルドする。実行可能ファイル作成部10は、ビルドしたソースコードを使用し、検証部15にデプロイする。また、実行可能ファイル作成部は、その他、ソースコード群を特定のプロジェクトごとにまとめ、プロジェクトソースとして管理し、そのプロジェクトソースの品質を確保するためのチェックや自動テストを実行するものであってもよい。   Next, the executable file creation unit 10 acquires the recorded source code, and creates an executable file from the acquired source code (STEP 2). The executable file creation unit 10 acquires the latest source code and builds this source code. The executable file creation unit 10 uses the built source code and deploys it to the verification unit 15. In addition, the executable file creation unit can also collect source code groups for each specific project, manage them as project sources, and execute checks and automated tests to ensure the quality of the project sources. Good.

検証部15は、実行可能ファイル作成部10により作成された実行可能ファイルを検証するために、実行可能ファイル作成部10の指示により、ビルドされた実行可能ファイルを取得し、実行可能ファイルを実行する。   In order to verify the executable file created by the executable file creation unit 10, the verification unit 15 acquires the built executable file according to an instruction from the executable file creation unit 10 and executes the executable file. .

検証部15は、実行した検証結果を実行可能ファイル作成部10に送信する(STEP3)。実行可能ファイル作成部10は、検証部15から送信された検証結果(ビルド/テスト結果)をサーバ20に配信する(STEP4)。   The verification unit 15 transmits the executed verification result to the executable file creation unit 10 (STEP 3). The executable file creation unit 10 distributes the verification result (build / test result) transmitted from the verification unit 15 to the server 20 (STEP 4).

サーバ20は、プロジェクトの動きを検知し、作業用コンピュータに検証結果やチケット、コミットを管理部25に通知する。   The server 20 detects the movement of the project, and notifies the management computer 25 of the verification result, ticket, and commit to the work computer.

管理部25は、記録部5と双方向でチケット番号やリビジョン番号を連携して送受信する。また、管理部25は、サーバ20に対してチケット、コミットを通知してもよい。また、管理部25は、プロジェクトソースの検証結果のうちエラー発生事項または更新事項を、サーバ20を介して他の端末に文字データを送信することができる。
[第2の実施形態]
以下、本発明の第2の実施形態について、図3を用いて説明する。図3は、第2の実施形態におけるソースコード管理システム100の処理フローを示している。第2の実施形態は、第1の実施形態におけるソースコード管理システム100を用いて処理を実行するものである。
The management unit 25 sends and receives ticket numbers and revision numbers in cooperation with the recording unit 5 in two directions. Further, the management unit 25 may notify the server 20 of a ticket and a commit. In addition, the management unit 25 can transmit the error occurrence item or the update item in the project source verification result to the other terminal via the server 20.
[Second Embodiment]
Hereinafter, a second embodiment of the present invention will be described with reference to FIG. FIG. 3 shows a processing flow of the source code management system 100 in the second embodiment. In the second embodiment, processing is executed using the source code management system 100 in the first embodiment.

記録部5は、トラック(truck)30およびタグ(tag)35を備えるものである。トラック30は、開発中のソースコードを管理するものである。また、タグ35は、所定のバージョンのソースコードを記録するものであって、バージョン番号を設定し、画面に表示することを可能とする。また、タグ30は、リソース・リビジョンのタグを作成する。また、タグ35は、リリース・バージョン用仮想マシン・テンプレートを作成し、作成したリリース・バージョン用仮想マシン・テンプレートを仮想マシン・テンプレート(Virtual Machine template)45に対して、送信する。   The recording unit 5 includes a track 30 and a tag 35. The track 30 manages source code under development. The tag 35 records a source code of a predetermined version, and can set a version number and display it on the screen. The tag 30 creates a resource revision tag. Further, the tag 35 creates a release version virtual machine template and transmits the created release version virtual machine template to a virtual machine template 45.

作業用コンピュータ(Work PC)40は、トラック30またはタグ35にアクセスし、ソースコードを記録・更新する。また、作業用コンピュータ40は、ソースコードのビルド、インストールのためのソースコードを収納したファイルを一式作成する。トラック30またはタグ35はクラウドC1上で管理されている。   The work computer (Work PC) 40 accesses the track 30 or the tag 35 and records / updates the source code. Further, the work computer 40 creates a set of files containing the source code for building and installing the source code. The track 30 or the tag 35 is managed on the cloud C1.

検証部15は、検証環境(Verification Enviroment)50を備えるものであって、検証環境50は、仮想マシン・テンプレートをコピーし、リソース・バージョンのテストを行う。   The verification unit 15 includes a verification environment 50. The verification environment 50 copies a virtual machine template and tests a resource version.

仮想マシン・テンプレート45は、運用環境(Operational Environment)55に対して、新規環境を作成する。また、タグ35は、検証環境50に対して、更新手順の検証を行うように指示する。更に、タグ35は、運用環境55に対して、環境更新を行うように指示する。運用環境55は、クラウドC2上により、管理されているものである。   The virtual machine template 45 creates a new environment with respect to the operational environment (Operation Environment) 55. The tag 35 instructs the verification environment 50 to verify the update procedure. Further, the tag 35 instructs the operating environment 55 to update the environment. The operation environment 55 is managed on the cloud C2.

運用環境55は、環境管理システム(Environment Managing system)60に対して、環境の情報(新規環境の情報、更新環境の情報を含む)を送信する。環境管理システム60は、サービス提供のためのアプリケーション環境を管理する。   The operational environment 55 transmits environment information (including new environment information and updated environment information) to an environment management system 60. The environment management system 60 manages an application environment for providing services.

本実施形態のソースコード管理システムは、訴訟支援システム(フォレンジックシステム)、翻訳支援システム、調査支援システムに用いることができるものであってもよい。訴訟支援システムにおいては、訴訟に関連するか否かの資料収集に際して、資料の分別プログラムの変更に伴う、ソースコードの更新に用いる。   The source code management system of this embodiment may be one that can be used in a lawsuit support system (forensic system), a translation support system, and a survey support system. In the litigation support system, when collecting data on whether or not it is related to a lawsuit, it is used for updating the source code accompanying the change of the material separation program.

本実施形態のソースコード管理システムは、ソースコードから実行可能ファイルを作成し、作成された実行可能ファイルを検証するために、実行可能ファイル作成部の指示により、実行可能ファイルを実行し、該実行した検証結果を実行可能ファイル作成部に送信し、送信された検証結果をサーバに配信することによって、更新したソースコードにより作成された実行可能ファイルの検証結果をサーバで共有し、実行可能ファイルによって実現するアプリケーションの検証の負担を軽減することができる。   The source code management system according to the present embodiment creates an executable file from the source code, executes the executable file according to an instruction from the executable file creation unit, and verifies the created executable file. The verification result of the executable file created by the updated source code is shared by the server by sending the verification result to the executable file creation unit and distributing the transmitted verification result to the server. The burden of verifying the application to be realized can be reduced.

本実施形態のソースコード管理システムは、サーバを介して、他の端末と文字データを送受信する通信コミュニケーション機能を備えることにより、開発者のコミュニケ―ションを可能とし、開発者のアプリケーション開発の負荷を軽減できる。   The source code management system according to the present embodiment has a communication communication function for transmitting / receiving character data to / from other terminals via a server, thereby enabling developers to communicate and reducing the developer's application development load. Can be reduced.

本実施形態のソースコード管理システムは、プロジェクトソースの検証結果のうちエラー発生事項または更新事項を、前記サーバを介して他の端末に文字データを送信することにより、リアルタイムの更新したソースコードのエラー発生事項や更新事項を、開発者が把握することができる。   The source code management system of the present embodiment transmits real-time updated source code errors by sending character data to the other terminal via the server for error occurrence items or update items among the verification results of the project source. Developers can grasp the occurrences and updates.

5 記録部
10 実行可能ファイル作成部
15 検証部
20 サーバ
25 管理部
30 トラック
35 タグ
40 作業用コンピュータ
45 仮想・マシン・テンプレート
50 検証環境
55 運用環境
60 環境管理システム
100 ソースコード管理システム
DESCRIPTION OF SYMBOLS 5 Recording part 10 Executable file creation part 15 Verification part 20 Server 25 Management part 30 Track 35 Tag 40 Work computer 45 Virtual machine template 50 Verification environment 55 Operation environment 60 Environment management system 100 Source code management system

Claims (8)

複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録する記録部と、
前記記録部に記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成する実行可能ファイル作成部と、
前記作成された実行可能ファイルを検証するために、前記実行可能ファイル作成部の指示により、前記実行可能ファイルを実行し、該実行した検証結果を前記実行可能ファイル作成部に送信する検証部と、
前記実行可能ファイル作成部から検証結果の配信を受け付けるサーバとを備えるソースコード管理システム。
Recording a plurality of source codes, and when the recorded source code is updated, a recording unit for recording the updated source code;
Obtaining the source code recorded in the recording unit, and creating an executable file from the obtained source code;
In order to verify the created executable file, in accordance with an instruction from the executable file creation unit, a verification unit that executes the executable file and transmits the executed verification result to the executable file creation unit;
A source code management system comprising: a server that accepts delivery of verification results from the executable file creation unit.
前記ソースコード管理システムは、更に、前記複数のソースコードを所定の機能毎にプロジェクトソースとして管理し、該管理されたプロジェクトソースの番号を示すチケット番号と、ソースコードの更新を示すリビジョン番号とを、前記複数のソースコードとに対応づけて管理する管理部を備えることを特徴とする請求項1記載のソースコード管理システム。   The source code management system further manages the plurality of source codes as project sources for each predetermined function, a ticket number indicating the number of the managed project source, and a revision number indicating update of the source code. The source code management system according to claim 1, further comprising a management unit that manages the plurality of source codes in association with each other. 前記ソースコード管理システムは、更に、複数の端末を備えるものであって、
前記サーバは、前記端末に対して、前記検証結果を送信するものであって、
前記端末は、前記サーバを介して、他の端末と文字データを送受信する通信コミュニケーション機能を備えたものであることを特徴とする請求項2記載のソースコード管理装置。
The source code management system further includes a plurality of terminals,
The server transmits the verification result to the terminal,
3. The source code management apparatus according to claim 2, wherein the terminal has a communication communication function for transmitting / receiving character data to / from another terminal via the server.
前記管理部は、プロジェクトソースの検証結果のうちエラー発生事項または更新事項を、前記サーバを介して他の端末に文字データを送信することを特徴とする請求項3記載のソースコード管理システム。   The source code management system according to claim 3, wherein the management unit transmits character data to the other terminal via the server for an error occurrence item or an update item among the verification results of the project source. 前記ソースコード管理システムは、前記作成された実行可能ファイルを他のサーバにインストールするものであることを特徴とする請求項1から4いずれか1項記載のソースコード管理装置。   5. The source code management device according to claim 1, wherein the source code management system is configured to install the created executable file on another server. 前記更新されたソースコードは、フォレンジックシステムに用いるものであることを特徴とする請求項1から5いずれか1項記載のソースコード管理装置。   6. The source code management apparatus according to claim 1, wherein the updated source code is used for a forensic system. コンピュータが、
複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録し、
前記記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成し、
前記作成された実行可能ファイルを検証するために、前記実行可能ファイルを実行し、該実行した検証結果を送信し、
前記送信された検証結果をサーバに配信するソースコード管理方法。
Computer
A plurality of source codes are recorded, and when the recorded source code is updated, the updated source code is recorded,
Obtain the recorded source code, create an executable file from the obtained source code,
In order to verify the created executable file, the executable file is executed, and the executed verification result is transmitted.
A source code management method for delivering the transmitted verification result to a server.
コンピュータに、
複数のソースコードを記録し、該記録されたソースコードが更新された際には、更新されたソースコードを記録する機能と、
前記記録されたソースコードを取得し、該取得したソースコードから実行可能ファイルを作成する機能と、
前記作成された実行可能ファイルを検証するために、実行可能ファイルを作成する機能の指示により、前記実行可能ファイルを実行し、該実行した検証結果を送信する機能と、
前記送信された検証結果の配信をサーバで受け付ける機能とを実現するソースコード管理プログラム。
On the computer,
A function of recording a plurality of source codes, and when the recorded source code is updated, a function of recording the updated source code;
A function of acquiring the recorded source code and creating an executable file from the acquired source code;
In order to verify the created executable file, a function of executing the executable file according to an instruction of a function of creating an executable file, and transmitting the executed verification result;
A source code management program for realizing a function of accepting distribution of the transmitted verification result by a server.
JP2012236059A 2012-10-25 2012-10-25 Source code management system, source code management method, and source code management program Pending JP2014085951A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2012236059A JP2014085951A (en) 2012-10-25 2012-10-25 Source code management system, source code management method, and source code management program
PCT/JP2013/078290 WO2014065206A1 (en) 2012-10-25 2013-10-18 Source code management system, method, and program
TW102138389A TW201417029A (en) 2012-10-25 2013-10-24 Source code management system, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012236059A JP2014085951A (en) 2012-10-25 2012-10-25 Source code management system, source code management method, and source code management program

Publications (1)

Publication Number Publication Date
JP2014085951A true JP2014085951A (en) 2014-05-12

Family

ID=50544586

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012236059A Pending JP2014085951A (en) 2012-10-25 2012-10-25 Source code management system, source code management method, and source code management program

Country Status (3)

Country Link
JP (1) JP2014085951A (en)
TW (1) TW201417029A (en)
WO (1) WO2014065206A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019057217A (en) * 2017-09-22 2019-04-11 コニカミノルタ株式会社 Information processing device, and firmware updating program
JP2021105866A (en) * 2019-12-26 2021-07-26 株式会社日立製作所 Program development support system and program development support method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110908666B (en) * 2019-10-31 2022-03-22 北京浪潮数据技术有限公司 Source code sharing management method, device, equipment and computer storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010061461A (en) * 2008-09-04 2010-03-18 Ricoh Co Ltd System for automatic evaluation of software performance
JP5195441B2 (en) * 2009-01-09 2013-05-08 日本電気株式会社 Server, software evaluation work management system, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019057217A (en) * 2017-09-22 2019-04-11 コニカミノルタ株式会社 Information processing device, and firmware updating program
JP2021105866A (en) * 2019-12-26 2021-07-26 株式会社日立製作所 Program development support system and program development support method
JP7246301B2 (en) 2019-12-26 2023-03-27 株式会社日立製作所 Program development support system and program development support method

Also Published As

Publication number Publication date
TW201417029A (en) 2014-05-01
WO2014065206A1 (en) 2014-05-01

Similar Documents

Publication Publication Date Title
US10795977B2 (en) Digital asset traceability and assurance using a distributed ledger
JP5288334B2 (en) Virtual appliance deployment system
JP4845153B2 (en) System, method, server, and computer program for avoiding conflict of update work in distributed environment using multiple clients
US11086618B2 (en) Populating a software catalogue with related product information
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
CN105453050A (en) Development assistance system
CN110489161B (en) Version file management method and related device
McLennan et al. HUBzero and Pegasus: integrating scientific workflows into science gateways
CN109784738B (en) Approval method and approval device
US9032386B1 (en) Product upgrade location identifier for software upgrade
CN102007756A (en) Method and apparatus for dynamic provisioning in data processing environment
WO2014065206A1 (en) Source code management system, method, and program
CN103649924A (en) Embedded apparatus, program generation apparatus, and program
CN110727575B (en) Information processing method, system, device and storage medium
JP5537599B2 (en) Version upgrade management method in business system
CN103051668A (en) Server resource management system and server resource management method
JP2014071574A (en) Log collection method and system
JP2019046300A (en) Software management device, software management system, and program
JP4879090B2 (en) Information processing apparatus and information processing method
CN105068796A (en) Pushing method for patch program set and pushing system for patch program set
JP6984120B2 (en) Load compare device, load compare program and load compare method
JP2013097716A (en) Information processor, information processing method, and program
JP2010191483A (en) Operation support device, operation support method and program
US20130117700A1 (en) Landscape Delta Path Calculation
MVP et al. Microsoft System Center 2012 R2 Operations Manager Cookbook