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

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 be

Re: Common name for transaction and revision object

2010-04-28 Thread Ryan Schmidt
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 being referred to as "revision roots"; that

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 Troccoli 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

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 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

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 wrote: > > &g

RE: Common name for transaction and revision object

2010-04-28 Thread Giulio Troccoli
; To: Giulio Troccoli > Cc: users@subversion.apache.org > Subject: RE: Common name for transaction and revision object > > Giulio Troccoli wrote: > > > > I'm writing the hooks for a new repository in Perl and I'm > exploring > > using > OO Perl. In both

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 wrote: >> Giulio Troccoli 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

RE: Common name for transaction and revision object

2010-04-22 Thread Giulio Troccoli
> Giulio Troccoli 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 instance of that class

RE: Common name for transaction and revision object

2010-04-22 Thread Geoff Rowell
Giulio Troccoli 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 instance of that class given either the