svn: add log example (#2565)

italian
Hugo Locurcio 2018-11-08 20:15:18 +01:00 committed by Owen Voke
parent 71af945cf2
commit 738c6e3013
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
`svn ci -m {{commit log message}} {{[PATH...]}}`
- Display changes from the last 10 revisions, showing modified files for each revision:
`svn log -vl {{10}}`
- Show detailed help:
`svn help`