Re: Unknown svn_fs_close_txn in example
From: Juanma Barranquero <jmbarranquero_at_laley.wke.es>
Date: 2003-12-03 16:43:09 CET
On 02 Dec 2003 08:39:05 -0600
> Committed (with nary a mod) as revision 7902. Thanks, Juanma.
My pleasure.
I was, in fact, shamelessly ripping off svnlook.py to resolve the issue
I've finally done it like this:
############################################################################
from sys import argv
# This class allows modifying the svn:log attribute of a transaction in the
prop = core.SVN_PROP_REVISION_LOG
log = norm(fs.txn_prop(self.txn_ptr, prop, self.pool) or '')
# Example function to "normalize" the log (currently, it just deletes the
# Args are those for the pre-commit hook: REPOS-PATH, TXN.
if __name__ == '__main__':
############################################################################
Juanma
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.