Subversion Repository and Usage Conventions
Subversion does not impose a specific pattern on file layout, branching, tagging, etc. Recommended conventions have been adopted by most successful community-developed open-source projects, and this page will direct developers to the most relevant of those conventions.
Common Subversion Operations, In Detail
- Checkout code from subversion
- Configuration conventions for subversion environment by platform?
- Commit changes to subversion
- Add files or directories to subversion?
- Move or Rename files in subversion, preserving file history
- Import files or directories into subversion?
- Branching code for development
- Merging code after Branching
- Tagging code as a key step of Release Procedure
Links
For further instructions on how to use Subversion, see The Subversion Book
