Re: How to call SVN's fs.change_rev_prop2 from Python / SWIG - passing old_value_p as a double pointer?
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 2 Sep 2015 15:38:16 +0000
Mark Ziesemer wrote on Wed, Sep 02, 2015 at 00:01:40 +0000:
[ I've replied to this part on dev@. tldr: Not currently possible. More
> user = fs.revision_prop(fs_ptr, rev_num, "svn:author")
You should be looking at svn_fs.h, not svn_ra.h, since that's the layer
And, once the svn_fs-based code works, you should probably switch to
> I believe the value I'm attempting to pass is "correct". After all, I'm
You certainly aren't: you're passing a wrapped svn_string_t* to
> So I could just continue using change_rev_prop - but it is clearly marked as
The deprecation just means we remove the API when we release 2.0, which
Basically, don't worry about it.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.