Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjlharrison/svn-grep
Grep tool for SVN logs.
https://github.com/jjlharrison/svn-grep
Last synced: 2 days ago
JSON representation
Grep tool for SVN logs.
- Host: GitHub
- URL: https://github.com/jjlharrison/svn-grep
- Owner: jjlharrison
- License: mit
- Created: 2015-01-09T13:44:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T13:54:58.000Z (almost 10 years ago)
- Last Synced: 2023-04-10T00:06:14.213Z (over 1 year ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVN Grep
This script is adapted from [koto/svn-tools](https://github.com/koto/svn-tools/blob/8532b3303deef9ced43beaabc6ecb30c8f4a5881/svn-grep).
## Installation
1. Install [XMLStarlet](http://xmlstar.sourceforge.net/) (`brew install xmlstarlet` on Mac OS X with [Homebrew](http://brew.sh/)).
2. Install `svn-grep` on your PATH.## Usage
```
svn-grep [-lvd] [-a ] [-m ] [svn_url]
-l: show log messages
-v: be verbose when showing log messages
-d: show diff output
-a: search by author
-m: search by message
-r: the svn revision argument
```