Plugins: When is OnEndTx called?

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Plugins: When is OnEndTx called?

Post by ismangil » Fri Jun 10, 2005 4:07 am

Or more precisely, what is considered a "transaction" that will fire that event? I know check-in is an obvious one, but what about other stuff like editing comments using the GUI client?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Fri Jun 10, 2005 6:50 am

Anything in which the repository tree is modified is a transaction. This list would include (but not necessarily limited to) :

Adding Files/Folders
Moving Files/Folders
Branching Files/Folders
Renaming Files/Folders
Pinning Files/Folders
Sharing Files/Folders
Deleting Files/Folders
Jeff Clausius
SourceGear

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri Jun 10, 2005 7:30 am

Editing a transaction comment will not fire an EndTx event.

Locked