CN114661339A - Method and device for automatically submitting local data to remote server - Google Patents

Method and device for automatically submitting local data to remote server Download PDF

Info

Publication number
CN114661339A
CN114661339A CN202210578013.1A CN202210578013A CN114661339A CN 114661339 A CN114661339 A CN 114661339A CN 202210578013 A CN202210578013 A CN 202210578013A CN 114661339 A CN114661339 A CN 114661339A
Authority
CN
China
Prior art keywords
local data
automatic
directory
configuration file
file
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.)
Granted
Application number
CN202210578013.1A
Other languages
Chinese (zh)
Other versions
CN114661339B (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.)
Suoto Hangzhou Automotive Intelligent Equipment Co Ltd
Zhejiang Suoto Ruian Technology Group Co Ltd
Original Assignee
Suoto Hangzhou Automotive Intelligent Equipment Co Ltd
Zhejiang Suoto Ruian Technology Group 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 Suoto Hangzhou Automotive Intelligent Equipment Co Ltd, Zhejiang Suoto Ruian Technology Group Co Ltd filed Critical Suoto Hangzhou Automotive Intelligent Equipment Co Ltd
Priority to CN202210578013.1A priority Critical patent/CN114661339B/en
Publication of CN114661339A publication Critical patent/CN114661339A/en
Application granted granted Critical
Publication of CN114661339B publication Critical patent/CN114661339B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention provides a method and a device for automatically submitting local data to a remote server, which comprises the following steps: the method comprises the steps of obtaining the execution frequency of an automatic submission task configured by a user and the automatic submission of a local data directory, creating a configuration file in a local computer, executing the following automatic submission steps according to the execution frequency of the automatic submission task, judging whether a remote file directory corresponding to a current path exists in a remote server, and replacing the configuration file with a temporary configuration file. Also included are apparatus and readable storage media that implement the above-described methods. The invention automatically submits the local directory to the remote SVN server, realizes the automatic updating of the module and saves the time of local pulling and submitting.

Description

Method and device for automatically submitting local data to remote server
Technical Field
The invention relates to the technical field of data transmission, in particular to a method and a device for automatically submitting local data to a remote server.
Background
SVN is a version control system, which can be used to make the precipitation of company data; the company needs to synchronize data between local data and a remote server, in the prior art, when the local data is changed, the changed data needs to be manually submitted to the remote server, because everybody is busy working, the SVN submits a large amount of data and occupies a large amount of time for everybody, and employees at least need to pull data from the server once every day and synchronize the local data to the server, which wastes time and labor.
Disclosure of Invention
The invention aims to provide a method and a device for automatically submitting local data to a remote server so as to overcome the defects in the prior art.
In order to achieve the purpose, the invention provides the following technical scheme:
the application discloses a method for automatically submitting local data to a remote server, which is applied to a local computer and comprises the following steps:
s1, acquiring the execution frequency of an automatic submission task configured by a user and automatically submitting a local data directory, wherein a plurality of paths for automatically submitting the local data are stored in the automatically submitted local data directory;
s2, creating a configuration file in a local computer, and storing the automatic submission local data directory in the configuration file;
s3, executing the following automatic submitting steps according to the execution frequency of the automatic submitting task:
s31, creating an empty temporary configuration file;
s32, acquiring an automatic submission local data path configured by a user;
s33, circularly traversing the automatic submission local data path in the configuration file, and judging whether the current path exists in the local computer;
s331, if the current path exists, writing the current path into the temporary configuration file and executing the step S4;
s332, if the current path does not exist, filtering the current path, and returning to the step S33;
s4, judging whether a remote file directory corresponding to the current path exists in the remote server;
s41, if yes, reading the remote data file in the remote server under the remote file directory, judging that the remote data file is compared with the local data file in the local data file directory corresponding to the current path, obtaining the changed file under the local data file directory after comparison, and executing corresponding change operation on the changed file and submitting the changed file to the remote server end; returning to the step S33 until all the automatic submission local data paths in the configuration file are traversed, and executing a step S5;
s42, if not, creating a remote file directory corresponding to the current path in the remote server, and submitting the local data files in the local data file directory corresponding to the current path to the remote file directory; returning to the step S33 until all the automatic submission local data paths in the configuration file are traversed, and executing a step S5;
s5, replacing the temporary configuration file with the configuration file of the step S2.
Preferably, the change operation in step S41 includes deletion, addition, and modification.
Preferably, an add-auto-commit path module is arranged on the local computer, and creates a configuration file in the local computer, and stores the auto-commit local data directory in the configuration file.
Preferably, the operation of step S2 is as follows:
copying the added automatic submission path module to an automatic submission local data directory configured by a user, judging whether a configuration file exists or not, if not, creating the configuration file, adding the automatic submission local data directory into the configuration file, and if so, adding the automatic submission local data directory into the configuration file.
Preferably, the local computer is further provided with a timing task adding module, and the user configures the execution frequency of the automatic submission task in the timing task adding module.
Preferably, the local computer is further provided with an automatic submission executing module, and the automatic submission executing module acquires an automatic submission local data file directory in the configuration file added with the automatic submission path module, and an automatic submission task executing frequency in the timed task adding module, and executes an automatic submission step.
Preferably, the local computer is further provided with an automatic submission starting module, and the automatic submission starting module starts the automatic submission executing module, creates a log directory, and stores the executing information of each automatic submission step in the log directory.
Preferably, the execution information of the automatic submitting step includes execution time of the automatic submitting step and change operation information.
Preferably, the step S5 further includes the following operations: and circularly traversing the files in the log directory to obtain the creation time of the execution information of the automatic submitting step, and clearing the execution information of the automatic submitting step exceeding the storage period according to the log storage time set by the user.
The application also discloses a device for realizing automatic submission of local data to the remote server, which comprises an automatic submission path adding module, a timing task adding module, an automatic submission starting module and an automatic submission executing module:
the add-auto-commit path module is configured to create a configuration file in a local computer, and store the auto-commit local data directory in the configuration file;
the timing task adding module is used for configuring the execution frequency of the automatic submitting task by a user;
the automatic submission starting module starts the automatic submission executing module, creates a log directory and stores the executing information of each automatic submission executing module to the log directory;
the automatic submitting execution module obtains an automatic submitting local data file directory in the configuration file of the automatic submitting path adding module and the automatic submitting task execution frequency in the timing task adding module, and automatically submits the local data to a remote server.
The application also discloses a device for realizing automatic submission of local data to a remote server, which comprises a memory and one or more processors, wherein the memory is stored with executable codes, and the one or more processors are used for realizing the method for realizing automatic submission of the local data to the remote server when executing the executable codes.
The application also discloses a computer readable storage medium, which stores a program, when the program is executed by a processor, the program realizes the method for realizing the automatic submission of the local data to the remote server.
The invention has the beneficial effects that:
1. the automatic submitting execution module is executed at regular time by using the timing task adding module, the local directory is automatically submitted to the remote SVN server, the automatic updating of the module is realized, and the local pulling and submitting time is saved;
2. the automatic submission execution module is called through the automatic submission starting module, so that a dos popup can be prevented from popping up;
3. the local redundant logs can be automatically deleted, so that excessive disk space can be avoided being occupied;
4. the module is flexible in configuration, and configuration files can be compiled according to needs;
5. the module package can be automatically updated, and the module upgrading can be completed without active updating of a user.
The features and advantages of the present invention will be described in detail by embodiments in conjunction with the accompanying drawings.
Drawings
FIG. 1 is a schematic flow chart diagram of a method of implementing automatic local data submission to a remote server in accordance with the present invention;
fig. 2 is a schematic structural diagram of an apparatus for implementing automatic local data submission to a remote server according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood, however, that the description herein of specific embodiments is only intended to illustrate the invention and not to limit the scope of the invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
Referring to fig. 1, the present invention provides a method for automatically submitting local data to a remote server, which is applied to a local computer, and the method includes the following steps:
s1, acquiring the execution frequency of an automatic submission task configured by a user and automatically submitting a local data directory, wherein a plurality of paths for automatically submitting the local data are stored in the automatically submitted local data directory;
s2, creating a configuration file in a local computer, and storing the automatic submission local data directory in the configuration file;
s3, executing the following automatic submitting steps according to the execution frequency of the automatic submitting task:
s31, creating an empty temporary configuration file;
s32, acquiring an automatic submission local data path configured by a user;
s33, circularly traversing the automatic submission local data path in the configuration file, and judging whether the current path exists in the local computer;
s331, if the current path exists, writing the current path into the temporary configuration file and executing the step S4;
s332, if the current path does not exist, filtering the current path, and returning to the step S33;
s4, judging whether a remote file directory corresponding to the current path exists in the remote server;
s41, if the remote data file exists in the remote server, reading the remote data file under the remote file directory, judging that the remote data file is compared with the local data file under the local data file directory corresponding to the current path, obtaining a changed file under the local data file directory after comparison, and executing corresponding change operation on the changed file and submitting the changed file to the remote server; returning to the step S33 until all the automatic submission local data paths in the configuration file are traversed, and executing a step S5;
s42, if not, creating a remote file directory corresponding to the current path in the remote server, and submitting the local data files in the local data file directory corresponding to the current path to the remote file directory; returning to the step S33 until all the automatic submission local data paths in the configuration file are traversed, and executing a step S5;
s5, replacing the temporary configuration file with the configuration file of the step S2.
In a possible embodiment, the change operation in step S41 includes deletion, addition, and modification.
In one possible embodiment, an add auto-commit path module is provided on the local computer, which creates a configuration file in the local computer in which the auto-commit local data directory is stored.
In a possible embodiment, the operation of step S2 is as follows:
copying the added automatic submitting path module into an automatic submitting local data directory configured by a user, judging whether a configuration file exists or not, if not, creating the configuration file, adding the automatic submitting local data directory into the configuration file, and if so, adding the automatic submitting local data directory into the configuration file.
In a possible embodiment, a timing task adding module is further arranged on the local computer, and a user configures the execution frequency of the automatic submission task in the timing task adding module.
In a possible embodiment, an automatic submission executing module is further disposed on the local computer, and the automatic submission executing module obtains an automatic submission local data file directory in the configuration file of the add automatic submission path module, and an automatic submission task executing frequency in the timed task adding module, and executes an automatic submission step.
In a possible embodiment, the local computer is further provided with an automatic submission starting module, and the automatic submission starting module starts the automatic submission executing module, creates a log directory, and stores the execution information of each automatic submission step in the log directory.
In a possible embodiment, the execution information of the automatic submitting step includes execution time of the automatic submitting step and change operation information.
In a possible embodiment, the step S5 further includes the following operations: and circularly traversing the files in the log directory to obtain the creation time of the execution information of the automatic submitting step, and clearing the execution information of the automatic submitting step exceeding the storage period according to the log storage time set by the user.
The invention also provides a device for realizing automatic submission of local data to the remote server, which comprises an automatic submission path adding module, a timing task adding module, an automatic submission starting module and an automatic submission executing module: the add auto-commit path module is configured to create a configuration file in a local computer, and store the auto-commit local data directory in the configuration file; the timing task adding module is used for configuring the execution frequency of the automatic submitting task by a user; the automatic submission starting module starts the automatic submission executing module, creates a log directory and stores the executing information of each automatic submission executing module to the log directory; the automatic submitting execution module obtains an automatic submitting local data file directory in the configuration file of the automatic submitting path adding module and the automatic submitting task execution frequency in the timing task adding module, and automatically submits the local data to a remote server.
The embodiment is as follows:
in practical applications, the above method for automatically submitting local data to a remote server can be described as follows:
1. detecting an SVN automatic submission module from a server side, and placing the SVN automatic submission module on a C disk;
2. adding C: \ svnautomation directory into trust zone in 360 antivirus software;
3. executing a timed task adding module (judging whether a timed task named SVN exists or not, if so, deleting, then adding a task plan named SVN into the system, wherein the task plan runs by using the highest authority, is triggered once per hour, and the path of a starting module is the path of the SVN automatic submission starting module), and at the moment, the timed task is added into the windows task planning module; on a Windows system, the task planning module is a tool that can automatically create and run almost any task. Typically, the system and some application modules use the scheduling module to automatically perform maintenance tasks (e.g., defragmentation, disk cleaning, and updating), but anyone can use it. However, the method of the embodiment may start the application module, run the command and execute the script at a specific date and time, and may trigger the task when a specific event occurs.
4. Putting an added automatic submission path module (firstly judging whether a current directory exists in a configuration file or not through findstr. exe (a search character string practical module), if so, prompting that an SVN directory exists through msgbox popup, if not, adding the current directory into the configuration file, and prompting that the SVN directory is successfully added through msgbox popup) into an a directory, executing a script for adding the automatic submission path, and adding the a directory into the configuration file;
5. putting the module for adding the automatic submission path into a b directory, executing a script for adding the automatic submission path, and adding the b directory into a configuration file;
6. putting the module for adding the automatic submission path into the c directory, executing the script for adding the automatic submission path, and adding the c directory into the configuration file;
7. the task planning module is executed once per hour, and when the task planning module is executed, the automatic submission starting module can be operated and can be used for calling up the automatic submission executing module through a background; meanwhile, the automatic submission starting module writes the execution log in the automatic submission execution module into a logs folder under the C disk.
8. And the automatic submitting execution module judges whether the configuration file exists or not, if not, a new configuration file is created, and the execution directory is empty. The following steps are skipped;
9. creating a temporary empty configuration file;
10. circularly traversing the configuration file to obtain the automatic submitting directories, namely the directories a, b and c in the above steps, wherein the three directories are definitely existed during configuration, and the directory may be deleted during execution, so that whether the directory exists is judged, if yes, the two directories a and b are stored in the temporary configuration file, and c is filtered out;
11. now, assuming that a directory and b directory exist, the module opens the directory a in the background, compares the directory with a remote server under the directory, and writes the file change and deletion under the directory a into a temporary log file;
12. taking out the compared deleted file from the temporary file, submitting the deletion operation to a remote server side, and simultaneously performing 'automatic deletion' for the submission remark;
13. the newly added and changed files which are compared are taken out from the temporary files, the newly added and changed operations are submitted to a remote server side, and meanwhile, the remark 'automatic addition' is submitted for the time;
14. synchronizing the newly added file of the remote server to the local;
15. repeating the above operations on the b directory;
16. updating the module of C: \ svnautomation, namely pulling the module from a remote place to a local place, and realizing automatic updating and upgrading of the module;
17. clearing log files 7 days ago in the logs folder;
the method for automatically submitting the local data to the remote server provided by the invention can be applied to any device with data processing capability, such as a computer or other devices, with a windows operating system. The embodiment of the apparatus for automatically submitting local data to a remote server may be implemented by software, or may be implemented by hardware or a combination of hardware and software. The software implementation is taken as an example, and as a device in a logical sense, a processor of any device with data processing capability reads corresponding computer program instructions in the nonvolatile memory into the memory for operation. From a hardware aspect, as shown in fig. 2, a hardware structure diagram of any device with data processing capability where a method for implementing automatic submission of local data to a remote server according to the present invention is located is shown, except for the processor, the memory, the network interface, and the nonvolatile memory shown in fig. 2, in an embodiment, any device with data processing capability where a device is located may also include other hardware according to an actual function of the any device with data processing capability, which is not described again. The implementation process of the functions and actions of each unit in the above device is specifically described in the implementation process of the corresponding step in the above method, and is not described herein again.
For the above device for implementing automatic submission of local data to a remote server, since it basically corresponds to the method embodiment, reference may be made to the partial description of the method embodiment for relevant points. The above-described apparatuses are only schematic, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the invention. One of ordinary skill in the art can understand and implement it without inventive effort.
An embodiment of the present invention further provides a computer-readable storage medium, on which a program is stored, where the program, when executed by a processor, implements a method for implementing automatic submission of local data to a remote server in the foregoing embodiments.
The computer readable storage medium may be an internal storage unit, such as a hard disk or a memory, of any data processing capability device described in any of the foregoing embodiments. The computer readable storage medium may also be any external storage device of a device with data processing capabilities, such as a plug-in hard disk, a Smart Media Card (SMC), an SD Card, a Flash memory Card (Flash Card), etc. provided on the device. Further, the computer readable storage medium may include both an internal storage unit and an external storage device of any data processing capable device. The computer-readable storage medium is used for storing the computer program and other programs and data required by the arbitrary data processing-capable device, and may also be used for temporarily storing data that has been output or is to be output.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents or improvements made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A method for realizing automatic submission of local data to a remote server, which is applied to a local computer, is characterized by comprising the following steps:
s1, acquiring the execution frequency of an automatic submission task configured by a user and automatically submitting a local data directory, wherein a plurality of paths for automatically submitting the local data are stored in the automatically submitted local data directory;
s2, creating a configuration file in a local computer, and storing the automatic submission local data directory in the configuration file;
s3, executing the following automatic submitting steps according to the execution frequency of the automatic submitting task:
s31, creating an empty temporary configuration file;
s32, acquiring an automatic submission local data path configured by a user;
s33, circularly traversing the automatic submission local data path in the configuration file, and judging whether the current path exists in the local computer;
s331, if the current path exists, writing the current path into the temporary configuration file and executing the step S4;
s332, if the current path does not exist, filtering the current path, and returning to the step S33;
s4, judging whether a remote file directory corresponding to the current path exists in the remote server;
s41, if the remote data file exists in the remote server, reading the remote data file under the remote file directory, judging that the remote data file is compared with the local data file under the local data file directory corresponding to the current path, obtaining a changed file under the local data file directory after comparison, and executing corresponding change operation on the changed file and submitting the changed file to the remote server; returning to the step S33 until all the automatic submission local data paths in the configuration file are traversed, and executing a step S5;
s42, if not, creating a remote file directory corresponding to the current path in the remote server, and submitting the local data files in the local data file directory corresponding to the current path to the remote file directory; returning to the step S33 until all the automatic submission local data paths in the configuration file are traversed, and executing a step S5;
s5, replacing the temporary configuration file with the configuration file of the step S2.
2. The method of claim 1, wherein the change operation in step S41 includes deleting, adding and modifying.
3. The method as claimed in claim 1, wherein an add auto-commit path module is provided on the local computer, the add auto-commit path module creating a configuration file in the local computer, and storing the auto-commit local data directory in the configuration file.
4. A method for enabling automatic submission of local data to a remote server as claimed in claim 3, wherein: the operation of step S2 is as follows:
copying the added automatic submission path module to an automatic submission local data directory configured by a user, judging whether the configuration file exists or not, if not, creating the configuration file, adding the automatic submission local data directory to the configuration file, and if so, adding the automatic submission local data directory to the configuration file.
5. The method for implementing automatic submission of local data to the remote server as claimed in claim 3, wherein a timed task adding module is further provided on the local computer, and the user configures the execution frequency of the automatic submission task in the timed task adding module.
6. The method as claimed in claim 5, wherein an auto-commit executing module is further installed on the local computer, and the auto-commit executing module obtains the directory of auto-commit local data files in the configuration file of the add auto-commit path module and the execution frequency of auto-commit tasks in the timed task adding module, and executes the auto-commit step.
7. The method as claimed in claim 6, wherein an auto-commit initiating module is further installed on the local computer, and the auto-commit initiating module initiates the auto-commit executing module, creates a log directory, and stores the executing information of each auto-commit step in the log directory.
8. The method as claimed in claim 7, wherein the execution information of the automatic submitting step includes execution time of the automatic submitting step and change operation information.
9. The method for implementing automatic local data submission to the remote server as claimed in claim 6, wherein the step S5 further includes the following operations: and circularly traversing the files in the log directory to obtain the creation time of the execution information of the automatic submitting step, and clearing the execution information of the automatic submitting step exceeding the storage period according to the log storage time set by a user.
10. An apparatus for implementing automatic local data submission to a remote server, comprising: comprising a memory having stored therein executable code and one or more processors which, when executing said executable code, are adapted to implement a method of any of claims 1-8 for enabling automatic submission of local data to a remote server.
11. A computer-readable storage medium, characterized in that: stored thereon a program which, when executed by a processor, carries out a method of carrying out automatic submission of local data to a remote server as claimed in any one of claims 1 to 8.
CN202210578013.1A 2022-05-26 2022-05-26 Method and device for automatically submitting local data to remote server Active CN114661339B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210578013.1A CN114661339B (en) 2022-05-26 2022-05-26 Method and device for automatically submitting local data to remote server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210578013.1A CN114661339B (en) 2022-05-26 2022-05-26 Method and device for automatically submitting local data to remote server

Publications (2)

Publication Number Publication Date
CN114661339A true CN114661339A (en) 2022-06-24
CN114661339B CN114661339B (en) 2022-08-16

Family

ID=82038464

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210578013.1A Active CN114661339B (en) 2022-05-26 2022-05-26 Method and device for automatically submitting local data to remote server

Country Status (1)

Country Link
CN (1) CN114661339B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130159365A1 (en) * 2011-12-16 2013-06-20 Microsoft Corporation Using Distributed Source Control in a Centralized Source Control Environment
US20170169370A1 (en) * 2015-12-14 2017-06-15 Apartsw Consulting Inc. Continuous integration software development platform and system, and implementation method therefor
CN109213516A (en) * 2017-07-01 2019-01-15 武汉斗鱼网络科技有限公司 The method of code synchronisation and notice, storage medium, equipment and system in SVN
CN109800018A (en) * 2019-01-10 2019-05-24 郑州云海信息技术有限公司 A kind of code administration method and system based on Gerrit
CN111338687A (en) * 2020-02-26 2020-06-26 北京慧博科技有限公司 Method for migrating svn version libraries to git version libraries using python
CN112286636A (en) * 2020-10-30 2021-01-29 重庆长安汽车股份有限公司 Method for realizing unified configuration center based on Docker and SVN
WO2021093735A1 (en) * 2019-11-15 2021-05-20 北京金山云网络技术有限公司 Data synchronization method, apparatus and device for distributed storage system, and storage medium
CN112905225A (en) * 2019-12-04 2021-06-04 北京京东尚科信息技术有限公司 Method and device for creating continuous integration tool construction task
CN113127022A (en) * 2019-12-31 2021-07-16 深圳Tcl新技术有限公司 Automatic code updating method and device, computer equipment and storage medium
CN113485744A (en) * 2021-07-23 2021-10-08 中国工商银行股份有限公司 Code synchronization method and device
US20210405996A1 (en) * 2020-06-30 2021-12-30 Toyota Jidosha Kabushiki Kaisha Server, managing method, non-transitory storage medium, software updating device, center, and over-the-air master

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130159365A1 (en) * 2011-12-16 2013-06-20 Microsoft Corporation Using Distributed Source Control in a Centralized Source Control Environment
US20170169370A1 (en) * 2015-12-14 2017-06-15 Apartsw Consulting Inc. Continuous integration software development platform and system, and implementation method therefor
CN109213516A (en) * 2017-07-01 2019-01-15 武汉斗鱼网络科技有限公司 The method of code synchronisation and notice, storage medium, equipment and system in SVN
CN109800018A (en) * 2019-01-10 2019-05-24 郑州云海信息技术有限公司 A kind of code administration method and system based on Gerrit
WO2021093735A1 (en) * 2019-11-15 2021-05-20 北京金山云网络技术有限公司 Data synchronization method, apparatus and device for distributed storage system, and storage medium
CN112905225A (en) * 2019-12-04 2021-06-04 北京京东尚科信息技术有限公司 Method and device for creating continuous integration tool construction task
CN113127022A (en) * 2019-12-31 2021-07-16 深圳Tcl新技术有限公司 Automatic code updating method and device, computer equipment and storage medium
CN111338687A (en) * 2020-02-26 2020-06-26 北京慧博科技有限公司 Method for migrating svn version libraries to git version libraries using python
US20210405996A1 (en) * 2020-06-30 2021-12-30 Toyota Jidosha Kabushiki Kaisha Server, managing method, non-transitory storage medium, software updating device, center, and over-the-air master
CN112286636A (en) * 2020-10-30 2021-01-29 重庆长安汽车股份有限公司 Method for realizing unified configuration center based on Docker and SVN
CN113485744A (en) * 2021-07-23 2021-10-08 中国工商银行股份有限公司 Code synchronization method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
胡晓锋: "基于SVN的网络协同开发环境构建", 《民营科技》 *

