SVN : Utility commands
List of SVN utility commands that I needed to use frequently apart from commit and update. Feel free to add to the list
- Know SVN binary path
which svn
- Know SVN server version installed
svnadmin --version
- Know SVN Client server version installed
svn --version
- Create SVN Respository
svnadmin create path/to/repository/reponame
You can then assign permissions to reponame directory like you do on any other directory - Upgrade SVN Respository version
svnadmin upgrade path/to/repository
Related posts
- How to make SVN remember password
- What to do : When your SVN client saves a wrong password
- linux how to: replicate svn repository
- linux: create svn repository
- SVN : Preparing for branching/ Merging process
