发布于2013-02-18
开年上班第一天,还没怎么收心,先做点东西试试手。
想起以前的需求,就是svn提交内容之后我需要知道本次提交都提交了些什么东西,网上一翻,找到了svnmailer这个插件,先不管,安装试试再说。
svnmailer官网:http://opensource.perlig.de/svnmailer
安装时,遵循以下步骤:
Before installing the svnmailer package make sure, that you meet the following requirements:
- Python 2.3 or later
- A POSIX compatible platform or Win32
- The subversion bindings for python
After unpacking the archive file change into the svnmailer-1.0.9
directory and follow the typical python procedure:
$ bzip2 -cd svnmailer-1.0.9.tar.bz2 | tar -xf -
$ cd svnmailer-1.0.9
$ python setup.py install
python for windows安装:http://www.python.org/getit/
python安装后需要设置系统环境变量。
在网上还发现一个可以查看代码更改的svn插件:http://www.vimer.cn/2010/02/commit-monitor-svn%E7%9B%91%E6%8E%A7%E5%B7%A5%E5%85%B7.html