CN107016094B - Project shared file multi-person collaborative development method, device and system - Google Patents

Project shared file multi-person collaborative development method, device and system Download PDF

Info

Publication number
CN107016094B
CN107016094B CN201710219982.7A CN201710219982A CN107016094B CN 107016094 B CN107016094 B CN 107016094B CN 201710219982 A CN201710219982 A CN 201710219982A CN 107016094 B CN107016094 B CN 107016094B
Authority
CN
China
Prior art keywords
configuration file
task
configuration
file
units
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN201710219982.7A
Other languages
Chinese (zh)
Other versions
CN107016094A (en
Inventor
冷娇娇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN201710219982.7A priority Critical patent/CN107016094B/en
Publication of CN107016094A publication Critical patent/CN107016094A/en
Application granted granted Critical
Publication of CN107016094B publication Critical patent/CN107016094B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • G06F16/1767Concurrency control, e.g. optimistic or pessimistic approaches

Abstract

The invention discloses a project shared file multi-person collaborative development method, a device and a system, wherein the method comprises the following steps: dividing the project into a plurality of task units according to a first preset rule, and creating a unique configuration file for each task unit; recording the operation record of each configuration file; analyzing and processing the operation records, and counting the number of conflicts when each configuration file is updated; and if the conflict times are greater than a preset time threshold, dividing task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units. The invention divides the files which are inevitably shared into a plurality of task units according to the condition of branch development, each task unit has only one configuration file, and the task units can effectively avoid the conflict problem with other people and the task units through the configuration files, thereby improving the research and development efficiency.

Description

Project shared file multi-person collaborative development method, device and system
Technical Field
The invention relates to the technical field of version control, in particular to a project shared file multi-person collaborative development method, device and system.
Background
The version control realizes multi-person collaborative editing and file sharing, is similar to other shared resources, and in the version control, how to ensure that the content edited by each member of a team cannot be covered or modified by others becomes the most prominent problem at present. To solve this problem, different version control systems use different strategies, and the currently used strategies mainly include two strategies, namely a locking-modifying-unlocking strategy and a copying-modifying-merging strategy.
Currently, projects are generally large in scale, and more enterprises adopt copy-modification-combination strategies to manage the projects. The core idea of the copy-modify-merge strategy is: and multiple persons develop synchronously, update and submit, and solve the conflict artificially. Copy-modify-merge strategies are developed in parallel, time is short, operation is stable, conflicts are few under the condition of sufficient communication, however, the conflicts cannot be completely avoided, once the conflicts occur, only manual resolution can be achieved, requirements on team members are high, and communication cost is high.
Disclosure of Invention
The invention provides a project shared file multi-person collaborative development method, device and system, which reduce configuration file update conflicts and improve research and development efficiency.
The invention adopts the following technical scheme:
in a first aspect, the present invention provides a method for multi-person collaborative development of a project sharing file, including:
dividing the project into a plurality of task units according to a first preset rule, and creating a unique configuration file for each task unit;
recording the operation record of each configuration file;
analyzing and processing the operation records, and counting the number of conflicts when each configuration file is updated;
and if the conflict times are greater than a preset time threshold, dividing task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units.
Illustratively, the operation records include addition, deletion, modification and inquiry of configuration files, operator identification, operation time and conflict times.
Optionally, the configuration file corresponding to each task unit is synthesized by the configuration file corresponding to the subtask unit corresponding to the task unit.
Further, after the corresponding configuration files are respectively created for the subtask units, the method further includes:
receiving a configuration file submitting instruction, judging whether the submitted configuration file already exists, and covering the original configuration file if the submitted configuration file already exists; if the submitted configuration file does not exist, a new configuration file is generated.
Further, after generating the new configuration file if the submitted configuration file does not exist, the method further includes:
and receiving a compiling instruction, reading configuration files corresponding to all current task units, and automatically generating codes.
Optionally, the configuration file is a protocol buffer file.
Further, after receiving the compiling instruction, reading the configuration files corresponding to all the task units currently, and automatically generating the code, the method further includes:
and submitting the automatically generated codes to a version control server for backup.
In a second aspect, the present invention provides a device for multi-person collaborative development of a project-shared file, including:
the configuration file establishing unit is used for dividing the project into a plurality of task units according to a first preset rule and establishing a unique configuration file for each task unit;
the operation record recording unit is used for recording the operation record of each configuration file;
the conflict frequency counting unit is used for analyzing and processing the operation records and counting the conflict frequency when each configuration file is updated;
and the configuration file splitting unit is used for dividing the task unit corresponding to the configuration file with the conflict times larger than the preset time threshold into subtask units according to a second preset rule if the conflict times are larger than the preset time threshold, and respectively establishing corresponding configuration files for the subtask units.
Further, still include:
the configuration file submitting unit is used for receiving a configuration file submitting instruction, judging whether the submitted configuration file already exists or not, and covering the original configuration file if the submitted configuration file already exists; if the submitted configuration file does not exist, generating a new configuration file;
the configuration file compiling unit is used for receiving a compiling instruction, reading configuration files newly built in all task units at present and automatically generating codes;
and the code submitting unit is used for submitting the automatically generated codes to a version control server for backup.
The operation records comprise the addition, deletion, modification and inquiry of configuration files, operator identification, operation time and conflict times;
and the configuration file corresponding to each task unit is synthesized by the configuration files corresponding to the subtask units corresponding to the task unit.
In a third aspect, the present invention provides a project shared file multi-user collaborative development system, which includes a configuration file management server and a client, wherein the configuration file management server is configured with the project shared file multi-user collaborative development device,
the configuration file management server divides the project into a plurality of task units according to a first preset rule, and creates a unique configuration file for each task unit;
the client side edits a corresponding configuration file, adds attributes in the configuration file, judges whether each attribute is legal or not, adds the attributes into the configuration file if the attributes are legal, and submits the edited configuration file to a configuration file management server;
the configuration file management server judges whether the submitted configuration file already exists, and if the submitted configuration file already exists, the configuration file management server covers the original configuration file; if the submitted configuration file does not exist, generating a new configuration file; recording the operation record of each configuration file, analyzing and processing the operation record, and counting the number of conflicts when each configuration file is updated; and if the conflict times are greater than a preset time threshold, dividing task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units.
The technical scheme provided by the invention has the following beneficial effects:
the task is further divided by the task units corresponding to the configuration files with update conflicts, the tasks are more detailed, the relevance between the task units is smaller, the conflict problem in the branch development is reduced and even avoided as much as possible, the situation that the conflicts must be manually solved in the current version control system is reduced and even avoided, the files which are inevitably shared are split into a plurality of task units according to the situation of the branch development, each task unit has only one configuration file, and the task units can effectively avoid the conflict problem with other people and themselves through the configuration files.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the description of the embodiments of the present invention will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the contents of the embodiments of the present invention and the drawings without creative efforts.
Fig. 1 is a flowchart of a method of a first embodiment of a method for multi-person collaborative development of a project-shared file according to an embodiment of the present invention.
Fig. 2 is a flowchart of a method for multi-user collaborative development of a project-shared file according to a second embodiment of the present invention.
Fig. 3 is a flowchart of a method for multi-person collaborative development of a project-shared file according to a third embodiment of the present invention.
Fig. 4 is a flowchart of a method for multi-person collaborative development of a project-shared file according to a fourth embodiment of the present invention.
Fig. 5 is a block diagram illustrating a first example of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention.
Fig. 6 is a block diagram illustrating a second embodiment of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention.
Fig. 7 is a block diagram illustrating a third embodiment of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention.
Fig. 8 is a block diagram illustrating a fourth embodiment of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention.
Fig. 9 is a system diagram of a project-shared file multi-person collaborative development system according to an embodiment of the present invention.
Detailed Description
In order to make the technical problems solved, technical solutions adopted and technical effects achieved by the present invention clearer, the technical solutions of the embodiments of the present invention will be described in further detail below with reference to the accompanying drawings, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a method of a first embodiment of a method for multi-person collaborative development of a project-shared file according to an embodiment of the present invention. The project shared file multi-person collaborative development method runs on a configuration file management server, is based on an ideal branch development process, and requires fewer files to be edited by multiple persons in the version control process; the technical scheme of the embodiment is adopted to solve the problem of merging conflict for the necessarily shared editing files. The project shared file multi-person collaborative development method comprises the following steps:
s101, dividing the project into a plurality of task units according to a first preset rule, and creating a unique configuration file for each task unit.
In this embodiment, the first preset rule may be divided according to the participation unit, or may be divided according to the function module of the project, and the specific division manner may be determined according to the characteristics of the project, which is not limited specifically here. For example, the project is divided into a plurality of task units according to the function module, each task unit is responsible for a single function work unit, and then a unique configuration file is established for each task unit, that is, each work unit uniquely corresponds to one configuration file.
The format and rules of the configuration file can be customized, the same project is generally a specific programming language, and the configuration file comprises a general mode and a customized mode. Specifically, when the configuration file is in a general mode, the configuration file may be a protocol buffer file in Go language. The Go language is the second open source programming language released in google 2009. The Go language is specially optimized for the programming of the application program of the multiprocessor system, and the program compiled by using Go can be comparable to the speed of C or C + + code and is safer and supports parallel processes. Protocol buffer is a data exchange format for google, which is language independent and platform independent. google provides an implementation in three languages: java, c + +, and python, each implementation containing a compiler and library files in the corresponding language. Since it is a binary format, it is much faster than exchanging data using xml.
The custom mode of the configuration file may select an interpreted language such as a script that minimizes the impact on other branches. If the division of the branch development is reasonable, the structure of the shared file is structured or even standardized, and the difficulty of compiling the customized configuration file is further reduced.
The name of each configuration file can be named according to the work unit, or a set of naming rules is formulated to uniquely determine the configuration file corresponding to the work unit.
And S102, recording the operation record of each configuration file.
The operation records may include addition, deletion, modification and inquiry of configuration files, operator identification, operation time and conflict times.
Specifically, when a configuration file is added, a memory is allocated for the configuration file; and when the configuration file is deleted, recycling the memory of the configuration file.
The configuration file corresponding to each work unit may be operated by a plurality of research and development personnel, and then the identifier of the operator needs to be registered when editing the configuration file to determine who edits the configuration file, and the identifier of the operator may be a name, an identification number or a job number, because the name usually has a duplicate name, the job number of the operator is preferred.
S103, analyzing and processing the operation records, and counting the number of conflicts when each configuration file is updated.
And comparing the configuration file with the corresponding original configuration file each time the configuration file is submitted, and if a conflict exists, adding 1 to the number of conflicts.
And S104, if the conflict times are greater than a preset time threshold, dividing the task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units.
The preset number of times may be 3 times or 5 times, and is not particularly limited herein. If a certain configuration file has conflict, the task unit corresponding to the configuration file is divided unreasonably, the task unit is further divided according to a second preset rule, the task unit is divided into a plurality of subtask units according to specific conflict content, a corresponding configuration file is respectively established for each subtask unit, and the configuration file corresponding to the task unit is used as a superior file of the configuration file corresponding to the subtask unit.
Specifically, the configuration file corresponding to each task unit is synthesized by the configuration files corresponding to the subtask units corresponding to the task unit.
Then, the task can be divided again for the subtask unit according to the number of conflicts, so that the conflict is basically eliminated when the configuration file corresponding to each divided task is submitted, and the task units are relatively independent.
And when the project initial task unit is divided, the historical experience is adopted for preliminary division, and the task unit is further divided in an actual process.
To sum up, the multi-user collaborative development method for a project sharing file according to the embodiment of the present invention divides the project into a plurality of task units according to a first preset rule, creates a unique configuration file for each task unit, records an operation record of each configuration file, analyzes and processes the operation record, counts the number of conflicts when each configuration file is updated, if the number of conflicts is greater than a preset number threshold, divides the task unit corresponding to the configuration file whose number of conflicts is greater than the preset number threshold into sub-task units according to a second preset rule, and creates a corresponding configuration file for each sub-task unit, further divides the task unit corresponding to the configuration file having an update conflict, so as to refine the task, reduce the relevance between the task units and avoid the conflict problem in branch development as much as possible, therefore, the situation that the conflict must be manually solved in the current version control system is reduced or even avoided, the files which are inevitably shared are split into a plurality of task units according to the situation of branch development, each task unit has only one configuration file, and the task units can effectively avoid the conflict problem with other people and themselves through the configuration files.
Fig. 2 is a flowchart of a method for multi-user collaborative development of a project-shared file according to a second embodiment of the present invention. The project shared file multi-person collaborative development method is based on the method shown in fig. 1, and further comprises the following steps:
s205, receiving a configuration file submitting instruction, judging whether the submitted configuration file already exists, and covering the original configuration file if the submitted configuration file already exists; if the submitted configuration file does not exist, a new configuration file is generated.
All the configuration files use the same set of naming rules, when the user edits the configuration files and submits the configuration files, the names of the submitted configuration files are matched with the names of all the configuration files, and if the configuration files with the same names are matched, the configuration files are directly covered; otherwise, a new configuration file is generated.
In summary, the project shared file multi-person collaborative development method provided by the embodiment of the invention adopts the configuration file submitted each time to cover the corresponding original configuration file, ensures that each task unit has only one configuration file, avoids the possibility of conflict in width and breadth, and is beneficial to improving the research and development efficiency.
Fig. 3 is a flowchart of a method for multi-person collaborative development of a project-shared file according to a third embodiment of the present invention. The project shared file multi-person collaborative development method is based on the method shown in fig. 2, and further comprises the following steps:
and S306, receiving the compiling instruction, reading the configuration files corresponding to all the task units at present, and automatically generating codes.
In this embodiment, the configuration file is a protocol buffer file of Go language. google provides an implementation in three languages: java, c + +, and python, each implementation containing a compiler and library files in the corresponding language. By adopting the existing file format, the compiling of the configuration file can be realized by using a matched compiler without researching and developing a corresponding compiler.
In summary, the project sharing file multi-person collaborative development method provided by the embodiment of the present invention compiles all configuration files to generate codes, and because all configuration files do not have conflicts, the generated codes do not have conflicts, and the configuration files are compiled and packaged in a unified manner, thereby improving the processing efficiency.
Fig. 4 is a flowchart of a method for multi-person collaborative development of a project-shared file according to a fourth embodiment of the present invention. The project shared file multi-person collaborative development method is based on the method shown in fig. 3, and further comprises the following steps:
and S407, submitting the automatically generated codes to a version control server for backup.
In this embodiment, an SVN (Subversion, SVN) version control system is used to upload automatically generated codes to the SVN version control system to store the version, which is convenient for searching for problems during subsequent development and for returning to the previous version.
In summary, the codes automatically generated by the project sharing file multi-user collaborative development method provided by the embodiment of the invention are codes for solving the conflict, so that the conflict situation is avoided when the codes are submitted to the version control server, the time and labor for artificially solving the conflict are avoided, and the research and development efficiency is improved.
Fig. 5 is a block diagram illustrating a first example of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention. The project shared file multi-person collaborative development device is used for executing the method shown in the figure 1. Referring to fig. 5, the project shared file multi-person collaborative development apparatus includes:
the configuration file establishing unit 100 is configured to divide the project into a plurality of task units according to a first preset rule, and create a unique configuration file for each task unit;
an operation record recording unit 101 for recording an operation record of each configuration file; the operation records comprise the addition, deletion, modification and inquiry of configuration files, operator identification, operation time and conflict times;
a conflict count counting unit 102, configured to analyze and process the operation records, and count the number of conflicts when each configuration file is updated;
a configuration file splitting unit 103, configured to, if the number of conflicts is greater than a preset number threshold, divide the task unit corresponding to the configuration file whose number of conflicts is greater than the preset number threshold into sub-task units according to a second preset rule, and respectively create a corresponding configuration file for each sub-task unit; and the configuration file corresponding to each task unit is synthesized by the configuration files corresponding to the subtask units corresponding to the task unit.
To sum up, the multi-user collaborative development apparatus for a project sharing file according to the embodiment of the present invention divides the project into a plurality of task units according to a first preset rule, creates a unique configuration file for each task unit, records an operation record of each configuration file, analyzes and processes the operation record, counts the number of conflicts when each configuration file is updated, if the number of conflicts is greater than a preset number threshold, divides the task unit corresponding to the configuration file whose number of conflicts is greater than the preset number threshold into sub-task units according to a second preset rule, and creates a corresponding configuration file for each sub-task unit, further divides the task unit corresponding to the configuration file having an update conflict, so as to refine the task, reduce the relevance between the task units, and reduce or even avoid the conflict problem in branch development as much as possible, therefore, the situation that the conflict must be manually solved in the current version control system is reduced or even avoided, the files which are inevitably shared are split into a plurality of task units according to the situation of branch development, each task unit has only one configuration file, and the task units can effectively avoid the conflict problem with other people and themselves through the configuration files.
Fig. 6 is a block diagram illustrating a second embodiment of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention. The device is based on the device shown in fig. 5, and referring to fig. 6, the device for multi-person collaborative development of a project shared file further includes:
a configuration file submitting unit 104, configured to receive a configuration file submitting instruction, determine whether a submitted configuration file already exists, and if the submitted configuration file already exists, overwrite an original configuration file; if the submitted configuration file does not exist, a new configuration file is generated.
In summary, the project shared file multi-user collaborative development device provided by the embodiment of the present invention covers the corresponding original configuration file with the configuration file submitted each time, so that only one configuration file is provided for each task unit, thereby avoiding the possibility of conflict in terms of width and breadth, and facilitating the improvement of research and development efficiency.
Fig. 7 is a block diagram illustrating a third embodiment of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention. The device is based on the device shown in fig. 6, and referring to fig. 7, the device for multi-person collaborative development of a project shared file further includes:
and the configuration file compiling unit 105 is used for receiving the compiling instruction, reading the newly-built configuration files of all the task units at present and automatically generating codes.
In summary, the project sharing file multi-user collaborative development device provided by the embodiment of the present invention compiles all configuration files to generate codes, and because all configuration files do not have conflicts, the generated codes do not have conflicts, and the configuration files are compiled and packaged in a unified manner, thereby improving the processing efficiency.
Fig. 8 is a block diagram illustrating a fourth embodiment of a multi-user collaborative development apparatus for a project shared file according to an embodiment of the present invention. The device is based on the device shown in fig. 7, and referring to fig. 8, the device for multi-person collaborative development of a project shared file further includes:
a code submitting unit 106, configured to submit the automatically generated code to a version control server for backup.
In summary, the codes automatically generated by the project sharing file multi-user collaborative development method provided by the embodiment of the invention are codes for solving the conflict, so that the conflict situation is avoided when the codes are submitted to the version control server, the time and labor for artificially solving the conflict are avoided, and the research and development efficiency is improved.
Fig. 9 is a system diagram of a project-shared file multi-person collaborative development system according to an embodiment of the present invention. Referring to fig. 9, the project shared file multi-person collaborative development system includes a configuration file management server 1 and a client 2, the configuration file management server 1 is configured with the project shared file multi-person collaborative development device 10,
the configuration file management server 1 divides the project into a plurality of task units according to a first preset rule, and creates a unique configuration file for each task unit;
the client 2 edits a corresponding configuration file, adds attributes in the configuration file, judges whether each attribute is legal, adds the attributes into the configuration file if the attributes are legal, and submits the edited configuration file to the configuration file management server 1;
the configuration file management server 1 judges whether the submitted configuration file already exists, and if the submitted configuration file already exists, the configuration file management server covers the original configuration file; if the submitted configuration file does not exist, generating a new configuration file; recording the operation record of each configuration file, analyzing and processing the operation record, and counting the number of conflicts when each configuration file is updated; and if the conflict times are greater than a preset time threshold, dividing task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units.
To sum up, the project sharing file multi-user collaborative development system provided by the embodiment of the present invention further divides the task units corresponding to the configuration files having update conflicts, so as to refine the tasks, make the relevance between the task units smaller, and reduce or even avoid the conflict problem in the branch development as much as possible, thereby reducing or even avoiding the situation that the conflict must be manually solved in the current version control system, and the file that must be shared is split into a plurality of task units according to the situation of the branch development, each task unit has only one configuration file, and the task unit can effectively avoid the conflict problem with others and itself through the configuration files.
The above description is only a preferred embodiment of the present invention, and for those skilled in the art, the present invention should not be limited by the description of the present invention, which should be interpreted as a limitation.

Claims (10)

1. A project shared file multi-person collaborative development method is characterized by comprising the following steps:
dividing the project into a plurality of task units according to a first preset rule, and creating a unique configuration file for each task unit;
recording the operation record of each configuration file;
analyzing and processing the operation records, and counting the number of conflicts when each configuration file is updated;
and when the conflict times are greater than a preset time threshold, dividing task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units.
2. The method of claim 1, wherein the operation records comprise configuration file addition, deletion, modification and inquiry, operator identification, operation time and conflict times.
3. The method according to claim 1, wherein the configuration file corresponding to each task unit is synthesized from the configuration files corresponding to the subtask units corresponding to the task unit.
4. The method according to claim 3, wherein the creating of the configuration file for each of the subtask units further comprises:
receiving a configuration file submitting instruction, judging whether the submitted configuration file already exists, and covering the original configuration file if the submitted configuration file already exists; if the submitted configuration file does not exist, a new configuration file is generated.
5. The method of claim 4, wherein after generating the new configuration file if the submitted configuration file does not exist, further comprising:
and receiving a compiling instruction, reading configuration files corresponding to all current task units, and automatically generating codes.
6. The method of claim 1, wherein the configuration file is a protocol buffer file.
7. The method according to claim 5, wherein after receiving the compiling instruction, reading the configuration files corresponding to all the task units at present, and automatically generating the code, the method further comprises:
and submitting the automatically generated codes to a version control server for backup.
8. A project shared file multi-person collaborative development device is characterized by comprising:
the configuration file establishing unit is used for dividing the project into a plurality of task units according to a first preset rule and establishing a unique configuration file for each task unit;
the operation record recording unit is used for recording the operation record of each configuration file;
the conflict frequency counting unit is used for analyzing and processing the operation records and counting the conflict frequency when each configuration file is updated;
and the configuration file splitting unit is used for dividing the task unit corresponding to the configuration file with the conflict times larger than the preset time threshold into subtask units according to a second preset rule if the conflict times are larger than the preset time threshold, and respectively establishing corresponding configuration files for the subtask units.
9. The apparatus for multi-person collaborative development of a project-shared file according to claim 8, further comprising:
the configuration file submitting unit is used for receiving a configuration file submitting instruction, judging whether the submitted configuration file already exists or not, and covering the original configuration file if the submitted configuration file already exists; if the submitted configuration file does not exist, generating a new configuration file;
the configuration file compiling unit is used for receiving a compiling instruction, reading configuration files newly built in all task units at present and automatically generating codes;
the code submitting unit is used for submitting the automatically generated codes to a version control server for backup;
the operation records comprise the addition, deletion, modification and inquiry of configuration files, operator identification, operation time and conflict times;
and the configuration file corresponding to each task unit is synthesized by the configuration files corresponding to the subtask units corresponding to the task units.
10. A multi-person collaborative development system for project shared files, comprising a configuration file management server and a client, wherein the configuration file management server is provided with the multi-person collaborative development device for project shared files according to claim 8 or 9,
the configuration file management server divides the project into a plurality of task units according to a first preset rule, and creates a unique configuration file for each task unit;
the client side edits a corresponding configuration file, adds attributes in the configuration file, judges whether each attribute is legal or not, adds the attributes into the configuration file if the attributes are legal, and submits the edited configuration file to a configuration file management server;
the configuration file management server judges whether the submitted configuration file already exists, and if the submitted configuration file already exists, the configuration file management server covers the original configuration file; if the submitted configuration file does not exist, generating a new configuration file; recording the operation record of each configuration file, analyzing and processing the operation record, and counting the number of conflicts when each configuration file is updated; and if the conflict times are greater than a preset time threshold, dividing task units corresponding to the configuration files with the conflict times greater than the preset time threshold into subtask units according to a second preset rule, and respectively establishing corresponding configuration files for the subtask units.
CN201710219982.7A 2017-04-06 2017-04-06 Project shared file multi-person collaborative development method, device and system Expired - Fee Related CN107016094B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710219982.7A CN107016094B (en) 2017-04-06 2017-04-06 Project shared file multi-person collaborative development method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710219982.7A CN107016094B (en) 2017-04-06 2017-04-06 Project shared file multi-person collaborative development method, device and system

Publications (2)

Publication Number Publication Date
CN107016094A CN107016094A (en) 2017-08-04
CN107016094B true CN107016094B (en) 2020-11-17

Family

ID=59445377

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710219982.7A Expired - Fee Related CN107016094B (en) 2017-04-06 2017-04-06 Project shared file multi-person collaborative development method, device and system

Country Status (1)

Country Link
CN (1) CN107016094B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107341646A (en) * 2017-05-31 2017-11-10 北京广利核系统工程有限公司 Configuration software coordination management system and method
CN109120707B (en) * 2018-08-30 2021-06-25 徐州瑞晨矿业科技发展有限公司 Method for remote sharing and real-time collaborative reference of vector graphical data
CN110633250B (en) * 2019-07-19 2023-05-09 完美世界(北京)软件科技发展有限公司 Resource management system and method
JP7068244B2 (en) * 2019-08-21 2022-05-16 株式会社日立製作所 Monitoring control system, construction method by monitoring control system, and construction program of monitoring control system
CN110795100B (en) * 2019-09-12 2023-11-03 连连银通电子支付有限公司 Branch merging method and device
CN111475479B (en) * 2020-04-08 2023-06-02 中交水运规划设计院有限公司 Project file management method and device
CN112765102B (en) * 2021-01-26 2022-11-15 建信金融科技有限责任公司 File system management method and device
CN115629746B (en) * 2022-12-22 2023-03-17 西安葡萄城软件有限公司 Method and system for multi-person collaborative development of low-code platform

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101387953A (en) * 2007-09-14 2009-03-18 环达电脑(上海)有限公司 Collaboration software development system and method
CN101959311A (en) * 2009-07-17 2011-01-26 富士通株式会社 Wireless communication device and wireless communication method
CN104298825A (en) * 2014-10-10 2015-01-21 中国科学院合肥物质科学研究院 Fault tree collaborative analysis system based on authority management and model decomposition
CN105760519A (en) * 2016-02-26 2016-07-13 北京鲸鲨软件科技有限公司 Cluster file system and file lock allocation method thereof
CN105912740A (en) * 2015-12-15 2016-08-31 大连理工大学 CAE distributed cooperative work method based on cloud calculation
US9483259B1 (en) * 2012-05-07 2016-11-01 Google Inc. System and method for providing real-time execution of source code in a collaborative online software development environment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9558667B2 (en) * 2012-07-09 2017-01-31 Elwha Llc Systems and methods for cooperative collision detection

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101387953A (en) * 2007-09-14 2009-03-18 环达电脑(上海)有限公司 Collaboration software development system and method
CN101959311A (en) * 2009-07-17 2011-01-26 富士通株式会社 Wireless communication device and wireless communication method
US9483259B1 (en) * 2012-05-07 2016-11-01 Google Inc. System and method for providing real-time execution of source code in a collaborative online software development environment
CN104298825A (en) * 2014-10-10 2015-01-21 中国科学院合肥物质科学研究院 Fault tree collaborative analysis system based on authority management and model decomposition
CN105912740A (en) * 2015-12-15 2016-08-31 大连理工大学 CAE distributed cooperative work method based on cloud calculation
CN105760519A (en) * 2016-02-26 2016-07-13 北京鲸鲨软件科技有限公司 Cluster file system and file lock allocation method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Research on Task Planning for Collaborative Development of Stamping Die;Caimao Su;《IEEE》;20061231;第1-6页 *
面向网络化协同设计的任务分解研究;赵群力等;《网络安全技术与应用》;20140228;第21-23页 *

Also Published As

Publication number Publication date
CN107016094A (en) 2017-08-04

Similar Documents

Publication Publication Date Title
CN107016094B (en) Project shared file multi-person collaborative development method, device and system
CN107818112B (en) Big data analysis operating system and task submitting method
US20130117064A1 (en) Business process analysis combining modeling, simulation and collaboration with web and cloud delivery
US8453136B1 (en) Change tracking and incremental synchronization of EDA design and technology data
CN115617327A (en) Low code page building system, method and computer readable storage medium
KR20170081239A (en) Impact analysis
CN111190924A (en) Cross-domain data query method and device
CN109495392B (en) Message conversion processing method and device, electronic equipment and storage medium
KR102549399B1 (en) Developer Collaborative Control System
CN111126019A (en) Report generation method and device based on mode customization and electronic equipment
US8171045B2 (en) Record based code structure
US8904364B2 (en) Execution in workflow BPM engine
CN115358204A (en) Report generation method and device, electronic equipment and storage medium
CN111178849A (en) Linear process engine implementation method, device, equipment and storage medium
CN111796855B (en) Incremental version updating method and device, storage medium and computer equipment
CN115994085A (en) Code coverage rate test processing method, device, equipment and storage medium
CN109634734A (en) Automatic compiling dissemination method, device and computer readable storage medium
US20110289041A1 (en) Systems and methods for managing assignment templates
Ritter Cost-aware process modeling in multiclouds
CN115756433A (en) Code platform migration method and device, electronic equipment and readable storage medium
CN113378007B (en) Data backtracking method and device, computer readable storage medium and electronic device
CN107784488A (en) A kind of business process management system of loose couplings
US20130305219A1 (en) Apparatus and method for providing custom software, and method for software customization
CN111159270A (en) Method, system, computing device and storage medium for scheduling Zeppelin tasks
CN111880803A (en) Software construction method and device applied to multiple platforms

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20201117