CN117149734B - SVN-based file management method and device, storage medium and electronic equipment - Google Patents

SVN-based file management method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN117149734B
CN117149734B CN202311415454.0A CN202311415454A CN117149734B CN 117149734 B CN117149734 B CN 117149734B CN 202311415454 A CN202311415454 A CN 202311415454A CN 117149734 B CN117149734 B CN 117149734B
Authority
CN
China
Prior art keywords
svn
file
path
folder
detected
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.)
Active
Application number
CN202311415454.0A
Other languages
Chinese (zh)
Other versions
CN117149734A (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.)
Changzhou Nanfei Microelectronics Co ltd
Original Assignee
Changzhou Nanfei Microelectronics 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 Changzhou Nanfei Microelectronics Co ltd filed Critical Changzhou Nanfei Microelectronics Co ltd
Priority to CN202311415454.0A priority Critical patent/CN117149734B/en
Publication of CN117149734A publication Critical patent/CN117149734A/en
Application granted granted Critical
Publication of CN117149734B publication Critical patent/CN117149734B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/18File system types
    • G06F16/1873Versioning file systems, temporal file systems, e.g. file system supporting different historic versions of files
    • 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/13File access structures, e.g. distributed indices
    • 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/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a file management method and device based on SVN, a storage medium and electronic equipment, and belongs to the technical field of computers. The SVN-based file management method comprises the following steps: acquiring file resource information in SVN; constructing a catalog based on a preset local path and file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN; setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation button is used for realizing management action on file resources in the SVN; SVN files are managed based on the SVN directory. The time consumed by searching is reduced, the occupation of a local disk is reduced, and the resources in the SVN library can be quickly searched.

Description

SVN-based file management method and device, storage medium and electronic equipment
Technical Field
The present invention relates to the field of computer technology, and in particular, to a SVN-based file management method, a SVN-based file management apparatus, a machine-readable storage medium, and an electronic device.
Background
In enterprises, there are usually a large number of files and data to be saved, and a version control System (SVN) is an excellent archiving and version control tool. The SVN manages time-varying data and is understood to be a library of SVNs that can store various files, which can be tagged and each change can be recorded, so that the latest, rolled back files can be obtained.
However, as time goes by, more and more files and data are accumulated in the SVN, and a large number of files and data in the SVN also cause the problems of difficult retrieval and excessive occupation of local resources after synchronizing the SVN files and data to the local, so that the retrieval is difficult, and the time cost of the user is increased.
Therefore, the conventional file management based on SVN has the problems of consuming a large amount of inquiry time and excessively occupying disk space.
Disclosure of Invention
The invention aims to provide a SVN-based file management method, a SVN-based file management device, a machine-readable storage medium and electronic equipment.
In order to achieve the above object, a first aspect of the present application provides a file management method based on SVN, including:
acquiring file resource information in SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN;
setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation button is used for realizing management action on file resources in the SVN;
and managing the SVN files based on the SVN directory.
In this embodiment of the present application, the obtaining file resource information in the SVN includes:
positioning the position of a file resource in the SVN based on preset SVN account information;
acquiring the folder name of each layer in the position of the file resource in the SVN and the corresponding file name in the folder by adopting recursion, and recording the URL corresponding to the folder and the URL corresponding to the file;
Judging whether the same file name exists or not, and marking the file name when the same file name exists.
In the embodiment of the application, the operation button comprises a download button, wherein the download button is used for realizing the download operation of the SVN file;
the managing the SVN file based on the SVN directory includes:
responding to a download button clicked by a user, and determining a path to be detected according to a preset local path and the position of the download button clicked by the user in the SVN catalog;
judging whether the path to be detected exists locally or not;
and under the condition that the path to be detected does not exist locally, creating the path to be detected locally, and adding the file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN.
In an embodiment of the present application, further includes:
judging whether a download button clicked by a user is a download button corresponding to a folder under the condition that the path to be detected exists locally;
deleting a file and a folder created by SVN in the folder under the condition that a download button clicked by a user is a download button corresponding to the folder, and sending SVN file resources corresponding to the download button to a path to be detected;
Judging whether a corresponding file exists in the path to be detected or not under the condition that the download button clicked by the user is the download button corresponding to the file;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, and adding a file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN;
and under the condition that no corresponding file exists in the path to be detected, downloading the SVN file resource checkout corresponding to the button to the path to be detected.
In the embodiment of the application, the operation button comprises an update button, and the update button is used for realizing update operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
responding to an update button clicked by a user, and determining a path to be detected according to a preset local path and the position of a download button clicked by the user in the SVN catalog;
judging whether the path to be detected exists locally or not;
under the condition that the path to be detected does not exist locally, the path to be detected is created locally, and SVN file resources corresponding to the update button are blocked into the path to be detected;
And under the condition that the path to be detected exists locally, updating the SVN file resource checkout corresponding to the button to the path to be detected.
In the embodiment of the application, the operation buttons include a delete button, where the delete button is used to implement delete operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
responding to the delete button clicked by the user, and judging whether the delete button clicked by the user is a delete button corresponding to the folder;
under the condition that the delete button clicked by the user is the delete button corresponding to the folder, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the path to be detected exists locally or not;
deleting files and folders created by the SVN under the path to be detected under the condition that the path to be detected exists locally, deleting the corresponding folders in the SVN, and remarking the deletion reason;
deleting the corresponding folder in the SVN and remarking the deletion reason under the condition that the path to be detected does not exist locally;
under the condition that the delete button clicked by the user is the delete button corresponding to the file, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the corresponding file exists in the path to be detected;
Deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, deleting the corresponding file in the SVN, and remarking the deletion reason;
and deleting the corresponding file in the SVN and remarking the deletion reason under the condition that the corresponding file does not exist in the path to be detected.
In an embodiment of the present application, further includes:
and acquiring SVN library information, and associating the SVN catalog with the SVN library information.
A second aspect of the present application provides a SVN-based file management apparatus, including:
the acquisition module is used for acquiring file resource information in the SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
the first construction module is used for constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN;
the second construction module is used for setting corresponding operation buttons for each folder and each file in the initial catalog respectively to obtain an SVN catalog; the operation button is used for realizing management action on file resources in the SVN;
And the management module is used for managing the SVN files based on the SVN catalogue.
A third aspect of the present application provides an electronic device, comprising:
at least one processor;
a memory coupled to the at least one processor;
the memory stores instructions executable by the at least one processor, and the at least one processor implements the SVN-based file management method by executing the instructions stored by the memory.
A fourth aspect of the present application provides a machine-readable storage medium having instructions stored thereon that, when executed by a processor, cause the processor to be configured to perform the SVN-based file management method described above.
Through the technical scheme, file resource information in the SVN is obtained; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file; constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN; setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation buttons are used for realizing management actions on file resources in the SVN, and obtaining an SVN catalog; managing SVN files based on the SVN catalogue; through the method, files and folders in the SVN resource library can be intuitively displayed in a directory mode, meanwhile, the files and the materials which are wanted by the user can be intuitively searched without downloading the files in the SVN resource library to the local, the time consumed by searching is reduced, the occupation of a local disk is reduced, only the wanted part is reserved, the resources in the SVN resource library can be quickly searched, the searching is convenient, meanwhile, only a small number of files are reserved on the local disk, and the waste of the local disk is reduced. Through the operation buttons of the catalogue, the management of the files and folders can be realized, and the file and data searching is more convenient.
Additional features and advantages of embodiments of the invention will be set forth in the detailed description which follows.
Drawings
The accompanying drawings are included to provide a further understanding of embodiments of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain, without limitation, the embodiments of the invention. In the drawings:
FIG. 1 schematically illustrates a flowchart of a SVN-based file management method according to an embodiment of the present application;
FIG. 2 schematically illustrates a SVN resource acquisition process according to an embodiment of the present application;
FIG. 3 schematically illustrates a SVN file download process according to an embodiment of the present application;
FIG. 4 schematically illustrates a SVN file update process according to an embodiment of the present application;
FIG. 5 schematically illustrates a schematic diagram of an SVN file deletion process according to an embodiment of the present application;
FIG. 6 schematically illustrates a configuration page display diagram according to an embodiment of the present application;
FIG. 7 schematically illustrates one of the results page display diagrams according to an embodiment of the present application;
FIG. 8 schematically illustrates another results page display diagram according to an embodiment of the present application;
FIG. 9 schematically illustrates a block diagram of a SVN-based file management apparatus according to an embodiment of the present application;
Fig. 10 schematically shows an internal structural diagram of a computer device according to an embodiment of the present application.
Description of the reference numerals
410-an acquisition module; 420-a first building block; 430-a second building block; 440-a management module; a01-a processor; a02-a network interface; a03-an internal memory; a04-a display screen; a05-an input device; a06—a nonvolatile storage medium; b01-operating system; b02-computer program.
Detailed Description
The following describes the detailed implementation of the embodiments of the present invention with reference to the drawings. It should be understood that the detailed description and specific examples, while indicating and illustrating the invention, are not intended to limit the invention.
It should be noted that, if there is a description of "first", "second", etc. in the embodiments of the present application, the description of "first", "second", etc. is only for descriptive purposes, and is not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be regarded as not exist and not within the protection scope of the present application.
The uniform resource locator (Uniform Resource Locator, URL) mentioned in this embodiment is a concise representation of the location and access method of the resource available on the internet, and is the address of the standard resource on the internet. An application programming interface (Application Programming Interface, API), which is a number of predefined functions, is designed to provide the application and developer the ability to access a set of routines based on certain software or hardware without having to access source code or understand the details of the internal operating mechanisms. Python is an object-oriented, interpreted computer programming language. Update, checkout mentioned in this embodiment is a command in SVN, and a checkout is used to output SVN resources to be detected, and an update is used to output SVN resources to be updated.
The embodiment of the invention provides a file management method based on SVN, which is characterized in that the path of each folder and the file name of the corresponding file in the folder are acquired by recursively traversing the folders in the SVN, the directory is generated after the resources are acquired, and the update, download and delete buttons are generated for updating, downloading and deleting the SVN folders or the files so as to realize the operation of the SVN files, thereby being capable of quickly searching the resources in the SVN library, facilitating the search, simultaneously only needing to reserve a small amount of files on a local disk and reducing the waste of the local disk. In order to facilitate the description of the solution, the solution is mainly described based on Excel, and it should be noted that the solution may be implemented based on other forms, and the embodiment is not limited.
Referring to fig. 1, fig. 1 schematically illustrates a flowchart of an SVN-based file management method according to an embodiment of the present application. The embodiment provides a file management method based on SVN, which comprises the following steps:
step 210: acquiring file resource information in SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
in this embodiment, the above-mentioned obtaining may be by accessing the SVN, traversing the folders and files in the SVN, recording the folder names and the file names, and recording the corresponding URLs at the same time. Taking an Excel-based implementation as an example, the method can be used for calling an API corresponding to the SVN through python, traversing folders in the SVN, realizing file name collection in the SVN, and calling a table processing library function through python to realize record of the file names in the SVN.
Specifically, the obtaining file resource information in the SVN includes the following steps:
firstly, positioning the position of a file resource in SVN based on preset SVN account information;
then, recursively acquiring the folder name of each layer in the position of the file resource in the SVN and the corresponding file name in the folder, and recording the URL corresponding to the folder and the URL corresponding to the file;
Finally, judging whether the same file name exists or not, and marking the file name when the same file name exists.
In this embodiment, the preset SVN account information includes, but is not limited to, an SVN user name, a password, and a URL corresponding to the SVN material. Taking an Excel-based implementation as an example, locating the position of an SVN resource by using python to call an API corresponding to SVN through a SVN user name, a password and a URL corresponding to SVN data configured in Excel, and then using recursion to acquire the corresponding file name in each layer of folders in the SVN path. When the file resource information is acquired, the corresponding path and the file name of the file are recorded, the sheet page of the Excel file is written, when the name of the file folder is recorded, the URL corresponding to the file folder is recorded at the same time, when the file name is recorded, whether the file with the same name exists in the current SVN resource path (the file name is the same as the file suffix), if the file with the same name exists, the file name is marked by using the color, comments are made on the corresponding cells, and if the file with the same name does not exist, no operation is performed. By marking the same file name, it is helpful for the user to quickly notice the same file.
Through the operation of marking repeated files, repeated submission of the same file and resources to the SVN library can be reduced, and the waste of disk space in the SVN library is reduced. Unnecessary file and data synchronization can be reduced, and consumption of local disk space can be reduced.
Step 220: constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN;
in this embodiment, the preset local path refers to a local storage path, and may be preset, where all folders and files from the SVN are stored in the local path. When file resource information in SVN is obtained, files can be classified according to folders, corresponding URLs are recorded simultaneously when folder names and file names are recorded, and then an initial directory is constructed according to a storage position structure on SVN, so that the constructed initial directory structure reflects the storage position of the files in SVN. The obtained initial directory may include a multi-level directory, such as: the primary directory is a local path 1, the secondary directory is a folder 1, and the tertiary directory comprises a file 1 and a file 2. File resources in the SVN may be accessed through the initial directory.
Step 230: setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation button is used for realizing management action on file resources in the SVN;
in this embodiment, the folders in the initial directory include folders recorded from the SVN and folders corresponding to the local path. The above-mentioned operation buttons include, but are not limited to, update, download and delete buttons for updating, downloading and deleting SVN folders or files. It should be noted that the number of the operation buttons may be one or more, and may be specifically generated according to actual needs, and meanwhile, the number and types of the operation buttons corresponding to different folders or files may be the same or different. The location of the operation buttons may be near the corresponding folder or file, for example, in an Excel-based implementation, with the operation buttons located in the cells behind the row of the folder or file, for example, the operation buttons of the folder 1 are behind the row of the cell B2.
Taking an Excel-based implementation as an example, a process of implementing generation of an SVN directory through SVN resource acquisition is illustrated, referring to fig. 2, fig. 2 schematically illustrates a SVN resource acquisition process according to an embodiment of the present application.
The SVN resource acquisition is to input an SVN user name, a password and a corresponding URL (the user name and the password can be saved in advance, the step can be skipped after the saving), then acquire a folder corresponding to the current account and a corresponding file name in each layer of folder at the SVN server, write the acquired folder name and the corresponding file name into an Excel file, group the file names according to the folders, and record the corresponding URL at the same time when recording the folder name and the file name. Judging whether a file with a double name exists during recording, if so, marking the file with the double name by using a special color mark, and marking, otherwise, not operating. And finally attaching operation buttons corresponding to the downloading, updating and deleting actions corresponding to the SVN to each folder and file in Excel to obtain the SVN directory.
Step 240: managing SVN files based on the SVN catalogue;
in this embodiment, the SVN directory records the file resources in the SVN, and the SVN directory can quickly retrieve the resources in the SVN library, so as to facilitate searching. Meanwhile, an operation button is arranged in the SVN catalog, files or folders to be operated can be managed and operated through the operation button respectively, and management is convenient.
Management operations respectively implemented for the download button, update button, and delete button are described below:
In some embodiments, the operation buttons include a download button for implementing a download operation of the SVN file;
the SVN file management method based on the SVN directory comprises the following steps:
firstly, responding to a download button clicked by a user, and determining a path to be detected according to a preset local path and the position of the download button clicked by the user in the SVN catalog;
for example, the local path is: "d: test/", download button is in folder 123, then the path to be detected is "d: test/123/", if download button is in file 4, subfolder 456 of file 4 under folder 123, then the path to be detected is "d: test/123/456". It should be noted that, other operation buttons are similar to the above-mentioned procedure of determining the path to be detected by the download button, and the description will not be repeated.
Then, judging whether the path to be detected exists locally or not;
and under the condition that the path to be detected does not exist locally, creating the path to be detected locally, and adding the file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN.
Judging whether a download button clicked by a user is a download button corresponding to a folder under the condition that the path to be detected exists locally;
Deleting a file and a folder created by SVN in the folder under the condition that a download button clicked by a user is a download button corresponding to the folder, and sending SVN file resources corresponding to the download button to a path to be detected;
judging whether a corresponding file exists in the path to be detected or not under the condition that the download button clicked by the user is the download button corresponding to the file;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, and adding a file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN;
and under the condition that no corresponding file exists in the path to be detected, downloading the SVN file resource checkout corresponding to the button to the path to be detected.
In this embodiment, the user can download the SVN folder or file desired by the user through the download button. Taking an Excel-based implementation as an example, please refer to fig. 3, fig. 3 schematically illustrates a SVN file downloading process according to an embodiment of the present application. The file downloading can use python to call an API corresponding to the checkout of the SVN, after a user clicks a downloading button, whether a corresponding folder exists on the local disk or not is checked according to the position of the downloading button in the SVN directory and the local path configured by the downloading button, namely whether the path to be detected exists is detected, if the folder already exists, the path to be detected is indicated to exist locally, whether the downloading button is positioned in a corresponding row of the folder or not is judged firstly, namely whether the path to be detected is the downloading button corresponding to the folder or not, if the path to be detected is the downloading button corresponding to the folder, the file and the folder created by the SVN in the folder are deleted, meanwhile, the subfolder is deleted recursively, and if the file or the folder created by the non-SVN in the local folder is needed to be reserved. Downloading the corresponding folder in the SVN resources and the resources in the subfolders to a local disk; if not, judging whether the file exists in the folder or not if the file exists in the folder, deleting the file according to the file name, and downloading the SVN corresponding resource to the local. If the position of the download button is not corresponding to the folder in the local disk, namely, the path to be detected does not exist, the folder is directly created, namely, the path to be detected is created locally, and the folder and the subfolder in which the download button is positioned are downloaded to the local disk.
The file or the folder which is required to be downloaded can be quickly determined through the SVN directory, so that the inquiry time is reduced, then a user can download the required file or folder according to the requirement through the download button, and the whole download is not required, so that unnecessary file and data synchronization can be reduced, and the consumption of local disk space is reduced.
In some embodiments, the operation buttons include an update button for implementing an update operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
firstly, responding to an update button clicked by a user, and determining a path to be detected according to a preset local path and the position of a download button clicked by the user in the SVN catalog;
then, judging whether the path to be detected exists locally or not;
under the condition that the path to be detected does not exist locally, the path to be detected is created locally, and SVN file resources corresponding to the update button are blocked into the path to be detected;
and under the condition that the path to be detected exists locally, updating the SVN file resource checkout corresponding to the button to the path to be detected.
In this embodiment, the update button facilitates the user to update his/her desired SVN folder or file. Taking an Excel-based implementation as an example, please refer to fig. 4, fig. 4 schematically illustrates a SVN file updating process according to an embodiment of the present application. File updates use python to call the API corresponding to update of SVN. After the user clicks the update, checking whether a corresponding folder exists on the local disk according to the position of the update button and the configured local path, namely detecting whether a path to be detected exists, and if the folder exists, directly updating the file or the folder at the position of the update button to the local; if the folder does not exist, the folder is created first, and then the file or the folder where the update button is located is updated to the local.
The file or the folder which needs to be updated can be quickly determined through the SVN directory, the inquiry time is reduced, then a user can update the required file or folder according to the requirement through the update button, all the files are not required to be updated, unnecessary file and data synchronization can be reduced, and the consumption of local disk space is reduced.
In some embodiments, the operation buttons include a delete button for implementing a delete operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
firstly, responding to a delete button clicked by a user, and judging whether the delete button clicked by the user is a delete button corresponding to a folder;
then, under the condition that the delete button clicked by the user is the delete button corresponding to the folder, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the path to be detected exists locally or not;
deleting files and folders created by the SVN under the path to be detected under the condition that the path to be detected exists locally, deleting the corresponding folders in the SVN, and remarking the deletion reason;
Deleting the corresponding folder in the SVN and remarking the deletion reason under the condition that the path to be detected does not exist locally;
under the condition that the delete button clicked by the user is the delete button corresponding to the file, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the corresponding file exists in the path to be detected;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, deleting the corresponding file in the SVN, and remarking the deletion reason;
and deleting the corresponding file in the SVN and remarking the deletion reason under the condition that the corresponding file does not exist in the path to be detected.
In this embodiment, the delete button facilitates the user to delete unwanted files or duplicate files. Taking an Excel-based implementation as an example, please refer to fig. 5, fig. 5 schematically illustrates a SVN file deletion process according to an embodiment of the present application. File deletion calls the API corresponding to the commit of the SVN using python. After the user clicks delete, it is determined whether to delete the folder. If the file folder is deleted, searching whether the file folder exists in the local disk, if so, deleting the file folder and the file folder created by the SVN in the file folder and the subfolder, and when the file folder has the file and the file folder created by the non-SVN, reserving the upper-layer file folder and the corresponding subfolder which cannot be deleted, deleting the corresponding file and the file folder on the SVN server, and remarking the deletion reason. If there are files or folders created by non-SVNs in the local folder, the local folder needs to be reserved, and the folders in the SVNs do not need to be reserved. If the deletion clicked by the user is not the deletion folder, searching whether files exist in the local path, deleting the local files, deleting the server files again when the files exist, and directly deleting the server files and remarking the deletion reasons when the files do not exist in the local path. After the operation is completed, finally submitting the SVN deleting action to complete the deleting flow.
The file or the file to be deleted can be quickly determined through the SVN directory, so that the inquiry time is shortened, then a user can delete the required file or the file according to the need through the deletion button, the mistaken deletion is avoided, and the user operation is facilitated.
In the implementation process, file resource information in the SVN is obtained; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file; constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN; setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation buttons are used for realizing management actions on file resources in the SVN, and obtaining an SVN catalog; managing SVN files based on the SVN catalogue; through the method, files and folders in the SVN resource library can be intuitively displayed in a directory mode, meanwhile, the files and the materials which are wanted by the user can be intuitively searched without downloading the files in the SVN resource library to the local, the time consumed by searching is reduced, the occupation of a local disk is reduced, only the wanted part is reserved, the resources in the SVN resource library can be quickly searched, the searching is convenient, meanwhile, only a small number of files are reserved on the local disk, and the waste of the local disk is reduced. Through the operation buttons of the catalogue, the management of downloading, updating, deleting and the like of files and folders can be realized, so that the files and the data can be searched more conveniently.
In some embodiments, further comprising: and acquiring SVN library information, and associating the SVN catalog with the SVN library information.
In this embodiment, the SVN library information includes, but is not limited to, a resource library name, a user name, a password, a URL corresponding to the SVN, and a local storage path. Taking an Excel implementation manner as an example, referring to fig. 6, fig. 6 schematically shows a configuration page display diagram according to an embodiment of the present application, by displaying SVN library information through a configurable page, where the associating of the SVN directory with the SVN library information may specifically be configuring an acquisition button and an update button, when the acquisition button is clicked, a sheet page named as the SVN library is created in the Excel, after clicking once, the acquisition button is not reusable, and only the update button is used to complete the update of the SVN library resource. And when clicking for updating, the SVN resources of the corresponding sheet pages are pulled again, and the corresponding sheet pages are refreshed. The sheets are stored with SVN directories, and the corresponding sheets are result pages, please refer to fig. 7 and 8, where the content stored in the result pages is SVN directories, and the result pages are grouped by folders, and each file or folder has a download, update and delete button. The corresponding resources in the local and SVN libraries can be operated synchronously by clicking on download, update, delete.
It should be noted that the SVN library information may be information of a plurality of SVN libraries, and accordingly, each SVN library information may be respectively related to a corresponding SVN directory, so as to implement simultaneous management of a plurality of SVN library resources, and implement centralized management, so that file and data searching is more convenient.
FIG. 1 is a flow chart of a method of SVN-based file management in one embodiment. It should be understood that, although the steps in the flowchart of fig. 1 are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 1 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily performed in sequence, but may be performed alternately or alternately with at least a portion of other steps or sub-steps of other steps.
Referring to fig. 9, fig. 9 schematically shows a block diagram of a SVN-based file management apparatus according to an embodiment of the present application. The present embodiment provides a file management apparatus based on SVN, including an obtaining module 410, a first constructing module 420, a second constructing module 430 and a management module 440, where:
an obtaining module 410, configured to obtain file resource information in the SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
a first construction module 420, configured to construct a directory based on a preset local path and the file resource information, to obtain an initial directory; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN;
a second construction module 430, configured to set corresponding operation buttons for each folder and each file in the initial directory, to obtain an SVN directory; the operation button is used for realizing management action on file resources in the SVN;
And the management module 440 is configured to manage the SVN file based on the SVN directory.
The SVN-based file management apparatus includes a processor and a memory, the above-mentioned acquisition module 410, the first construction module 420, the second construction module 430, the management module 440, etc. are stored in the memory as program units, and the processor executes the above-mentioned program units stored in the memory to implement corresponding functions.
The processor includes a kernel, and the kernel fetches the corresponding program unit from the memory. The kernel can be provided with one or more than one kernel, files and folders in the SVN resource library can be intuitively displayed in a directory manner by adjusting kernel parameters, and management such as downloading, updating, deleting and the like of the files and folders can be realized by operating buttons of the directory, so that the files and the data are more convenient to find.
The memory may include volatile memory, random Access Memory (RAM), and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), among other forms in computer readable media, the memory including at least one memory chip.
Embodiments of the present invention provide a machine-readable storage medium having stored thereon a program which, when executed by a processor, implements the SVN-based file management method.
The embodiment of the invention provides a processor which is used for running a program, wherein the file management method based on SVN is executed when the program runs.
In one embodiment, a computer device is provided, which may be a terminal, and an internal structure diagram thereof may be as shown in fig. 10. The computer apparatus includes a processor a01, a network interface a02, a display screen a04, an input device a05, and a memory (not shown in the figure) which are connected through a system bus. Wherein the processor a01 of the computer device is adapted to provide computing and control capabilities. The memory of the computer device includes an internal memory a03 and a nonvolatile storage medium a06. The nonvolatile storage medium a06 stores an operating system B01 and a computer program B02. The internal memory a03 provides an environment for the operation of the operating system B01 and the computer program B02 in the nonvolatile storage medium a06. The network interface a02 of the computer device is used for communication with an external terminal through a network connection. The computer program, when executed by the processor a01, implements a SVN-based file management method. The display screen a04 of the computer device may be a liquid crystal display screen or an electronic ink display screen, and the input device a05 of the computer device may be a touch layer covered on the display screen, or may be a key, a track ball or a touch pad arranged on a casing of the computer device, or may be an external keyboard, a touch pad or a mouse.
It will be appreciated by those skilled in the art that the structure shown in fig. 10 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, the SVN-based file management apparatus provided herein may be implemented in the form of a computer program that is executable on a computer device as shown in fig. 10. The memory of the computer device may store various program modules constituting the SVN-based file management apparatus, such as the acquisition module 410, the first construction module 420, the second construction module 430 and the management module 440 shown in fig. 9. The computer program constituted by the respective program modules causes the processor to execute the steps in the SVN-based file management method of the respective embodiments of the present application described in the present specification.
The computer apparatus shown in fig. 10 may perform step 210 through the acquisition module 410 in the SVN-based file management apparatus as shown in fig. 9. Step 220 may be performed by a computer device through a first build module 420, step 230 may be performed by a computer device through a second build module 430, and step 240 may be performed by a computer device through a management module 440.
The embodiment of the application provides electronic equipment, which comprises: at least one processor; a memory coupled to the at least one processor; the memory stores instructions executable by the at least one processor, and the at least one processor implements the SVN-based file management method by executing the instructions stored by the memory. The processor when executing the instructions implements the steps of:
acquiring file resource information in SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN;
setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation button is used for realizing management action on file resources in the SVN;
Managing SVN files based on the SVN catalogue;
the preset local path is a primary directory, and the operation button is used for realizing management action on SVN files.
In one embodiment, the obtaining file resource information in the SVN includes:
positioning the position of a file resource in the SVN based on preset SVN account information;
acquiring the folder name of each layer in the position of the file resource in the SVN and the corresponding file name in the folder by adopting recursion, and recording the URL corresponding to the folder and the URL corresponding to the file;
judging whether the same file name exists or not, and marking the file name when the same file name exists.
In one embodiment, the operation buttons include a download button, where the download button is used to implement a download operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
responding to a download button clicked by a user, and determining a path to be detected according to a preset local path and the position of the download button clicked by the user in the SVN catalog;
judging whether the path to be detected exists locally or not;
and under the condition that the path to be detected does not exist locally, creating the path to be detected locally, and adding the file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN.
In one embodiment, further comprising:
judging whether a download button clicked by a user is a download button corresponding to a folder under the condition that the path to be detected exists locally;
deleting a file and a folder created by SVN in the folder under the condition that a download button clicked by a user is a download button corresponding to the folder, and sending SVN file resources corresponding to the download button to a path to be detected;
judging whether a corresponding file exists in the path to be detected or not under the condition that the download button clicked by the user is the download button corresponding to the file;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, and adding a file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN;
and under the condition that no corresponding file exists in the path to be detected, downloading the SVN file resource checkout corresponding to the button to the path to be detected.
In one embodiment, the operation buttons include an update button for implementing an update operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
Responding to an update button clicked by a user, and determining a path to be detected according to a preset local path and the position of a download button clicked by the user in the SVN catalog;
judging whether the path to be detected exists locally or not;
under the condition that the path to be detected does not exist locally, the path to be detected is created locally, and SVN file resources corresponding to the update button are blocked into the path to be detected;
and under the condition that the path to be detected exists locally, updating the SVN file resource checkout corresponding to the button to the path to be detected.
In one embodiment, the operation buttons include a delete button for implementing a delete operation on the SVN file;
the managing the SVN file based on the SVN directory includes:
responding to the delete button clicked by the user, and judging whether the delete button clicked by the user is a delete button corresponding to the folder;
under the condition that the delete button clicked by the user is the delete button corresponding to the folder, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the path to be detected exists locally or not;
Deleting files and folders created by the SVN under the path to be detected under the condition that the path to be detected exists locally, deleting the corresponding folders in the SVN, and remarking the deletion reason;
deleting the corresponding folder in the SVN and remarking the deletion reason under the condition that the path to be detected does not exist locally;
under the condition that the delete button clicked by the user is the delete button corresponding to the file, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the corresponding file exists in the path to be detected;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, deleting the corresponding file in the SVN, and remarking the deletion reason;
and deleting the corresponding file in the SVN and remarking the deletion reason under the condition that the corresponding file does not exist in the path to be detected.
In one embodiment, further comprising:
and acquiring SVN library information, and associating the SVN catalog with the SVN library information.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, etc., such as Read Only Memory (ROM) or flash RAM. Memory is an example of a computer-readable medium.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises an element.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and changes may be made to the present application by those skilled in the art. Any modifications, equivalent substitutions, improvements, etc. which are within the spirit and principles of the present application are intended to be included within the scope of the claims of the present application.

