Posted on Sat Oct 4 01:17:00 2008
by theoryin response to 8944(See the whole thread of 3)
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