Home Common Problem What is the difference between svn and cvs

What is the difference between svn and cvs

Jun 21, 2022 am 11:40 AM
svn

Difference: 1. The version number of CVS is based on the self-increasing serial number of the file, while the SVN is based on the global self-increasing serial number, not only for files, but also for directories; 2. CVS is based on RCS files , while SVN is based on a relational database or a series of binary files; 3. CVS allows arbitrary rollback, but SVN does not allow rollback after submission; 4. SVN supports the "zero or one" transaction principle, but CVS does not; 5. CVS does not support local file rename submission, but SVN supports it; 6. CVS has four permissions, while SVN only has three permissions.

What is the difference between svn and cvs

The operating environment of this tutorial: Windows 7 system, Subversion version 1.14, Dell G3 computer.

CVS (Concurrent Versions System):

is a concurrent version system for developing source code. It is available for various platforms, including Linux, Unix and Windows NT/2000/XP, etc. CVS is free and open source and provides version management for projects.

Function introduction:

1. Unified code management, saving the history of changes to all code files. Centralized and unified management of code makes it easy to view newly added or deleted files and track all traces of code changes. You can restore to any previous historical version at will. And avoid deep BUG introduced due to different versions.

2. The complete conflict resolution solution can easily solve file conflict problems without the need to use other file comparison tools and manual pasting and copying.

3. Management of code permissions. Different permissions can be set for different users. Passwords, read-only, modification and other permissions for access users can be set, and through scripts in the CVS ROOT directory, an interface for corresponding function expansion is provided, which can not only complete fine-grained permission control, but also complete more personalized functions.

4. Support convenient version release and branch functions.

SVN (Subversion):

  • ## The full name of SVN is Subversion, which is the version control system. SVN is the abbreviation of Subversion. It is an open source version control system. Compared with RCS and CVS, it adopts a branch management system. Its design goal is to replace CVS. Many version control services on the Internet have migrated from CVS to Subversion.

  • SVN is a centralized file version management system.

  • The core of centralized code management is the server. All developers must obtain code from the server before starting a new day's work, then develop, and finally resolve conflicts and submit. All version information is placed on the server. If you are disconnected from the server, developers basically cannot work.

(SVN) Centralized management workflow:

The core of centralized code management is the server. All developers start a new day The work must be done before getting the code from the server, then developing it, and finally resolving conflicts and submitting it. All version information is placed on the server. If you are disconnected from the server, developers basically cannot work.

The management process is as follows:

What is the difference between svn and cvs

The difference between svn and cvs


CVS SVN
About version number File-based auto-incrementing serial number. Based on the global self-increasing serial number, not just for files, but also for directories, etc.
Storage type format CVS is a version control system based on RCS files. Every CVS file is just a regular file with some extra information. These files simply repeat the local file tree structure. Therefore, there is no need to worry about any data loss, you can modify the RCS file manually if necessary. SVN is based on a relational database (BerkleyDB) or a series of binary files (FS_FS). On the one hand this solves many problems (e.g. parallel reading and writing of shared files) and adds many new features (e.g. transactional features of the runtime.). On the other hand, data storage becomes opaque or not so user-friendly. That's why software tools have become so important for warehouses (databases).
Access speed is relatively slow; because it is based on one-way (server-->client) differentiated file transfer as a whole In other words, due to different architecture implementations, SVN is indeed much faster than CVS; because it uses two-way differentiated file transfer.
It transmits very little information over the network and supports more offline mode features. But it comes at a cost. The price for speed is huge storage (full backup of all working files).
Metadata Only allowed to store files Allows a file to have any nameable attributes. The function is very complete, but I don’t know what it is used for
File type was originally designed for text file storage. Therefore, there is almost no support for other file types (binary, Unicode). If necessary, additional information must be provided, and both client and server must be adjusted. SVN will care about all file types and does not require you to do manual operations; because its storage is based on binary
Roll back CVS Allows arbitrary rollback of any committed version, although it takes some time (all files must be processed separately). SVN does not allow rollback after submission. We recommend adding the good version in the repository to the end and overwriting the corrupt version. The corrupted version will be stored in the database anyway.
Transaction The "zero or one" transaction principle in CVS is not implemented at all. If you check in several files (add them to the server), it is possible that some of them will be completed but others will not. As a rule of thumb, correct these manually and check in again for the remaining files (not all files). These files will then be checked in in two phases. But so far, there has been no case of data warehouse damage caused by the lack of this function. Supports the "zero or one" transaction principle, which is a major advantage of SVN
Architecture, code, scalability CVS is an old system. At first, CVS was just some script files using RCS. Later these scripts were grouped into a single application, but the internal structure still needed improvement. To this day, there are still people trying to rewrite CVS from scratch, but they have failed. We once tried to rewrite the client code for better integration, but it was unsuccessful. Now we don't think CVS can go very far in terms of functionality. Subversion developers do spend a lot of time on internal architecture. We still don’t know how true these decisions were and so on. But one thing is certain, the code has good scalability and enhancement work is also in progress.
Renaming and deletion operations Does not support local file rename submission;
Deletion is divided into remove and erase. The former deletes both local and library files. , the latter only deletes local files;
cannot delete folders
supports file renaming and submission, the system will prompt to delete old files and create new files
Deleting local files and submitting files in the library will also be deleted
User access permissions There are four permissions: read, write, creat, none. No one can delete the folder. (Admin can only run to the server and brutally delete the corresponding folder? I only know this method for the time being...) There are only three permissions: read, write, and none. The creat and delete permissions seem to be tied to write. Together
Creating branches and baselines CVS When creating a branch, all branched files need to be operated in sequence, so the cost of establishing the branch ( Mainly the time required to establish a branch, or the computing resources consumed) is proportional to the number of files participating in the branch. The larger the project, the larger the version library, the more files, the higher the cost of establishing the branch; the establishment of the baseline (tag) Similar to this. SVN's branches and baselines are established by performing "copies": Recall how we performed so-called "branch" and "baseline" management before version management tools were introduced? The answer is obviously "copy" - we establish a baseline through "copy" or "backup"; similarly, to support multiple developers developing at the same time, we create a "copy" for each developer.

