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

Re: svn commit: r25577 - branches/revprop-sqlite/subversion/libsvn_fs_fs

From: David Glasser <glasser_at_mit.edu>
Date: 2007-06-29 16:09:18 CEST

On 6/29/07, kameshj@tigris.org <kameshj@tigris.org> wrote:
> Author: kameshj
> Date: Fri Jun 29 05:01:03 2007
> New Revision: 25577
>
> Log:
> Code cleanup: Make use of the existing 'txnprops' rather than getting it all
> over again.
>
> * subversion/libsvn_fs_fs/fs_fs.c
> (commit_body): Make use of the existing txnprops rather than getting
> it all over again. Cleanup the existing txnprops as it has some temporary
> properties in it.

> SVN_ERR(svn_fs_fs__change_txn_prop(cb->txn, SVN_PROP_REVISION_DATE,
> &date, pool));
> - SVN_ERR(svn_fs_fs__txn_proplist(&txnprops, cb->txn, pool));

We need to get the new svn:date into txnprops too, right?

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 29 16:09:21 2007

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.