Re: Python: Fetching properties of file without content
From: Markus Fuchs <m.fuchs_at_fplusp.com>
Date: 2007-01-09 11:12:27 CET
On 1/2/07, Markus Fuchs <m.fuchs@fplusp.com> wrote:
David,
I'm still having troubles with RA. Everything but get_dir2() works.
If I'm calling get_dir2() like this
retval = ra.get_dir2(self.session, self.path, self.rev,
retval holds
{'svn:entry:uuid': 'd473ca4a-8f06-664d-bac5-325aff229cda',
If I'm calling get_dir2() like this
(entries, _, props) = ra.get_dir2(self.session, self._svn_path,
entries is not a dict but a string and holds "svn:entry:uuid".
What am I doing wrong? (Subversion 1.4.2, Python 2.3, Windows)
Thanks,
---------------------------------------------------------------------
|
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.