[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: what's in a name? i.e. transaction name

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-07 04:23:22 CET

On Mar 6, 2007, at 09:00, Andrew Brosnan wrote:

> The pre-commit hook gets 'commit transaction name' as input. What is
> this specifically?

When the pre-commit is called, the revision is not finalized yet; at
this point, it's called a transaction, because based on what the pre-
commit hook does, it could possibly be rejected.

You can examine the transaction, just like you would examine a
revision, by using svnlook and passing it the transaction ID using
the -t parameter (instead of using a revision number with the -r
parameter).

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 7 04:23:48 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.