Hi ,
I am using visual SVN Server. on post commit I want to send email to 
teammebers.  I am using below command... its working fine.
"%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^
    commit-notification "%1" -r %2 ^
--detailed-subject
    --from "usern...@xyz.com" --to "usern...@xyx.com" ^
    --smtp-server smtp.office365.com ^
--smtp-ssl  true^
--smtp-port 25 ^
--smtp-user username@xyx ^
--smtp-password xyx

It is working. my issue , In email getting all code content with changes. 
so how to avoid this and get only follwoing things

   -  file changes(Added/deleted/updated) file name or path - not full 
   content
   - how updated the files
   - comment

Regards,
Jagathees

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at https://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/d/optout.

Reply via email to