(Learning video sharing: Basic Programming Video)

The above is the detailed content of What is the difference between svn and cvs. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to use SVN for version control in PHP development How to use SVN for version control in PHP development Jun 27, 2023 pm 01:39 PM

Version control is a very common operation in PHP development, and the most commonly used tool is SVN (Subversion). It can easily manage historical versions of code and code updates during collaborative development. The following will introduce how to use SVN for version control in PHP development. 1. Install the SVN client and server. First, you need to install the SVN client and server. The SVN client can download the corresponding version from the SVN official website and install it, while the server needs to be built by yourself. The specific method can be

Java SVN: the guardian of the code repository, ensuring code stability Java SVN: the guardian of the code repository, ensuring code stability Mar 09, 2024 am 09:20 AM

Introduction to SVN SVN (Subversion) is a centralized version control system used to manage and maintain code bases. It allows multiple developers to collaborate on code development simultaneously and provides a complete record of historical modifications to the code. By using SVN, developers can: Ensure code stability and avoid code loss and damage. Track code modification history and easily roll back to previous versions. Collaborative development, multiple developers modify the code at the same time without conflict. Basic SVN Operations To use SVN, you need to install an SVN client, such as TortoiseSVN or SublimeMerge. Then you can follow these steps to perform basic operations: 1. Create the code base svnmkdirHttp://exampl

Detailed explanation of how to install and set up the EclipseSVN plug-in Detailed explanation of how to install and set up the EclipseSVN plug-in Jan 28, 2024 am 08:42 AM

Detailed explanation of how to install and set up the EclipseSVN plug-in Eclipse is a widely used integrated development environment (IDE) that supports many different plug-ins to extend its functionality. One of them is the EclipseSVN plugin, which enables developers to interact with the Subversion version control system. This article will detail how to install and set up the EclipseSVN plug-in and provide specific code examples. Step 1: Install the EclipseSVN plug-in and open Eclipse

Replace svn diff with vimdiff: a tool for comparing code Replace svn diff with vimdiff: a tool for comparing code Jan 09, 2024 pm 07:54 PM

Under Linux, it is very difficult to directly use the svndiff command to view code modifications, so I searched for a better solution on the Internet, which is to use vimdiff as a code viewing tool for svndiff, especially for those who are accustomed to using vim. It is very convenient. When using the svndiff command to compare the modifications of a certain file, for example, if you execute the following command: $svndiff-r4420ngx_http_limit_req_module.c, the following command will actually be sent to the default diff program: -u-Lngx_http_limit_req_module.c(revision4420)-Lngx_

SVN installation on CentOS and command line installation SVN installation on CentOS and command line installation Feb 13, 2024 am 11:24 AM

Installing SVN on CentOS is a very common operation. It is a powerful version control system that can be used to manage and track changes during software development. This article will introduce in detail how to install SVN on CentOS and provide some commonly used tools. Command line installation method. There are many ways to install SVN on CentOS. Two common installation methods will be introduced below. 1. Open the terminal and log in as the root user. 2. Run the following command to update the system package list: ```yumupdate3. Run the following command to install SVN: yuminstallsubversion4. After the installation is complete, you can verify whether SVN was successfully installed by running the following command: svn --v

What is the difference between svn and vss What is the difference between svn and vss Jun 21, 2022 am 11:23 AM

Differences: 1. vss was developed by Microsoft and is paid, while svn is open source and free; 2. vss must have a client, while svn can use the client, command line mode, or read-only on the web page Access; 3. vss only supports windows systems, while svn supports windows and linux systems; 4. vss is a "lock-edit-unlock" mode, and svn defaults to a "modify-conflict-merge" mode; 5. The version number of vss corresponds is a single file, and the version number of svn corresponds to the entire version library.

Essential skills for Linux developers: simply master SVN version control Essential skills for Linux developers: simply master SVN version control Jan 26, 2024 pm 09:54 PM

As a Linux developer, you often need to use SVN to control project versions. For excellent developers, knowing how to check SVN versions is undoubtedly one of the essential skills. Today, I would like to take this opportunity to share my experience with you, hoping to help you better master this practical skill. 1. To install the SVN command line tool, please install the SVN command line tool in the Linux environment first! Please dial the terminal and then safely enter the following command to complete the installation: ```Dear user, please execute sudoapt-getinstallsubversion to install Subversion. 2. Connect to the SVN server After the installation is complete, we need to connect to the SVN server. Enter the following command:

Getting Started with PHP: SVN Version Management Getting Started with PHP: SVN Version Management May 20, 2023 am 08:29 AM

As a commonly used server-side scripting language, PHP is widely used in the field of Web development due to its open source and cross-platform advantages. In the development of multi-person collaboration, version control is an indispensable tool. It can effectively manage the modification and update of source code and avoid conflicts caused by code out-of-synchronization among team members. As a popular version control tool, SVN is also widely used in PHP development. This article will introduce you to the basic knowledge of SVN version control in PHP development, including the installation of SVN.