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

Re: A word of warning (re: "transactions" and "revisions")

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-11-07 07:25:12 CET

Please kindly allow some time between the api change merged into trunk
and the next release. I'll have to see if updates are needed to the perl
bindings. :)

Also I think it'd be nice if functions taking txn would have the same
prefix, that is, svn_fs_txn_change_prop, rather than
svn_fs_change_txn_prop.

Cheers,
CLK

On Fri, 2003-11-07 at 03:48, C. Michael Pilato wrote:
> svn_fs_revision_proplist() is going away. You want to change a
> revision prop, you do:
>
> txn = svn_fs_open_txn(svn_fs_revision_txn_name())
> svn_fs_change_txn_prop()

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 7 07:25:56 2003

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.