How can I get svn commit event?

Hello all,

I browsed through the svn4idea source code, it seems that there is no way I can get this event? Is it true? Any pointers?

Thanks.

Regard
Boon Ping.

0
Avatar
Permanently deleted user

Hello Lan,

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!"


0
Avatar
Permanently deleted user

Thanks. This is what I'm ooking for.

Regards
Boon Ping.

0

请先登录再写评论。