Claims (10)

1. A SVN-based file management method, comprising:
acquiring file resource information in SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
Constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN; comprising the following steps: storing all folders and files of a checkout on the SVN under a local path, classifying the files according to the folders when acquiring file resource information in the SVN, recording corresponding URLs when recording folder names and file names, and further constructing an initial directory according to a storage position structure on the SVN;
setting corresponding operation buttons for each folder and each file in the initial directory to obtain an SVN directory; the operation button is used for realizing management action on file resources in the SVN; wherein, the operation buttons include, but are not limited to, update, download and delete buttons for updating, downloading and deleting SVN folders or files; the position of the operation button is near the corresponding folder or file;
and managing the SVN files based on the SVN directory.
2. The SVN-based file management method of claim 1, wherein said obtaining file resource information in the SVN comprises:
Positioning the position of a file resource in the SVN based on preset SVN account information;
acquiring the folder name of each layer in the position of the file resource in the SVN and the corresponding file name in the folder by adopting recursion, and recording the URL corresponding to the folder and the URL corresponding to the file;
judging whether the same file name exists or not, and marking the file name when the same file name exists.
3. The SVN-based file management method of claim 1, wherein said operation buttons include a download button for implementing a download operation of an SVN file;
the managing the SVN file based on the SVN directory includes:
responding to a download button clicked by a user, and determining a path to be detected according to a preset local path and the position of the download button clicked by the user in the SVN catalog;
judging whether the path to be detected exists locally or not;
and under the condition that the path to be detected does not exist locally, creating the path to be detected locally, and adding the file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN.
4. The SVN-based file management method according to claim 3, further comprising:
judging whether a download button clicked by a user is a download button corresponding to a folder under the condition that the path to be detected exists locally;
deleting a file and a folder created by SVN in the folder under the condition that a download button clicked by a user is a download button corresponding to the folder, and sending SVN file resources corresponding to the download button to a path to be detected;
judging whether a corresponding file exists in the path to be detected or not under the condition that the download button clicked by the user is the download button corresponding to the file;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, and adding a file resource checkout corresponding to the download button clicked by the user into the path to be detected from the SVN;
and under the condition that no corresponding file exists in the path to be detected, downloading the SVN file resource checkout corresponding to the button to the path to be detected.
5. The SVN-based file management method of claim 1, wherein said operation buttons include an update button for implementing an update operation on SVN files;
The managing the SVN file based on the SVN directory includes:
responding to an update button clicked by a user, and determining a path to be detected according to a preset local path and the position of a download button clicked by the user in the SVN catalog;
judging whether the path to be detected exists locally or not;
under the condition that the path to be detected does not exist locally, the path to be detected is created locally, and SVN file resources corresponding to the update button are blocked into the path to be detected;
and under the condition that the path to be detected exists locally, updating the SVN file resource checkout corresponding to the button to the path to be detected.
6. The SVN-based file management method of claim 1, wherein said operation buttons include a delete button for effecting a delete operation of an SVN file;
the managing the SVN file based on the SVN directory includes:
responding to the delete button clicked by the user, and judging whether the delete button clicked by the user is a delete button corresponding to the folder;
under the condition that the delete button clicked by the user is the delete button corresponding to the folder, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the path to be detected exists locally or not;
Deleting files and folders created by the SVN under the path to be detected under the condition that the path to be detected exists locally, deleting the corresponding folders in the SVN, and remarking the deletion reason;
deleting the corresponding folder in the SVN and remarking the deletion reason under the condition that the path to be detected does not exist locally;
under the condition that the delete button clicked by the user is the delete button corresponding to the file, determining a path to be detected according to a preset local path and the position of the delete button clicked by the user in the SVN directory, and judging whether the corresponding file exists in the path to be detected;
deleting the corresponding file under the condition that the corresponding file exists in the path to be detected, deleting the corresponding file in the SVN, and remarking the deletion reason;
and deleting the corresponding file in the SVN and remarking the deletion reason under the condition that the corresponding file does not exist in the path to be detected.
7. The SVN-based file management method of claim 1, further comprising:
and acquiring SVN library information, and associating the SVN catalog with the SVN library information.
8. A SVN-based file management apparatus, comprising:
The acquisition module is used for acquiring file resource information in the SVN; the file resource information comprises a plurality of folder information and a plurality of file information, wherein the folder information comprises a folder name and a URL corresponding to the folder, and the file information comprises the file name and the URL corresponding to the file;
the first construction module is used for constructing a catalog based on a preset local path and the file resource information to obtain an initial catalog; the hierarchical structures of all folders and all files in the initial directory are the same as those of all folders and all files in the SVN; comprising the following steps: storing all folders and files of a checkout on the SVN under a local path, classifying the files according to the folders when acquiring file resource information in the SVN, recording corresponding URLs when recording folder names and file names, and further constructing an initial directory according to a storage position structure on the SVN;
the second construction module is used for setting corresponding operation buttons for each folder and each file in the initial catalog respectively to obtain an SVN catalog; the operation button is used for realizing management action on file resources in the SVN; wherein, the operation buttons include, but are not limited to, update, download and delete buttons for updating, downloading and deleting SVN folders or files; the position of the operation button is near the corresponding folder or file;
And the management module is used for managing the SVN files based on the SVN catalogue.
9. An electronic device, comprising:
at least one processor;
a memory coupled to the at least one processor;
wherein the memory stores instructions executable by the at least one processor that, by executing the memory stored instructions, implement the SVN based file management method of any of claims 1-7 to any of claims.
10. A machine-readable storage medium having instructions stored thereon, which when executed by a processor cause the processor to be configured to perform the SVN based file management method of any of claims 1-7.
CN202311415454.0A 2023-10-30 2023-10-30 SVN-based file management method and device, storage medium and electronic equipment Active CN117149734B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311415454.0A CN117149734B (en) 2023-10-30 2023-10-30 SVN-based file management method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311415454.0A CN117149734B (en) 2023-10-30 2023-10-30 SVN-based file management method and device, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN117149734A CN117149734A (en) 2023-12-01
CN117149734B true CN117149734B (en) 2024-02-02

