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

Re: svn_client_blame3() and svn_opt_revision_working

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-05-08 07:34:42 CEST

Ben Gollmer writes:
> On 2006-05-07 15:40:08 -0500, "Peter N. Lundblad" <peter@famlundblad.se> said:
> > Someone who wants to do this should check for the kind of the end
> > revision being working explicitly in svn_client_blame3. Then, after
> > all revisions have been received from the repository, just call
> > add_file_blame once to add blame for the working file. We will need
> > some API tweaking so that this information can be passed back to the
> > caller (there's only a revision number). I'd suggest an extra boolean
> > that's TRUE when we're dealing with the working revision
> > (SVN_INVALID_REVNUM is already in use for "unknown revision" in this ca se).
>
> Is adding the extra boolean going to require a svn_client_blame4()?
>

Unless we propose this for backport to 1.4, yes. It might be reasonable to
do this, because this should be a simple fix for an obvious omission.
The receiver needs to be revised, though.

//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 8 07:35:07 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.