JP2005316715A - Document management system, method and program - Google Patents

Document management system, method and program Download PDF

Info

Publication number
JP2005316715A
JP2005316715A JP2004133805A JP2004133805A JP2005316715A JP 2005316715 A JP2005316715 A JP 2005316715A JP 2004133805 A JP2004133805 A JP 2004133805A JP 2004133805 A JP2004133805 A JP 2004133805A JP 2005316715 A JP2005316715 A JP 2005316715A
Authority
JP
Japan
Prior art keywords
file
version
collection target
management
registered
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
JP2004133805A
Other languages
Japanese (ja)
Inventor
Kiyoshi Teraguchi
潔 寺口
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2004133805A priority Critical patent/JP2005316715A/en
Publication of JP2005316715A publication Critical patent/JP2005316715A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a document management system, method and program, capable of performing version management even to a file not version-managed by a collection source file system. <P>SOLUTION: A range of a file to be version-managed is designated by a designation part 111. An updated file or a newly added file is detected by monitoring the designated range 101 by a monitoring part 112, is acquired by an acquisition part 113, and is managed as a different version to an existing file. When it is decided that the updated file is a file similar to the existing version-managed file, it is managed as a version upgraded file in the existing file. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、文書管理システムおよび方法およびプログラムに関し、特に、収集元ファイルシステムでバージョン管理されていないファイルに対してもバージョン管理を行うことができるようにした文書管理システムおよび方法およびプログラムに関する。   The present invention relates to a document management system, method, and program, and more particularly, to a document management system, method, and program capable of performing version management on a file that is not version-managed by a collection source file system.

一般に、ファイルの管理を複数のシステムによって行う場合に、一方で管理されているファイルが更新されると他のファイル管理を行っているシステムに自動的に更新され、既存のファイルに対して上書き更新が行われるため更新以前の内容を持つファイルが消されてしまう。   In general, when files are managed by multiple systems, if a file managed on one side is updated, it is automatically updated to the system managing the other file, and the existing file is overwritten and updated. Will be deleted, the file with the contents before the update will be deleted.

このため、更新を行う以前のファイル状態を確認することができず、また、更新を取り消して元に戻すことができず、ファイルの管理機能に満足することができない。   For this reason, it is impossible to check the state of the file before the update is performed, and it is impossible to cancel the update and return it to the original state, so that the file management function cannot be satisfied.

ネットワーク上にある文書を収集するときに、常に最新の文書情報を自動的に且つ効率よく収集するための従来技術として、特許文献1に示されたものがある。   As a conventional technique for automatically and efficiently collecting the latest document information when collecting documents on the network, there is one disclosed in Patent Document 1.

この特許文献1に開示された従来技術においては、ネットワーク上にある文書の次の更新時刻を予測して文書収集をすることができ、常に最新の文書収集を効率的に自動的に行なうことができる。さらには、平均データ伝送率の大きい文書を優先して取得することができるので、平均データ伝送率の小さいいくつかの文書を収集しないことなどにより、効率的な文書収集も可能である。
特開平09−311802
In the prior art disclosed in Patent Document 1, documents can be collected by predicting the next update time of a document on the network, and the latest document can always be collected efficiently and automatically. it can. Furthermore, since documents with a high average data transmission rate can be preferentially acquired, efficient document collection is possible by not collecting some documents with a low average data transmission rate.
JP 09-31802

しかしながら、特許文献1に示された従来技術においては、更新された最新の文書情報を自動的に且つ効率よく収集することができても、更新する以前の状態における文書を取得することができないという問題がある。   However, in the prior art disclosed in Patent Document 1, even if the latest updated document information can be collected automatically and efficiently, it is not possible to acquire a document in a state before updating. There's a problem.

そこで、本発明は、収集元ファイルシステムでバージョン管理されていないファイルに対してもバージョン管理を行うことができるようにした文書管理システムおよび方法およびプログラムを提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides a document management system, method, and program that can perform version management on a file that is not version-managed by a collection source file system.

上記目的を達成するため、請求項1の発明は、第1のファイルシステムの収集対象ファイルをコピーし、該コピーした収集対象ファイルを第2のファイルシステムに登録して該登録した収集対象ファイルを前記第2のファイルシステムで管理する文書管理システムにおいて、前記第1のファイルシステムの前記収集対象ファイルを監視するファイル更新監視手段と、前記ファイル更新監視手段により前記収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理するバージョン管理手段とを具備することを特徴とする。   In order to achieve the above object, the invention of claim 1 copies the collection target file of the first file system, registers the copied collection target file in the second file system, and stores the registered collection target file. In the document management system managed by the second file system, the update of the collection target file is detected by the file update monitoring means for monitoring the collection target file of the first file system and the file update monitoring means. In such a case, the updated file is copied and registered in the second file system, and the file related to the registration is managed as a file having a version different from that of the collection source file that has already been registered. Means.

