17 lines
No EOL
265 B
Markdown
17 lines
No EOL
265 B
Markdown
# SVN Log Count
|
|
|
|
This is a small script for printing the amount of commits in a SVN repository in sum and by year.
|
|
|
|
## Usage
|
|
|
|
Download script in an SVN repo, make it executable with
|
|
|
|
```
|
|
chmod +x svn-log-count.sh
|
|
```
|
|
|
|
and execute it with
|
|
|
|
```
|
|
./svn-log-count.sh
|
|
``` |