Why do we use SVN?

SVN is a version control system, allowing several engineers to work on a site or application at the same time.

  1. centralized control, you don’t need to distribute the complete repository to everyone in the team
  2. better for file storage, because you don’t need to download all the repo. Some people use SVN to store photoshop (PSD) and pictures files.
  3. web server, you can serve SVN files like a website.