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
- Host: GitHub
- URL: https://github.com/wuzhouhui/wusvn
- Owner: wuzhouhui
- License: apache-2.0
- Created: 2016-10-23T12:52:39.000Z (over 9 years ago)
- Default Branch: 1.10.x
- Last Pushed: 2021-08-22T03:37:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T21:55:44.758Z (over 1 year ago)
- Topics: subversion, svn
- Language: C
- Homepage:
- Size: 83.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
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.