Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Useful SVN commands

Tags:

svn

I understand that the word 'useful' could be interpreted as opinionated, so I'll phrase this another way.

In GIT after using it for a year, i stumbled across

git log --decorate --graph --stat

Which produces a much more useful output than the default git log. However I only found this from a recommended video talk on GIT.

I have recently started learning SVN, the closest thing I have found is

svn log -l 4

I don't think this is particularly helpful. Is there an SVN command with various parameters (or linux commands) that would give a more helpful output? - svn info and svn status aside.

like image 802
myol Avatar asked Dec 02 '25 16:12

myol


1 Answers

Most Subversion command-line client commands accept --verbose option which produces more detailed output.

Regarding svn log command, use --search and --search-and options. Using them you can search revision history by author, date, log message text and changed path. Moreover, it supports glob-syntax wildcards.

like image 197
bahrep Avatar answered Dec 04 '25 19:12

bahrep



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!