Posted on 2008-10-03 22:17:00-07
by theoryin response to 8944
Re: Svn:Notify returns bad file descriptor
You might also be able to just point svnnotify to svnlook:
svnnotify --repos-path %REPO% --revision %REV% --to [to-email] --smtp [smtp-server] --svnlook [svnlook] [options]
--Theory