svn: add log example (#2565)

This commit is contained in:
Hugo Locurcio
2018-11-08 20:15:18 +01:00
committed by Owen Voke
parent 71af945cf2
commit 738c6e3013

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`