I browsed through the svn4idea source code, it seems that there is no way I can get this event? Is it true? Any pointers?
There is no commit event as such, but you can provide an implementation of CheckinHandler interface to receive notifications about different stages of a commit operation.
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Lan,
There is no commit event as such, but you can provide an implementation of
CheckinHandler interface to receive notifications about different stages
of a commit operation.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks. This is what I'm ooking for.
Regards
Boon Ping.