| SVN | Subversion | SVN pros and Cons| SVN Repository Planning | SVN Repository layout |
Subversion (SVN) Repository Layout
Single Project – One project per repository location
Pros
· Isolated revision numbers
· Isolated codebase
· Isolated security model
Cons
· Isolated codebase
· Multiple Urls to remember
· Multiple locations to maintain
Multi-Project Layout – Several projects in one repository
Pros
· Easy to merge code between projects
· Single url for all projects
· One repository to maintain
Cons
· Revision numbers span across all projects
· Harder to isolate users to appropriate repositories
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024