Family

ID=88908413

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311415454.0A Active CN117149734B (en) 2023-10-30 2023-10-30 SVN-based file management method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN117149734B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648589A (en) * 2016-09-28 2017-05-10 郑州云海信息技术有限公司 svn source code online management and shared viewing system and method
CN111078637A (en) * 2019-10-12 2020-04-28 中国平安财产保险股份有限公司 Script file online method and device, computer equipment and storage medium
US20210365417A1 (en) * 2020-05-19 2021-11-25 Fujifilm Business Innovation Corp. File management device and non-transitory computer readable medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648589A (en) * 2016-09-28 2017-05-10 郑州云海信息技术有限公司 svn source code online management and shared viewing system and method
CN111078637A (en) * 2019-10-12 2020-04-28 中国平安财产保险股份有限公司 Script file online method and device, computer equipment and storage medium
US20210365417A1 (en) * 2020-05-19 2021-11-25 Fujifilm Business Innovation Corp. File management device and non-transitory computer readable medium

Also Published As

Publication number Publication date
CN117149734A (en) 2023-12-01

Similar Documents

Publication Publication Date Title
US7685177B1 (en) Detecting and managing orphan files between primary and secondary data stores
US7640406B1 (en) Detecting and managing orphan files between primary and secondary data stores for content addressed storage
JP5075920B2 (en) Web data usage platform
RU2464639C2 (en) Managing web page links using structured data
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
RU2608668C2 (en) System and method for control and organisation of web-browser cache for offline browsing
US7603397B1 (en) Detecting and managing missing parents between primary and secondary data stores
JP2005503616A (en) Techniques for restoring data based on data content and attributes
KR101682738B1 (en) Managed system extensibility
JP2004529442A (en) Application-specific rollback in computer systems
EP3025255A1 (en) Virtual synchronization with on-demand data delivery
US7966603B2 (en) Systems and methods for context-based content management
CN108932286B (en) Data query method and device
US7599971B1 (en) Detecting and managing missing parents between primary and secondary data stores for content addressed storage
CN110119386B (en) Data processing method, data processing apparatus, medium, and computing device
US8082230B1 (en) System and method for mounting a file system on multiple host computers
US7725507B1 (en) Dynamic directories
CN112000971B (en) File permission recording method, system and related device
CN112835638A (en) Configuration information management method and device based on embedded application program
CN117149734B (en) SVN-based file management method and device, storage medium and electronic equipment
CN112257005A (en) Form component generation method and device
CN116414935A (en) Method for distributed Search space vector data based on Elastic Search
CN115586872A (en) Container mirror image management method, device, equipment and storage medium
CN107103001B (en) Method, device and system for acquiring target front-end resource file based on browser
US11080238B2 (en) System and method for interactive visual representation of metadata within a networked heterogeneous workflow environment

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