Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 710 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 710 Bytes

svnlog

A more readable SVN log for the browser

svnlog is an alternative to the regular svn log command to deliver more readable results in the browser, while accepting all its parameters.

default output

By default, svnlog limits the output to the last 20 commits. You can change this using the --limit parameter:

svnlog --limit 10

This will output the last 10 commits instead.

To show all files affected by the commit, use the --verbose switch:

svnlog --verbose

verbose output

License

Copyright (c) 2013 Frederic Hemberger.
Copyright (c) 2024 jskyzero.
Licensed under the MIT license.