1 What do you understand by SVN?
SVN is abbreviated for “Subversion” which is an open source control system that is used for tracing all the changes that can be made to a code. It is a kind of repository that can be used to manage files, directors, folders and also modifications that are made to these files over time.
Thus, SVN Repository can be used not only to view the complete history of changes that are made to the files with the repository but also be used to track down someone who has made those changes in the files.