If multiple users accesses file based SVN repository to commit many things simultaneously, can SVN guarantee data integrity? If it is, how? Or if it isn’t what serving method should I use for multi-user situation?
If multiple users accesses file based SVN repository to commit many things simultaneously, can
Share
Subversion commits are designed to be atomic. Multiple users committing the same revision number at the same time should therefore be impossible. From the subversion book: