How does the Subversion Repository store changes?
As it is described in Subversion article, Subversion repository is a central storage for files and directories which:
- keeps all changes ever done to data that it stores
- shares data among all users
As it is described in Subversion article, Subversion repository is a central storage for files and directories which: