I've been diving through SVN::Notify's documentation and I am a bit confused. The documentation explains all the various classes, but it doesn't explain exactly how they're used.
It appears that I construct a SVN::Notify instance, then use the various classes to set things up, then end it with an $obj->prepare() and then an $obj->execute. Is this correct? I'm not using the SVN::Notify command line, but the SVN::Notify Perl module. -- David Weintraub qazw...@gmail.com