RE: svn commit: r1103771 - in /subversion/trunk/subversion: libsvn_client/prop_commands.c svn/propedit-cmd.c svn/propget-cmd.c
From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 16 May 2011 18:18:03 +0200
> -----Original Message-----
I really think that we should do the 'API-rev dance' here, sorry.
Before this patch you could call this function, to get the properties for a path 'path', and then do an apr_hash_get(result, "path", APR_HASH_KEY_STRING) and you would get the property for your path.
After this patch you get NULL, because you receive a hashtable with as key for the file like "/some/long/longer/path".
I think this is going to break *a lot* of clients that use our api or that pass relative "../style" paths to svn.
We should probably do the full conversion for a deprecation wrapper instead of only 'similar' relative paths, by joining the originally passed anchor back to the relative paths of the results.
Bert
|
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.