また、請求項2の発明は、請求項1の発明において、前記バージョン管理手段は、前記ファイル更新監視手段により前記収集対象ファイルに基づきに新たなファイルが生成されことが検出された場合に、該新たに生成されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている生成元の収集対象ファイルと同一のファイルで異なるバージョンのファイルとして管理することを特徴とする。   The invention according to claim 2 is the invention according to claim 1, wherein the version management means detects that a new file is generated based on the collection target file by the file update monitoring means. The newly generated file is copied and registered in the second file system, and the file related to the registration is managed as the same file as the collection target file that has already been registered but with a different version. It is characterized by that.

また、請求項3の発明は、請求項2の発明において、前記バージョン管理手段は、前記新たに生成されたファイルのファイル名と既に登録されている生成元の収集対象ファイルのファイル名とを比較して両者が類似する場合に、該新たに生成されたファイルを前記生成元の収集対象ファイルと同一のファイルで異なるバージョンのファイルとして管理することを特徴とする。   In the invention of claim 3, in the invention of claim 2, the version management means compares the file name of the newly generated file with the file name of the collection target file that has already been registered. When the two are similar, the newly generated file is managed as the same file as the collection target file of the generation source but as a different version of the file.

また、請求項4の発明は、請求項2の発明において、前記バージョン管理手段は、前記新たに生成されたファイルのファイル名と既に登録されている生成元の収集対象ファイルのファイル名とを比較して両者が類似し、かつ、該新たに生成されたファイルが前記生成元の収集対象ファイルと同一階層内にある場合に、該新たに生成されたファイルを前記生成元の収集対象ファイルと同一のファイルで異なるバージョンのファイルとして管理することを特徴とする。   According to a fourth aspect of the present invention, in the second aspect of the invention, the version management unit compares the file name of the newly generated file with the file name of the collection target file that is already registered. If the files are similar and the newly generated file is in the same hierarchy as the collection source file of the generation source, the newly generated file is the same as the collection target file of the generation source. These files are managed as different version files.

また、請求項5の発明は、第1のファイルシステムの収集対象ファイルをコピーし、該コピーした収集対象ファイルを第2のファイルシステムに登録して該登録した収集対象ファイルを前記第2のファイルシステムで管理する文書管理する文書管理システムにおいて、前記第1のファイルシステムの前記収集対象ファイルをファイル更新監視手段により監視し、前記ファイル更新監視手段により前記収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理することを特徴とする。   According to a fifth aspect of the present invention, the collection target file of the first file system is copied, the copied collection target file is registered in the second file system, and the registered collection target file is stored in the second file. In a document management system for managing documents managed by a system, when the collection target file of the first file system is monitored by a file update monitoring unit, and the update of the collection target file is detected by the file update monitoring unit The updated file is copied and registered in the second file system, and the file related to the registration is managed as a file having a version different from that of the collection source file that has already been registered. To do.

また、請求項6の発明は、第1のファイルシステムの収集対象ファイルをコピーし、該コピーした収集対象ファイルを第2のファイルシステムに登録して該登録した収集対象ファイルを前記第2のファイルシステムで管理する文書管理をコンピュータにより実行させる文書管理プログラムであって、前記第1のファイルシステムの前記収集対象ファイルを監視するステップと、該監視により前記収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理するステップとを含むことを特徴とする。   The invention according to claim 6 copies the collection target file of the first file system, registers the copied collection target file in the second file system, and sets the registered collection target file as the second file. A document management program for causing a computer to execute document management managed by the system, the step of monitoring the collection target file of the first file system, and an update of the collection target file detected by the monitoring Copying the updated file and registering it in the second file system, and managing the file related to the registration as a file having a version different from that of the file to be collected that has already been registered. It is characterized by that.

本発明によれば、第1のファイルシステムの収集対象ファイルをファイル更新監視手段により監視し、ファイル更新監視手段により収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理するように構成したので、収集元ファイル管理装置でバージョン管理されていないファイルに対しても自動的にバージョン管理することができるという効果を奏する。   According to the present invention, the collection target file of the first file system is monitored by the file update monitoring means, and when the update of the collection target file is detected by the file update monitoring means, the updated file is copied. The file is registered in the second file system, and the file related to the registration is managed as a file having a different version from the file to be collected that has already been registered. The effect is that version management can be automatically performed even for files that are not yet installed.

以下、本発明に係わる文書管理システムおよび方法およびプログラムの一実施例を添付図面を参照して詳細に説明する。   Hereinafter, an embodiment of a document management system, method and program according to the present invention will be described in detail with reference to the accompanying drawings.

図1は、この発明に係わる文書管理システムおよび方法およびプログラムを適用して構成した文書管理システムのシステム構成図である。   FIG. 1 is a system configuration diagram of a document management system configured by applying a document management system, method and program according to the present invention.

図1において、この文書管理システムは、収集元ファイル管理装置100、格納先ファイル管理装置110を具備して構成される。   In FIG. 1, the document management system includes a collection source file management apparatus 100 and a storage destination file management apparatus 110.

