An open API service indexing awesome lists of open source software.

https://github.com/wuzhouhui/wusvn

WuSVN, the customized Subversion with my patches
https://github.com/wuzhouhui/wusvn

subversion svn

Last synced: 9 months ago
JSON representation

WuSVN, the customized Subversion with my patches

Awesome Lists containing this project

README

          

WuSVN, the customized Subversion with my patches, based on 1.10.x

Main patches:
1. Output paging automatically
2. Ignore files if they match the patterns in .svnignore
3. Syntax highlight
4. New subcommand clean for removing unversioned files
5. Add option -v for subcommand commit, for print unified diff in log
message template
6. Add option --stat for subcommand diff and log
7. Support client side pre-commit hook, hook scripts locate in
.svn/hooks
8. Decrease max width of shelve outputs.
9. svn/shelve: do not exec external tools when diffstat.
10. Support client side hook post-commit.