Added README to svn-log-count
This commit is contained in:
parent
02f0eff9a6
commit
60c2992f49
1 changed files with 17 additions and 0 deletions
17
svn-log-count/README.md
Normal file
17
svn-log-count/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
```
|
Loading…
Reference in a new issue