I just had a thought, does anyone know if SVN can stick in web links to the modified code when sending emails to pd-commits rather than including the whole diff? It would make the emails much smaller, and would be much more useful to view things in viewvc rather than an inline diff in an email.
h.c
----------------------------------------------------------------------------
If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of everyone, and the receiver cannot dispossess himself of it. - Thomas Jefferson
Hans-Christoph Steiner wrote:
I just had a thought, does anyone know if SVN can stick in web links to the modified code when sending emails to pd-commits rather than including the whole diff? It would make the emails much smaller, and would be much more useful to view things in viewvc rather than an inline diff in an email.
may this link be useful to you?
http://alexandria.wiki.sourceforge.net/Subversion+-+Version+Control+for+Sour...
in the specific:
svnnotify http://alexandria.wiki.sourceforge.net/Subversion+-+Version+Control+for+Source+Code#svn_notify: Sends email notifications of changes made during a SVN commit. Two versions of this hook script are available, one that includes a diff of the changes, and one that doesn't.
I have no idea what does contain the mail generated from the hook script which doesn't contain the diff.... thay say that if you have a custom hook script, you can send them (at https://sourceforge.net/tracker/?func=add&group_id=1&atid=350001) so they can add it
HTH, FF