scm-decorator
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Converts 'svn info' into more pleasant format as shown below.
scm-decorator
=============

SCM decorator allows to convert 'svn info' into more pleasant format as shown below. 
We use it in Jenkins CI jobs to convert and pass well formatted commit information
to Nerrvana Jenkins plugin.

Current version supports SVN only. Please feel free to extend.

Example
=======

**Output of the command 'svn log -r 123':**

--------------------------------------------------------------------------
r123 | john.smith  | 2012-12-12 12:12:12 +0000 (Mon, 12 Dec 2012) | 1 line

Fixed bug #1234
--------------------------------------------------------------------------
**Will be converted into:**
Revision: 123
Committer: john.smith
Date: 2012-12-12 12:12:12 +0000 (Mon, 12 Dec 2012)
Fixed bug #1234

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。