収集元ファイル管理装置100は、少なくとも管理する文書の保存領域を具備して構成されており、保存領域のうち文書管理を行う文書の指定範囲101を有する。   The collection source file management apparatus 100 is configured to include at least a storage area for a document to be managed, and has a designated range 101 for a document to be managed in the storage area.

収集元ファイル管理装置100においてはバージョン管理が行われていない管理装置である。   The collection source file management apparatus 100 is a management apparatus that is not subjected to version management.

指定範囲101は、格納先ファイル管理装置110により指定された範囲である。   The designated range 101 is a range designated by the storage destination file management apparatus 110.

当該指定範囲101で管理されているファイルをバージョン管理された格納先ファイル管理装置110に移行またはコピーする。   The file managed in the specified range 101 is migrated or copied to the version-managed storage file management apparatus 110.

格納先ファイル管理装置110は、指定部111、監視部112、取得部113、判定部114、判別部115、管理部116、保存部117を具備して構成される。   The storage destination file management apparatus 110 includes a designation unit 111, a monitoring unit 112, an acquisition unit 113, a determination unit 114, a determination unit 115, a management unit 116, and a storage unit 117.

指定部111は、管理する対象ファイルの収集範囲を指定するものである。   The designation unit 111 designates a collection range of target files to be managed.

図に示す例では、指定部111によって指定された指定範囲を示している。この指定範囲101内で管理されているファイルに対して格納先ファイル管理装置110に移行したりコピーしたりすることができる。   In the example shown in the figure, the designated range designated by the designation unit 111 is shown. Files managed in the designated range 101 can be transferred to the storage destination file management apparatus 110 or copied.

監視部112は、収集元ファイル管理装置100の指定範囲101内のファイルが更新されたり、作成されたりしたか監視するものである。ファイルの監視は、常時監視または一定の決まった時間ごとに監視を行い、指定範囲101内のファイルが更新されたことやファイルが新規作成されたことを検知するものである。   The monitoring unit 112 monitors whether a file within the specified range 101 of the collection source file management apparatus 100 has been updated or created. The file monitoring is a constant monitoring or monitoring at a fixed time, and detects that a file within the specified range 101 has been updated or a new file has been created.

例えば、監視部112では指定範囲101内のファイル名称とファイルの状態を登録しておき、該ファイル名称に対するファイルの状態と指定範囲101にあるファイルの状態を比較し、異なっているファイルを検出する。ここでファイルの状態は、更新日時や作成者名などのファイル属性を示す。   For example, the monitoring unit 112 registers a file name and a file status within the specified range 101, compares the file status with respect to the file name and the file status within the specified range 101, and detects different files. . Here, the file status indicates file attributes such as update date and time and creator name.

取得部113は、監視部112で監視している指定範囲101にあるファイルのうち更新または新規追加されたファイルに対して格納先ファイル管理装置110で当該ファイルをバージョン管理するために該更新または新規追加されたファイルを取得する。   The acquisition unit 113 updates or newly updates a file that is updated or newly added among files in the specified range 101 monitored by the monitoring unit 112 so that the storage destination file management apparatus 110 performs version management of the file. Get the added file.

判定部114は、取得部113で取得したファイルをバージョン管理するかどうか判定するものである。つまり、指定範囲101内にあるファイル全てをバージョン管理するのではなく、あらかじめ設定された設定情報に基づいてあえてバージョン管理を行わないファイルを指定することができるようになる。   The determination unit 114 determines whether or not version management of the file acquired by the acquisition unit 113 is performed. That is, instead of performing version management for all the files in the designated range 101, it is possible to designate a file that is not subject to version management based on preset setting information.

例えば、バージョン管理を行わないファイルをリスト化してファイルとして保存しておき、判定部113で判定する際には、該リスト化されたファイルを参照してリスト一覧に列挙されていないファイルのみをバージョン管理するようにする。   For example, files that are not subjected to version management are listed and stored as files, and when the determination unit 113 determines, only the files that are not listed in the list list with reference to the listed files are versioned. Try to manage.

判別部115は、指定範囲101にあるファイルのうち更新されたファイルや新規追加されたファイルが既に保存部117で保存管理されているファイルと類似する場合に同一ファイルにおけるバージョンアップファイルであると判別するものである。   The determination unit 115 determines that the updated file or the newly added file among the files in the specified range 101 is a version-up file in the same file when the file is similar to the file already stored and managed by the storage unit 117. To do.

ここで類似するファイルを見分ける方法[1]として、収集元ファイル管理装置100のバージョン管理対象ファイルと格納先ファイル管理装置110で既存のバージョン管理されたファイルとのファイル名称を比較し、収集元ファイル管理装置100で管理されているファイルの接頭辞が格納先ファイル管理装置110で管理されているファイルと同じであり、格納先ファイル管理装置110で管理されたファイルと同一階層に存在する場合に類似ファイルと判断する。   Here, as a method [1] of identifying similar files, the file name of the version management target file of the collection source file management apparatus 100 and the file name of the version managed by the storage destination file management apparatus 110 are compared, and the collection source file Similar to the case where the prefix of the file managed by the management apparatus 100 is the same as the file managed by the storage destination file management apparatus 110 and exists in the same hierarchy as the file managed by the storage destination file management apparatus 110 Judge as a file.

