Pagine

Monday 12 December 2016

SVN tutorial n 18 - cat

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:
svn cat <path>
The option -r is used for display the file with a specific revision number.
Examples:
svn cat MyFile.txt
svn cat https://mysvnrepo/svn/trunk/MyFile.txt
svn cat -r 123 MyFile.txt

No comments:

Post a Comment