Also Published As

Publication number Publication date
CN114661339B (en) 2022-08-16

Similar Documents

Publication Publication Date Title
US10558615B2 (en) Atomic incremental load for map-reduce systems on append-only file systems
US10261869B2 (en) Transaction processing using torn write detection
CN107239273B (en) Disk drive binding method of server
US10346262B2 (en) Job management apparatus, job management method and computer readable medium to generate and execute a retry job when an error occurs during a job step
US8930761B2 (en) Test case result processing
CN110442371B (en) Method, device and medium for releasing codes and computer equipment
EP2140368A1 (en) Bookmark and configuration file for installation sequence
CN104166605A (en) Data backup method and system based on incremental data files
US10067753B2 (en) Application program uninstallation method and apparatus
CN104346206A (en) Method and system for recovering installation of unloaded software
CN105045617A (en) Application recovery method and system for Android system
CN105867962A (en) System upgrading method and device
CN104216802A (en) Memory database recovery method and device
CN114661339B (en) Method and device for automatically submitting local data to remote server
CN109558270B (en) Data backup method and device and data restoration method and device
CN108664255B (en) Software upgrading method and device
CN111488117B (en) Method, electronic device, and computer-readable medium for managing metadata
CN109241071A (en) A kind of Android database upgrade method, apparatus and terminal
CN115454933A (en) File processing method, device, equipment, storage medium and program product
CN111625500B (en) File snapshot method and device, electronic equipment and storage medium
CN115328696A (en) Data backup method in database
JP5317182B2 (en) POS terminal, module update method and module update program
CN106776296A (en) Startup method, device and starting device that coverage rate is detected
JP2003280963A (en) Document management system, restoration method, program for performing restoration, and recording medium with program recorded thereon
JP5397076B2 (en) Job execution apparatus, job execution method, and job execution program

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