The svn cat command displays on standard output the contents of the specified files or URLs. This command is similar as homonym bash command. The synopsis is:
The option -r is used for display the file with a specific revision number.
Examples:
svn cat <path>
Examples:
svn cat MyFile.txt
svn cat https://mysvnrepo/svn/trunk/MyFile.txt
svn cat -r 123 MyFile.txt
No comments:
Post a Comment