Links

Content Skeleton

This Page

Previous topic

Tools

Next topic

psutil : A cross-platform process and system utilities module for Python

SVNLog

SVNLOG BASH FUNCTIONS

Queries SVN for commit messages when invoked from SVN working copy

Usage:

svnlog-
svnlog -h

svnlog -a blyth

svnlog-wcdirs-
       ## list of SVN working copy dirs

svnlog-collect
       ## collect last 52 weeks of commit messages from all svnlog-wcdirs-
[blyth@belle7 e]$ ll /tmp/env/svnlog-collect/
total 312
drwxrwxr-x 4 blyth blyth  4096 Apr 22 20:37 ..
-rw-rw-r-- 1 blyth blyth 33388 Apr 22 20:37 env.txt
-rw-rw-r-- 1 blyth blyth 61218 Apr 22 20:37 envd.txt
-rw-rw-r-- 1 blyth blyth 18729 Apr 22 20:37 heprez.txt
-rw-rw-r-- 1 blyth blyth 39400 Apr 22 20:37 heprezd.txt
-rw-rw-r-- 1 blyth blyth 24644 Apr 22 20:43 dybgaudi.txt
-rw-rw-r-- 1 blyth blyth 44540 Apr 22 20:44 dybgaudid.txt
-rw-rw-r-- 1 blyth blyth 24644 Apr 22 20:45 dybinst.txt
drwxrwxr-x 2 blyth blyth  4096 Apr 22 20:45 .
-rw-rw-r-- 1 blyth blyth 44540 Apr 22 20:46 dybinstd.txt
[blyth@belle7 e]$

Warning

a shim svnlog.py script has been added to ENV_HOME/bin/ largely removing the need for this svnlog- precursor