RE: Common name for transaction and revision object

2010-04-29 Thread Giulio Troccoli
If you look at the svn_fs.h API, they are both referred to as revision roots. svn_fs_revision_root() and svn_fs_txn_root() both return a svn_fs_root_t * object. That does not sound like they're both being referred to as revision roots; that sounds like they're both being referred to as

RE: Common name for transaction and revision object

2010-04-28 Thread Giulio Troccoli
Troccoli Cc: users@subversion.apache.org Subject: RE: Common name for transaction and revision object Giulio Troccoli giulio.trocc...@uk.linedata.com wrote: I'm writing the hooks for a new repository in Perl and I'm exploring using OO Perl. In both pre- and post-commit hooks I need the list

RE: Common name for transaction and revision object

2010-04-28 Thread Cooke, Mark
From: Geoff Rowell [mailto:geoff.row...@gmail.com] Sent: 22 April 2010 14:21 To: Giulio Troccoli Cc: users@subversion.apache.org Subject: RE: Common name for transaction and revision object Giulio Troccoli giulio.trocc...@uk.linedata.com wrote: I'm writing the hooks for a new

Re: Common name for transaction and revision object

2010-04-28 Thread Geoff Rowell
On Wed, Apr 28, 2010 at 10:01 AM, Cooke, Mark mark.co...@siemens.com wrote: From: Geoff Rowell [mailto:geoff.row...@gmail.com] Sent: 22 April 2010 14:21 To: Giulio Troccoli Cc: users@subversion.apache.org Subject: RE: Common name for transaction and revision object Giulio Troccoli

Re: Common name for transaction and revision object

2010-04-28 Thread Blair Zajac
] Sent: 22 April 2010 14:21 To: Giulio Troccoli Cc: users@subversion.apache.org Subject: RE: Common name for transaction and revision object Giulio Troccoligiulio.trocc...@uk.linedata.com wrote: I'm writing the hooks for a new repository in Perl and I'm exploring using OO Perl. In both pre

Re: Common name for transaction and revision object

2010-04-28 Thread Blair Zajac
On 04/28/2010 02:38 PM, Ryan Schmidt wrote: On Apr 28, 2010, at 10:03, Blair Zajac wrote: If you look at the svn_fs.h API, they are both referred to as revision roots. svn_fs_revision_root() and svn_fs_txn_root() both return a svn_fs_root_t * object. That does not sound like they're both

Common name for transaction and revision object

2010-04-22 Thread Giulio Troccoli
Hello guys, I'm writing the hooks for a new repository in Perl and I'm exploring using OO Perl. In both pre- and post-commit hooks I need the list of files, the author and other similar information. My idea was to define a class and create an instance of that class given either the transaction

RE: Common name for transaction and revision object

2010-04-22 Thread Giulio Troccoli
Giulio Troccoli giulio.trocc...@uk.linedata.com wrote: I'm writing the hooks for a new repository in Perl and I'm exploring using OO Perl. In both pre- and post-commit hooks I need the list of files, the author and other similar information. My idea was to define a class and create an

Re: Common name for transaction and revision object

2010-04-22 Thread Geoff Rowell
On Thu, Apr 22, 2010 at 10:01 AM, Giulio Troccoli giulio.trocc...@uk.linedata.com wrote: Giulio Troccoli giulio.trocc...@uk.linedata.com wrote: I'm writing the hooks for a new repository in Perl and I'm exploring using OO Perl. In both pre- and post-commit hooks I need the list of files,