例えば、収集元ファイル管理装置100におけるバージョン管理の対象ファイル名称が「test01.txt」であって格納先ファイル管理装置110でバージョン管理されているファイル名称が「test.txt」であり、かつ、格納先ファイル管理装置110で管理されているファイルと同一階層にある場合には類似ファイルとして判別し「test01.txt」を「test.txt」のバージョンアップファイルとしてバージョン管理する。   For example, the name of the file subject to version management in the collection source file management apparatus 100 is “test01.txt”, the file name that is version-managed by the storage destination file management apparatus 110 is “test.txt”, and is stored. If the file is in the same hierarchy as the file managed by the destination file management apparatus 110, it is determined as a similar file, and "test01.txt" is version-managed as an upgrade file of "test.txt".

さらに類似するファイルを見分ける方法[2]として、ファイルの持つ特定の属性情報を比較することによって見分けることができる。   Furthermore, as a method of identifying similar files [2], it can be identified by comparing specific attribute information of files.

例えば、ファイルの属性情報の一つとして「ファイルID+バージョン番号」を保持させ、バージョン管理の判別を行う際に該「ファイルID+バージョン番号」を参照することでファイルの名称が行っていても正確なバージョン管理を行うことができる。   For example, “file ID + version number” is held as one of the attribute information of the file, and even when the name of the file is correct by referring to the “file ID + version number” when performing version management discrimination Version control can be performed.

バージョン管理部115は、取得部112で取得したバージョン管理対象ファイルのうち判定部113でバージョン管理を行うと判定されたファイルに対して、バージョン情報を付与することにより同一のファイルを複数管理するものである。   The version management unit 115 manages a plurality of the same files by adding version information to the files determined to be version managed by the determination unit 113 among the version management target files acquired by the acquisition unit 112 It is.

また、判別部114でバージョン管理対象ファイルが既存のファイルにおける類似ファイルと判別された場合に、既存のファイルのバージョンアップファイルとしてバージョン管理対象ファイルをバージョン管理する。   Further, when the determination unit 114 determines that the version management target file is a similar file in the existing file, the version management target file is version-managed as an upgrade file of the existing file.

すなわち、一つのファイルに対して複数のバージョンを管理することができ、ファイル名称が異なっていても自動的に既存ファイルのバージョンアップファイルとして管理を行うことができるようになる。   That is, a plurality of versions can be managed for one file, and even if the file names are different, it can be automatically managed as an upgraded file of an existing file.

保存部116は、バージョン情報が付与されたファイルを保存しておく。   The storage unit 116 stores a file with version information.

このような構成によると、収集元ファイル管理装置100でバージョン管理されていないファイルに対しても自動的にバージョン管理を行うことができるようになる。   According to such a configuration, version management can be automatically performed even for a file whose version is not managed by the collection source file management apparatus 100.

すなわち、収集元ファイル管理装置100で更新前のファイル状態を保持する目的で名称を変更させて保存しておいたファイルを自動的にバージョン管理ができるようになる。   That is, it becomes possible to automatically perform version management of a file that has been renamed and saved for the purpose of maintaining the file state before update in the collection source file management apparatus 100.

図2は、この発明に係わる文書管理システムの管理イメージを示す図である。   FIG. 2 is a diagram showing a management image of the document management system according to the present invention.

図2には、収集元ファイル管理装置でバージョン管理されていないファイルの状態200とバージョン管理されたファイル状態210を示している。   FIG. 2 shows a file status 200 that is not version-managed by the collection source file management apparatus and a version-managed file status 210.

バージョン管理を行う以前のファイル管理状態200は、同一のファイルに対して更新履歴を持ちたいなどの理由により名称の変更を行った状態で複数のファイルとして保存している(201,202,203)。   The file management state 200 prior to version management is stored as a plurality of files in a state in which the name has been changed due to reasons such as having an update history for the same file (201, 202, 203). .

バージョン管理を行ったファイル管理状態210は、複数のファイルとして保存された状態(201,202,203)から1つのファイルとして管理された状態204を示している。   A file management state 210 in which version management is performed indicates a state 204 managed as one file from the state (201, 202, 203) stored as a plurality of files.

これによりファイルを操作するユーザにとってはファイルの更新履歴を気にすることなく、ファイルの編集を行うことができるようになる。   As a result, the user who operates the file can edit the file without worrying about the update history of the file.

図3は、この発明におけるバージョン管理を行わないファイルを指定する画面を示す図である。   FIG. 3 is a diagram showing a screen for designating a file for which version management is not performed in the present invention.

図3には、バージョン管理を行うシステムにおいてあえてバージョン管理を行わないファイルを指定することができる。これにより安易に全てのファイルをバージョン管理するのではなく、必要なファイルのみを適時バージョン管理できるようになり、ファイルの管理性や機能性が向上する。   In FIG. 3, a file that is not subjected to version management can be designated in a system that performs version management. This makes it possible to perform version management of only the necessary files in a timely manner, rather than easily managing all the files, thereby improving the manageability and functionality of the files.

