svn plug-in svnmailer installation documentary

Posted on 2013-02-18

On the first day of work at the beginning of the new year, I haven't calmed down so much, so I try to make something first.

Thinking of the previous requirement, after svn submits the content, I need to know what was submitted in this submission. I searched the Internet and found the svnmailer plug-in. I don’t care about it, just install it and try it.

svnmailer official website: http://opensource.perlig.de/svnmailer

To install, follow the steps below:

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 installation: http://www.python.org/getit/

After installing python, you need to set system environment variables.

I also found a svn plug-in on the Internet that can view code changes: http://www.vimer.cn/2010/02/commit-monitor-svn%E7%9B%91%E6%8E%A7%E5%B7%A5 %E5%85%B7.html

Guess you like

Origin blog.csdn.net/AJian759447583/article/details/8587336