svn Command Examples

Subversion command-line client tool. More information: https://subversion.apache.org.

svn co {{url/to/repository}}

svn up

svn add {{PATH}}

svn ci -m {{commit_log_message}} [{{PATH}}]

svn log -vl {{10}}

svn help