次に、本システムのバージョン管理について説明する。   Next, version management of this system will be described.

図4は、この発明に係わるバージョン管理の流れを示すフローチャートである。   FIG. 4 is a flowchart showing the flow of version management according to the present invention.

図4に示すようにバージョン管理されていないシステム上の任意の位置を監視した状態によって処理が開始され、監視が行われたファイルまたはフォルダが更新され(ステップ401)、更新されたことを監視機能が検知する(ステップ402)。更新を検知したファイルまたはフォルダに対してバージョン管理を行うために、該更新されたファイルまたはフォルダを取得する(ステップ403)。   As shown in FIG. 4, the processing is started by monitoring an arbitrary position on the system that is not version-controlled, the monitored file or folder is updated (step 401), and the monitoring function is monitored Is detected (step 402). In order to perform version management for the file or folder whose update is detected, the updated file or folder is acquired (step 403).

取得したファイルまたはフォルダに対してバージョン管理を行うかどうかの判定を行い(ステップ404)、バージョン管理を行うファイルまたはフォルダである場合(ステップ404でYES)には、管理対象ファイルにバージョン情報を付与してバージョン管理を行う(ステップ405)。また、バージョン管理を行わない場合(ステップ404でNO)には、通常のファイル管理と同様に既にあるファイルを上書きすることによってファイル管理を行う(ステップ406)。   It is determined whether or not version management is performed on the acquired file or folder (step 404). If the file or folder is version management (YES in step 404), version information is assigned to the management target file. Then, version management is performed (step 405). When version management is not performed (NO in step 404), file management is performed by overwriting an existing file in the same manner as normal file management (step 406).

以上の処理によって、本発明のバージョン管理システムでは、バージョン管理を適切に行うことができる。   Through the above processing, the version management system of the present invention can appropriately perform version management.

これによって、バージョン管理されていないファイルシステムからのファイルの移行やコピーを自動的に且つスムーズに行うことができ、さらに履歴を残していたファイルについても自動的にファイル単位でバージョン管理を行うことが可能になる。   This makes it possible to automatically and smoothly transfer and copy files from a file system that is not version-controlled, and to automatically manage versions of files that have remained in history. It becomes possible.

なお、上記フォローチャートに示す処理は、コンピュータにより実行可能なファイル管理プログラムによっても実現することができる。   The processing shown in the follow chart can also be realized by a file management program that can be executed by a computer.

実施例1においては、バージョン管理がされていないシステムのファイルに対してバージョン管理を行ってファイルを管理しようとするものであった。図5に示す実施例では、バージョン管理システムの利用用途として既存システムのファイル管理におけるバックアップシステムとして稼動させた場合の例を示す。   In the first embodiment, a file is managed by performing version management for a file in a system that is not subjected to version management. The embodiment shown in FIG. 5 shows an example in which the version management system is used as a backup system in file management of an existing system as a usage application.

図5は、既存システム部分と本発明のバージョン管理システム部分に大別することができる。   FIG. 5 can be broadly divided into an existing system part and a version management system part of the present invention.

既存システムで処理が行われた結果、バージョン管理未対応ファイルシステムにファイル(文書)が保存されていた場合に、既存システムではバージョン管理に対応していないため編集したファイル(文書)は更新させるたびに上書き処理が行われ、以前のファイル状態を保持することができない。   As a result of processing in the existing system, if the file (document) is stored in a file system that does not support version management, the edited file (document) is not updated in the existing system, so every time the edited file (document) is updated. Is overwritten, and the previous file state cannot be retained.

そこで本システムのバージョン管理システムをファイルサーバのバックアップとして利用することにより既存システムを変更することなく、ファイル(文書)の管理性能を向上でき、冗長性を確保することができるようになる。   Therefore, by using the version management system of this system as a backup of the file server, the management performance of the file (document) can be improved and the redundancy can be secured without changing the existing system.

以上の処理によって、本発明のバージョン管理システムでは、既存システムを変更することなく、容易にシステム同士を結合することができ、さらに既存のファイルシステムの管理性能を向上することに役立つ。   With the above processing, the version management system of the present invention can be easily combined with each other without changing the existing system, and further helps to improve the management performance of the existing file system.

従って、本発明を適用することにより、バージョン管理機能を付加したファイル管理を行うことができるようになり、さらに、バージョン管理を行っていなかったファイルシステムで名前の変更や属性情報の付与または、ディレクトリの変更によってファイルの履歴を管理していた場合に、自動的にバージョン管理を行えることができるという効果を期待できる。   Therefore, by applying the present invention, it becomes possible to perform file management with the addition of a version management function. Furthermore, the file system that has not been version-controlled can be renamed, assigned attribute information, or a directory. If the file history is managed by changing the file name, it can be expected that the version can be automatically managed.

なお、上記フローチャートに示す処理は、コンピュータにより実行可能なバージョン管理プログラムによっても実現できる。   The processing shown in the flowchart can also be realized by a version management program that can be executed by a computer.

