InterviewSolution
| 1. |
What Is The Difference Between Cvs And Svn? |
|
Answer» Concurrent Versions System (also known as Concurrent Versioning System or CVS) is a free software revision control system -that is, it is a program that is open for use to the public that MANAGES changes to documents, programs, and other information STORED in computer files). It allows multiple developers to collaborate. Subversion (also known as SVN) is a version control system used to maintain the current and PRECEDING versions of files (like source code, web pages, and documentation). It is a direct UPGRADE of CVS and its most compatible successor. It is also an open source technology and has been widely used in multiple projects -such as Apache Software Foundation, Free Pascal, MediaWiki, and Google code.
Concurrent Versions System (also known as Concurrent Versioning System or CVS) is a free software revision control system -that is, it is a program that is open for use to the public that manages changes to documents, programs, and other information stored in computer files). It allows multiple developers to collaborate. Subversion (also known as SVN) is a version control system used to maintain the current and preceding versions of files (like source code, web pages, and documentation). It is a direct upgrade of CVS and its most compatible successor. It is also an open source technology and has been widely used in multiple projects -such as Apache Software Foundation, Free Pascal, MediaWiki, and Google code. |
|