mf69 / svnspam

Produce e-mail reports for svn commits showing log and diff output
GNU General Public License v2.0
0 stars 0 forks source link

i keep getting empty Emails from SVNSpam on Cent OS #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Followed the installation as per svnspamwiki 
"http://code.google.com/p/svnspam/wiki/Installation"
Copied the shell script as post-commit.sh and placed inside the repository 
hooks folder. installation files are in /opt dir

2. But we get empty mails on every commit in svn repository
3. No sign of errors in /tmp/svnspam.log instead we get 
/srv/repo 853
/srv/repo 854 
checked the permissions too

What is the expected output? What do you see instead?
Email should contain commited files, instead we get empty mails with a line 
SVNspam 0.1 and with subject as SVN:

What version of the product are you using? On what operating system?
svnspam-0.1.tgz  svnspam-0.1

Please provide any additional information below.
Checked all options but unable to find the reason behind this issue, Please 
guide us on this.

Thanks,
Vinodh

Original issue reported on code.google.com by jv.vinodh on 4 Nov 2011 at 1:21

GoogleCodeExporter commented 9 years ago
svnspam uses svn and svnadmin commands. Are those in the $PATH environment for 
the user running the svn server?

Original comment by m...@g.foster.cc on 4 Nov 2011 at 3:04

GoogleCodeExporter commented 9 years ago
Hi,

 Thanks for the info. Now we receive emails after commenting out no_diff=true. Also is that possible to use websvn in svnspam, i.e mails triggered with a link to websvn,   since websvn is written php, and it looks good when compared with the other tools like viewvc, viewsvn, is that possible? 

P.S - svnspam is excellent with coloured mails and links, will there be any 
updates. 

Thanks,
Vinodh 

Original comment by jv.vinodh on 4 Nov 2011 at 10:10

GoogleCodeExporter commented 9 years ago
Feel free to implement that and submit a patch. There are only a couple of 
places in the code that need to be touched to link to external tools.

Original comment by m...@foster.cc on 4 Nov 2011 at 10:34

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/svnspam/wiki/LinkingTips for more details

Original comment by m...@foster.cc on 4 Nov 2011 at 10:36

GoogleCodeExporter commented 9 years ago
i already tried in code for links to work but i was not successful, Could you 
please list me the places and conf files to edit in the code for the new tools 
to work. Will further check and try for a patch.

Original comment by jv.vinodh on 5 Nov 2011 at 12:16