本発明は、上記し、且つ図面に示す実施例に限定することなく、その要旨を変更しない範囲内で適宜変形して実施できるものである。   The present invention is not limited to the embodiments described above and shown in the drawings, and can be implemented with appropriate modifications within a range not changing the gist thereof.

例えば、上記実施例1または実施例2では、バージョン管理されたファイルを保存しておく方法として、バージョンアップする以前のファイルとバージョンアップされた後のファイルをそれぞれ保存するように構成しているが、バージョンアップ以前のファイルと以後のファイルの差分のみを別ファイルとして保存しておき、バージョンの変更に対する差分がどれであるかを関連付けた情報によって管理するように構成してもよい。   For example, in the first embodiment or the second embodiment, as a method of storing the version-controlled file, the file before the upgrade and the file after the upgrade are stored respectively. Alternatively, only the difference between the file before the version upgrade and the subsequent file may be stored as a separate file, and the difference between the version changes may be managed based on the associated information.

具体的には、図6に示すようにver1.0の「test.txt」(601)に対してバージョンアップを行ったファイルがver1.1の「test.txt」(602)である場合に、ver1.0とver1.1の差分だけを差分ファイル「diff.txt」(604)に切り出し、切り出した差分に対するバージョンの変更(605)を記録しておくようにする。   Specifically, as shown in FIG. 6, when the version upgraded to “test.txt” (601) of ver1.0 is “test.txt” (602) of ver1.1, Only the difference between ver1.0 and ver1.1 is cut out in the difference file “diff.txt” (604), and the version change (605) for the cut out difference is recorded.

さらにver1.2にバージョンアップされた場合には、ver1.1との差分を差分ファイル「diff.txt」(604)に切り出し、該切り出した差分に対するバージョンの変更(606)を記録しておくようにする。   Further, when the version is upgraded to ver1.2, the difference from ver1.1 is cut out in the difference file “diff.txt” (604), and the version change (606) for the cut-out difference is recorded. To.

図7は、この発明におけるファイルの管理を差分ファイルによって管理する場合の方法を示す図である。   FIG. 7 is a diagram showing a method in the case where file management is managed by a difference file in the present invention.

図7において、ver1.0の「test.txt」(601)からver1.1の「test.txt」(602)にバージョンアップされた際の差分を差分ファイル「diff.txt」(604)に切り出し、切り出された差分の詳細情報を差分管理テーブル701として管理を行う。   In FIG. 7, the difference when version 1.0 “test.txt” (601) is upgraded to version 1.1 “test.txt” (602) is extracted into a difference file “diff.txt” (604). The detailed information of the extracted difference is managed as a difference management table 701.

例えば、差分ファイル「diff.txt」(604,604−A)の(1)の行(レコード)に記述された差分内容は、差分管理テーブル701を参照すると[変更箇所]列の1行目に(1)と記載されたものが発見できるため、ver1.0からver1.1に変更される際の差分であると判断できる。   For example, the difference contents described in the row (record) (1) of the difference file “diff.txt” (604, 604-A) can be obtained by referring to the difference management table 701 in the first row of the [change location] column. Since the one described as (1) can be found, it can be determined that the difference is when the version is changed from ver1.0 to ver1.1.

このように管理することにより、バージョン管理を行うファイルが増加した場合にも差分のみの管理だけで済み、ディスク容量の圧迫を最小限に抑えることができるようになる。   By managing in this way, it is only necessary to manage differences even when the number of files for version management increases, and it is possible to minimize the compression of the disk capacity.

さらに、上記実施例において、バージョン管理されていないシステムで名称などを変更することによって履歴を残しておいたファイルを自動的に取り込むことができる処理で、名前の変更ルールなどを記憶させることによって、まったく異なった名前を持つファイル同士でもバージョン管理を行えるように構成してもよい。   Furthermore, in the above embodiment, by storing a name change rule in a process that can automatically import a file that has been left in the history by changing the name or the like in a system that is not version-controlled, It may be configured so that version management can be performed between files having completely different names.

本発明は、収集元ファイル管理装置から格納先ファイル管理装置にファイルを移行する文書管理システムおよび方法およびプログラムに適用可能であり、特に、手動で更新履歴を作成していたファイルにおいて自動的にバージョン管理することができるようになり、類似するファイルについては既存のバージョン管理されたファイルのバージョンアップファイルとして管理できるようになり、ファイルの管理性能を向上させるのに有用である。   The present invention is applicable to a document management system, method, and program for migrating files from a collection source file management device to a storage destination file management device, and in particular, a version automatically in a file for which an update history has been manually created. It becomes possible to manage, and similar files can be managed as upgraded files of existing version-controlled files, which is useful for improving file management performance.

この発明に係わる文書管理システムのシステム構成を示す図。The figure which shows the system configuration | structure of the document management system concerning this invention. この発明に係わる文書管理システムのバージョン管理イメージを示す図。The figure which shows the version management image of the document management system concerning this invention. この発明におけるバージョン管理を行わないファイルを指定する画面を示す図。The figure which shows the screen which designates the file which does not perform version management in this invention. この発明に係わるバージョン管理の流れを示すフローチャート。The flowchart which shows the flow of the version management concerning this invention. この発明に係わる文書管理システムの他の実施例を示すネットワーク図。The network figure which shows the other Example of the document management system concerning this invention. この発明におけるバージョン管理対象ファイルの保存管理の方法を示す図。The figure which shows the storage management method of the version management object file in this invention. この発明におけるファイルの管理を差分ファイルによって管理する場合の方法を示す図。The figure which shows the method in the case of managing the management of the file in this invention by a difference file.

符号の説明Explanation of symbols

100 収集元ファイル管理装置
101 指定範囲
110 格納先ファイル管理装置
111 指定部
112 監視部
113 取得部
114 判定部
115 判別部
116 管理部
117 保存部
DESCRIPTION OF SYMBOLS 100 Collection source file management apparatus 101 Specification range 110 Storage destination file management apparatus 111 Specification part 112 Monitoring part 113 Acquisition part 114 Judgment part 115 Judgment part 116 Management part 117 Storage part

Claims (6)

第1のファイルシステムの収集対象ファイルをコピーし、該コピーした収集対象ファイルを第2のファイルシステムに登録して該登録した収集対象ファイルを前記第2のファイルシステムで管理する文書管理システムにおいて、
前記第1のファイルシステムの前記収集対象ファイルを監視するファイル更新監視手段と、
前記ファイル更新監視手段により前記収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理するバージョン管理手段と
を具備することを特徴とする文書管理システム。
In a document management system for copying a collection target file in a first file system, registering the copied collection target file in a second file system, and managing the registered collection target file in the second file system;
File update monitoring means for monitoring the collection target file of the first file system;
When the update of the collection target file is detected by the file update monitoring means, the updated file is copied and registered in the second file system, and the file related to the registration is already registered. A document management system comprising: version management means for managing a file of a different version from a collection target file of an update source.
前記バージョン管理手段は、
前記ファイル更新監視手段により前記収集対象ファイルに基づきに新たなファイルが生成されことが検出された場合に、該新たに生成されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている生成元の収集対象ファイルと同一のファイルで異なるバージョンのファイルとして管理する
ことを特徴とする請求項1記載の文書管理システム。
The version management means includes
When it is detected by the file update monitoring means that a new file is generated based on the collection target file, the newly generated file is copied and registered in the second file system, and 2. The document management system according to claim 1, wherein a file related to registration is managed as a file of the same version as a collection source file that has already been registered but with a different version.
前記バージョン管理手段は、
前記新たに生成されたファイルのファイル名と既に登録されている生成元の収集対象ファイルのファイル名とを比較して両者が類似する場合に、該新たに生成されたファイルを前記生成元の収集対象ファイルと同一のファイルで異なるバージョンのファイルとして管理する
ことを特徴とする請求項2記載の文書管理システム。
The version management means includes
If the file name of the newly created file is compared with the file name of the collection target file that has already been registered, and the two are similar, the newly created file is collected by the creator. The document management system according to claim 2, wherein the document management system manages the same file as the target file as a different version of the file.
前記バージョン管理手段は、
前記新たに生成されたファイルのファイル名と既に登録されている生成元の収集対象ファイルのファイル名とを比較して両者が類似し、かつ、該新たに生成されたファイルが前記生成元の収集対象ファイルと同一階層内にある場合に、該新たに生成されたファイルを前記生成元の収集対象ファイルと同一のファイルで異なるバージョンのファイルとして管理する
ことを特徴とする請求項2記載の文書管理システム。
The version management means includes
The file name of the newly generated file is compared with the file name of the collection source file already registered, and both are similar, and the newly generated file is collected by the generation source. 3. The document management according to claim 2, wherein when the file is in the same hierarchy as the target file, the newly generated file is managed as a different version of the same file as the collection target file of the generation source. system.
第1のファイルシステムの収集対象ファイルをコピーし、該コピーした収集対象ファイルを第2のファイルシステムに登録して該登録した収集対象ファイルを前記第2のファイルシステムで管理する文書管理する文書管理システムにおいて、
前記第1のファイルシステムの前記収集対象ファイルをファイル更新監視手段により監視し、
前記ファイル更新監視手段により前記収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理する
ことを特徴とする文書管理方法。
Document management for document management for copying a collection target file in the first file system, registering the copied collection target file in the second file system, and managing the registered collection target file in the second file system In the system,
Monitoring the collection target file of the first file system by file update monitoring means;
When the update of the collection target file is detected by the file update monitoring means, the updated file is copied and registered in the second file system, and the file related to the registration is already registered. A document management method characterized in that it is managed as a file of a version different from the file to be collected at the update source.
第1のファイルシステムの収集対象ファイルをコピーし、該コピーした収集対象ファイルを第2のファイルシステムに登録して該登録した収集対象ファイルを前記第2のファイルシステムで管理する文書管理をコンピュータにより実行させる文書管理プログラムであって、
前記第1のファイルシステムの前記収集対象ファイルを監視するステップと、
該監視により前記収集対象ファイルの更新が検出された場合に、該更新されたファイルをコピーして前記第2のファイルシステムに登録するとともに、該登録に係わるファイルを既に登録されている更新元の収集対象ファイルと異なるバージョンのファイルとして管理するステップと
を含むことを特徴とする文書管理プログラム。
Document management for copying the collection target file in the first file system, registering the copied collection target file in the second file system, and managing the registered collection target file in the second file system by a computer A document management program to be executed,
Monitoring the collection target file of the first file system;
When an update of the collection target file is detected by the monitoring, the updated file is copied and registered in the second file system, and the file related to the registration is already registered in the update source. A document management program comprising: a management target file and a step of managing the file as a different version file.
JP2004133805A 2004-04-28 2004-04-28 Document management system, method and program Pending JP2005316715A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004133805A JP2005316715A (en) 2004-04-28 2004-04-28 Document management system, method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004133805A JP2005316715A (en) 2004-04-28 2004-04-28 Document management system, method and program

Publications (1)

Publication Number Publication Date
JP2005316715A true JP2005316715A (en) 2005-11-10

Family

ID=35444077

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004133805A Pending JP2005316715A (en) 2004-04-28 2004-04-28 Document management system, method and program

Country Status (1)

Country Link
JP (1) JP2005316715A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008181350A (en) * 2007-01-25 2008-08-07 Fuji Xerox Co Ltd Information processing system, information processor and program
JP2008217306A (en) * 2007-03-02 2008-09-18 Nec Corp Replication method and system, storage device, and program
JP2009187376A (en) * 2008-02-07 2009-08-20 Canon Inc File management device, file management method, and program
JP2009217579A (en) * 2008-03-11 2009-09-24 Ri Co Ltd Backup program
JP2011191862A (en) * 2010-03-12 2011-09-29 Innovature Technologies株式会社 File management apparatus, file management system, and file management program
JP2012238332A (en) * 2006-03-20 2012-12-06 Emc Corp High-efficiency portable archive
US8719691B2 (en) 2006-12-04 2014-05-06 Fuji Xerox Co., Ltd. Document providing system and computer-readable storage medium
US8751465B2 (en) 2008-07-11 2014-06-10 Canon Kabushiki Kaisha Document management apparatus, document management system, and document management method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012238332A (en) * 2006-03-20 2012-12-06 Emc Corp High-efficiency portable archive
US8719691B2 (en) 2006-12-04 2014-05-06 Fuji Xerox Co., Ltd. Document providing system and computer-readable storage medium
JP2008181350A (en) * 2007-01-25 2008-08-07 Fuji Xerox Co Ltd Information processing system, information processor and program
JP2008217306A (en) * 2007-03-02 2008-09-18 Nec Corp Replication method and system, storage device, and program
JP4715774B2 (en) * 2007-03-02 2011-07-06 日本電気株式会社 Replication method, replication system, storage device, program
JP2009187376A (en) * 2008-02-07 2009-08-20 Canon Inc File management device, file management method, and program
JP2009217579A (en) * 2008-03-11 2009-09-24 Ri Co Ltd Backup program
US8751465B2 (en) 2008-07-11 2014-06-10 Canon Kabushiki Kaisha Document management apparatus, document management system, and document management method
JP2011191862A (en) * 2010-03-12 2011-09-29 Innovature Technologies株式会社 File management apparatus, file management system, and file management program

Similar Documents

Publication Publication Date Title
US20230244404A1 (en) Managing digital assets stored as components and packaged files
US10956364B2 (en) Efficient data synchronization for storage containers
JP4749266B2 (en) Backup control apparatus and method without duplication of information resources
US10148730B2 (en) Network folder synchronization
US7933870B1 (en) Managing file information
CN1293477C (en) Using disassociated images for computer and storage resource management
JP4996619B2 (en) Method and program for operating a system comprising a backup server and a backup storage system
US20080154983A1 (en) Interface apparatus and method for managing file versions
JP5697754B2 (en) Computer system, file management method, and metadata server
US20060288056A1 (en) File version management device, method, and program
US20090024674A1 (en) Automatic file versioning
US20040098419A1 (en) Method and apparatus for a migration assistant
US7181739B1 (en) Installation relationship database
JP4536034B2 (en) Document management system, computer, document management method, and program
JP2005316715A (en) Document management system, method and program
JP2006268456A (en) File management device, file management method and file management program
US7246352B2 (en) System for generating a virtual map to a plurality of files necessary for installing software from multiple networked locations
JP3985430B2 (en) Database management apparatus and method
JP3896077B2 (en) Computer system and file management method
JP2008171241A (en) Backup device and restoration method
JPH11282687A (en) Method for automatically revising program
JP4329319B2 (en) File management system and file management method
US20100138589A1 (en) Storage optimizations by directory compaction in a fat file system
US20060069883A1 (en) Directory server and data processing method in directory server
JP2007257156A (en) Restore system and restore method