CN106648589B - System and method for online management and shared viewing of svn source code - Google Patents

System and method for online management and shared viewing of svn source code Download PDF

Info

Publication number
CN106648589B
CN106648589B CN201610857660.0A CN201610857660A CN106648589B CN 106648589 B CN106648589 B CN 106648589B CN 201610857660 A CN201610857660 A CN 201610857660A CN 106648589 B CN106648589 B CN 106648589B
Authority
CN
China
Prior art keywords
svn
component
online management
shared viewing
user
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
CN201610857660.0A
Other languages
Chinese (zh)
Other versions
CN106648589A (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.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201610857660.0A priority Critical patent/CN106648589B/en
Publication of CN106648589A publication Critical patent/CN106648589A/en
Application granted granted Critical
Publication of CN106648589B publication Critical patent/CN106648589B/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

Abstract

The invention discloses a system and a method for online management and shared viewing of svn source codes, and belongs to the technical field of computer software application. The invention discloses a method for online management and shared viewing of an svn source code, which comprises the steps of carrying out user interaction on an svn console, obtaining a user instruction, transmitting the obtained user instruction to an svn engine, analyzing and processing the received instruction of the svn console by the svn engine, and calling an svn shared viewing component, an svn user authority control component and an svn online management component to carry out management of adding a new directory, deleting the directory, detecting and creating branches on svn. The online management and shared checking method of the svn source code can reduce the dependence on the environment, enhance the working stability, reduce the configuration difficulty and reduce the operation and maintenance management difficulty, and has good popularization and application values.

Description

System and method for online management and shared viewing of svn source code
Technical Field
The invention relates to the technical field of computer software application, and particularly provides a system and a method for online management and shared viewing of an svn source code.
Background
svn is short for subversion, is an open source code version control system, adopts a branch management system, and is a worker of cvs. Currently, most open source software uses svn as code version management software. Traditionally, the user password for svn requires a dedicated administrator to take care of. When the organization is large, almost more than one full-time administrator is needed and the administrator's job is the same: that is, the help item creates a library of svns, and each member of the help item creates a corresponding svn user password. Once the project member wants to modify the password, a mail is also required to notify the administrator to process. The whole process is low in efficiency, manpower is wasted, and enterprise cost is increased. In addition, a local svn client needs to be established to manage the svn server, the whole process is complex and tedious, a lot of workload is increased for software development, and further improvement is needed.
Disclosure of Invention
The technical task of the invention is to provide a system for online management and shared viewing of svn source codes, which reduces the dependency on the environment, enhances the working stability, reduces the configuration difficulty and reduces the operation and maintenance management difficulty.
The invention further provides a method for the online management and the shared viewing of the svn source code, which is simple and convenient to operate and can solve the problems of inconvenience in the traditional C/S mode management svn process.
In order to achieve the purpose, the invention provides the following technical scheme:
an online management and shared viewing system of an svn source code is composed of an svn engine, an svn console, an svn shared viewing component, an svn user authority control component and an svn online management component, wherein the svn console, the svn shared viewing component, the svn user authority control component and the svn online management component are respectively connected with the svn engine for communication; the svn console is used for acquiring a user instruction and transmitting the acquired user instruction to the svn engine; the svn engine is used for analyzing and processing the received instructions of the svn console and calling the svn shared viewing component, the svn user authority control component and the svn online management component to perform operation and combination to manage the svn.
The svn shared viewing component, the svn user authority control component and the svn online management component are three components which independently realize functions. The system for online management and shared viewing of the svn source codes well reduces module coupling, is simple, convenient and flexible to use, improves efficiency, saves manpower, overcomes various defects of inconvenience in client management, and reduces dependence on the environment.
Preferably, the svn shared viewing component is used for viewing the directory structure, the source file and the history record of the svn on line; the svn user authority control component is used for completing overall analysis of svn user authority, authority information editing and hierarchical authorization and supporting the authority control of a directory level and a single file level; the svn online management component is used for carrying out online check-in and check-out operation on the svn and supporting execution of a common function command of the svn.
The svn shared viewing component, the svn user authority control component and the svn online management component can complete management of adding a catalog to the svn, deleting the catalog, checking in, checking out and creating branches.
An svn console is responsible for user interaction, user instructions are obtained and transmitted to an svn engine, the svn engine is used for analyzing and processing the received instructions of the svn console and calling an svn shared viewing component, an svn user authority control component and an svn online management component to carry out management of adding a catalog, deleting the catalog, checking in, checking out and creating branches on svn.
Preferably, the svn engine processes user interaction events and coordinates the work of an svn shared viewing component, an svn user authority control component and an svn online management component, wherein the svn shared viewing component is used for viewing the directory structure, the source file and the history of the svn online; the svn user authority control component is used for completing overall analysis of svn user authority, authority information editing and hierarchical authorization and supporting the authority control of a directory level and a single file level; the svn online management component is used for carrying out online check-in and check-out operation on the svn and supporting execution of a common function command of the svn.
Compared with the prior art, the system and the method for online management and shared viewing of the svn source code have the following outstanding advantages: the online management and shared viewing method of the svn source code solves the problem of automatic authority control of the catalog level and the file level of the svn source code, solves the problem of online viewing of the structure and the source code of the svn catalog, solves the problems of inconvenience in the traditional C/S mode management svn process, effectively reduces module coupling, is simple and convenient to use, reduces configuration difficulty and operation and maintenance management difficulty, overcomes various defects of traditional local svn client management, reduces dependence on the environment and enhances working stability.
Drawings
Fig. 1 is a schematic structural diagram of a system for online management and shared viewing of svn source code according to the present invention.
Detailed Description
The system and method for online management and shared viewing of svn source code of the present invention will be described in further detail with reference to the accompanying drawings and embodiments.
Examples
As shown in FIG. 1, the system for online management and shared viewing of svn source code of the invention is composed of a svn engine, a svn console, a svn shared viewing component, a svn user authority control component and a svn online management component. The svn console, the svn shared viewing component, the svn user authority control component and the svn online management component are respectively connected with and communicated with the svn engine. The svn console is used for acquiring a user instruction and transmitting the acquired user instruction to the svn engine; the svn engine is used for analyzing and processing the received instructions of the svn console and calling the svn shared viewing component, the svn user authority control component and the svn online management component to perform operation and combination to manage the svn. The svn shared viewing component, the svn user authority control component and the svn online management component are three components which independently realize functions. The svn shared viewing component is used for viewing the directory structure, the source file and the history record of the svn on line; the svn user authority control component is used for completing overall analysis of svn user authority, authority information editing and hierarchical authorization and supporting the authority control of a directory level and a single file level; the svn online management component is used for carrying out online check-in and check-out operation on the svn and supporting execution of a common function command of the svn.
According to the method for online management and shared viewing of the svn source code, the svn console is responsible for user interaction, user instructions are obtained and transmitted to the svn engine, and the svn engine is used for analyzing and processing the received instructions of the svn console and calling the svn shared viewing component, the svn user authority control component and the svn online management component to manage the svn. The svn shared viewing component is used for viewing the directory structure, the source file and the history record of the svn on line; the svn user authority control component is used for completing overall analysis of svn user authority, authority information editing and hierarchical authorization and supporting the authority control of a directory level and a single file level; the svn online management component is used for carrying out online check-in and check-out operation on the svn and supporting execution of a common function command of the svn. The method can overcome various defects of local svn client management, reduce the dependency on the environment and enhance the working stability of the svn source code.
The above-described embodiments are merely preferred embodiments of the present invention, and general changes and substitutions by those skilled in the art within the technical scope of the present invention are included in the protection scope of the present invention.

Claims (3)

1. A system for online management and shared viewing of source code using svn, comprising: the system comprises an svn engine, an svn console, an svn shared viewing component, an svn user authority control component and an svn online management component, wherein the svn shared viewing component, the svn user authority control component and the svn online management component are three components which independently realize functions, and the svn console, the svn shared viewing component, the svn user authority control component and the svn online management component are respectively connected with the svn engine for communication; the svn console is used for acquiring a user instruction and transmitting the acquired user instruction to the svn engine; the svn engine is used for analyzing and processing the received instructions of the svn console and calling the svn shared viewing component, the svn user authority control component and the svn online management component to perform operation combination to manage the svn; the svn shared viewing component is used for viewing the directory structure, the source file and the history record of the svn on line; the svn user authority control component is used for completing overall analysis of svn user authority, authority information editing and hierarchical authorization and supporting the authority control of a directory level and a single file level; the svn online management component is used for carrying out online check-in and check-out operation on the svn and supporting execution of a common function command of the svn.
2. A method for online management and shared viewing of source code using svn, comprising: the svn console is responsible for user interaction, acquiring a user instruction and transmitting the acquired user instruction to the svn engine, the svn engine is used for analyzing and processing the received user instruction transmitted by the svn console and calling the svn shared viewing component, the svn user authority control component and the svn online management component to manage the svn, wherein the svn shared viewing component is used for viewing a directory structure, a source file and a history record of the svn online; the svn user authority control component is used for completing overall analysis of svn user authority, authority information editing and hierarchical authorization and supporting the authority control of a directory level and a single file level; the svn online management component is used for carrying out online check-in and check-out operation on the svn and supporting execution of a common function command of the svn.
3. The method for online management and shared viewing of source code with svn as claimed in claim 2 wherein: the svn engine processes user interaction events and coordinates the work of the svn shared viewing component, the svn user authority control component and the svn online management component.
CN201610857660.0A 2016-09-28 2016-09-28 System and method for online management and shared viewing of svn source code Active CN106648589B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610857660.0A CN106648589B (en) 2016-09-28 2016-09-28 System and method for online management and shared viewing of svn source code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610857660.0A CN106648589B (en) 2016-09-28 2016-09-28 System and method for online management and shared viewing of svn source code

Publications (2)

Publication Number Publication Date
CN106648589A CN106648589A (en) 2017-05-10
CN106648589B true CN106648589B (en) 2020-06-02

Family

ID=58854536

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610857660.0A Active CN106648589B (en) 2016-09-28 2016-09-28 System and method for online management and shared viewing of svn source code

Country Status (1)

Country Link
CN (1) CN106648589B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107517124A (en) * 2017-07-18 2017-12-26 交控科技股份有限公司 Method and device based on Transmission Control Protocol Remote configuration Version Management Software SVN authorities
CN108062232A (en) * 2017-12-14 2018-05-22 上海钢联电子商务股份有限公司 A kind of system and method for automatically creating branch
CN108289250B (en) * 2017-12-27 2020-05-12 深圳市九洲电器有限公司 Set top box operating system management method and system
CN108762736B (en) * 2018-03-21 2022-09-02 五八有限公司 Project branch management method, device and equipment and computer readable storage medium
CN110908666B (en) * 2019-10-31 2022-03-22 北京浪潮数据技术有限公司 Source code sharing management method, device, equipment and computer storage medium
CN112181481A (en) * 2020-09-29 2021-01-05 北京达佳互联信息技术有限公司 Authority updating method and device of version management system
CN112783546A (en) * 2021-01-28 2021-05-11 杉德银卡通信息服务有限公司 Code authority WEB management system based on domain service and SVN
CN117149734B (en) * 2023-10-30 2024-02-02 常州楠菲微电子有限公司 SVN-based file management method and device, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678240A (en) * 2012-09-18 2014-03-26 阿里巴巴集团控股有限公司 Method and system for modularized management of distributed computation
CN104077131A (en) * 2014-06-13 2014-10-01 科大讯飞股份有限公司 Component deployment system and method
CN105677332A (en) * 2015-12-30 2016-06-15 上海玖镕信息科技有限公司 Software developing requirement management system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10120917B2 (en) * 2014-09-26 2018-11-06 Oracle International Corporation Integrating object-based data integration tool with a version control system in centralized and decentralized environments

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678240A (en) * 2012-09-18 2014-03-26 阿里巴巴集团控股有限公司 Method and system for modularized management of distributed computation
CN104077131A (en) * 2014-06-13 2014-10-01 科大讯飞股份有限公司 Component deployment system and method
CN105677332A (en) * 2015-12-30 2016-06-15 上海玖镕信息科技有限公司 Software developing requirement management system

Also Published As

Publication number Publication date
CN106648589A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106648589B (en) System and method for online management and shared viewing of svn source code
CN102375731B (en) Coding-free integrated application platform system
CA3111422C (en) User interface for automated flows within a cloud based developmental platform
US20180159747A1 (en) Automated feature deployment for active analytics microservices
CN111027921B (en) Service processing method and device, electronic equipment and storage medium
CN107358069B (en) Permission management system based on Hue
CA3017085C (en) Data modelling and flow engine for building automated flows within a cloud based developmental platform
CN105302532A (en) Visual modeling editor for constructing system model
CN102393889A (en) Permissions configuration management system
CN107145576B (en) Big data ETL scheduling system supporting visualization and process
CN105678522A (en) Workflow engine and project management system based on workflow
CN104217270A (en) Business process application file generating and execution methods, client, device and system
US20120078877A1 (en) Multi-source searching in a data driven application
CN111274561A (en) Identity management method, device, equipment and storage medium
CN114048188A (en) Cross-database data migration system and method
CN111752572B (en) Compiling method, device, equipment and storage medium
CN106648964A (en) Database backup method and system
CN114995816A (en) Business process configuration method and device, electronic equipment and readable storage medium
KR20200072857A (en) System and method for it infra operation and management
CN115630835A (en) Activity-based workflow general parameter configuration method and system
CN111666203B (en) Positioning processing method and device of risk software, electronic equipment and storage medium
CN112328300A (en) IT (information technology) automatic operation and maintenance system based on batch control tool
CN103106238B (en) The user-defined operation system of a kind of support and operational approach thereof
Jin et al. System modeling of vehicle management based on RUP and UML
CN111506399B (en) Task migration method and device, electronic equipment and storage medium

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200519

Address after: 250100 No. 1036 Tidal Road, Jinan High-tech Zone, Shandong Province, S01 Building, Tidal Science Park

Applicant after: Tidal Cloud Information Technology Co.,Ltd.

Address before: 450000 Henan province Zheng Dong New District of Zhengzhou City Xinyi Road No. 278 16 floor room 1601

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 250100 No. 1036 Tidal Road, Jinan High-tech Zone, Shandong Province, S01 Building, Tidal Science Park

Patentee after: Inspur cloud Information Technology Co., Ltd

Address before: 250100 No. 1036 Tidal Road, Jinan High-tech Zone, Shandong Province, S01 Building, Tidal Science Park

Patentee before: Tidal Cloud Information Technology Co.,Ltd.