You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Annick Collet <An...@eumetsat.int> on 2005/11/24 07:46:52 UTC

TXN question

Dear all, 

Is there a way to test the type of transaction committed : e.g.  normal
commit , or mkdir or del a file.

Regards, annick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: TXN question

Posted by Erik Huelsmann <eh...@gmail.com>.
On 11/24/05, Annick Collet <An...@eumetsat.int> wrote:
> Dear all,
>
> Is there a way to test the type of transaction committed : e.g.  normal
> commit , or mkdir or del a file.

All of the  above are 'normal' commits in the eyes of Subversion, but
if you want to tell the difference, you could analyse the output of
svnlook -t <transaction>

HTH,

Erik.