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

Re: delta_dirs(), meet delta_dirs()

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-03-07 17:00:58 CET

Malcolm Rowe wrote:
> Hello all,
>
> I've been looking to make some changes to the dir-delta code (providing a
> stable [sorted] output for 'svn diff'), and I'm wondering if someone could
> explain why we appear to have two (near-)identical sets of functionality
> to drive an editor from one rex/txn to another?

Ancient history. svn_repos_dir_delta() was created loooooooooong ago as
a means of driving an editor to describe the difference between two
Subversion transactions. The reporter code's logic was create long ago
(note the fewer number of o's in "long"), and describes the different
between a Subversion transaction and a ... sorta kinda transaction
representation thingamajig.

The former remains because it is a public API. It exists for
completeness of the API, too, but likely has no users -- I wouldn't mind
deprecating it and dropping it in 2.0.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Tue Mar 7 17:04:55 2006

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.