Options (1)
-r, --revisionbooleanClone an SVN repository starting at a given revision number
Example:
git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_directory}}Examples (5)
Clone an SVN repository
git svn clone https://example.com/subversion_repo local_directoryClone an SVN repository starting at a given revision number
git svn clone [-r|--revision] 1234:HEAD https://svn.example.net/subversion/repo local_directoryUpdate local clone from the remote SVN repository
git svn rebaseFetch updates from the remote SVN repository without changing the Git `HEAD`
git svn fetchCommit back to the SVN repository
git svn commitmade by @shridhargupta | data from tldr-pages