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

[PATCH] Delete svn_client_propget3 and rename svn_client_propget4 to svn_client_propget3

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Sat, 2 Feb 2008 23:09:24 +0100

2008-02-02 19:18:43 Barry Scott napisał(a):
> I'm reading svn_client.h to find the new API for 1.5 and noticed that
> svn_client_propget3 is supposed to be in 1.4. But its not listed in
> the svn_client.h in the 1.4.6 source tar ball.
>
> Was it in fact added for 1.5 as well as propget4?

Yes. It was added in r26745.

[[[
Delete svn_client_propget3 and rename svn_client_propget4 to
svn_client_propget3.

* subversion/include/svn_client.h
  (svn_client_propget3): Delete and recreate from ...
  (svn_client_propget4): ... here.

* subversion/libsvn_client/prop_commands.c
  (svn_client_propget3): Delete and recreate from ...
  (svn_client_propget4): ... here.
  (remote_propget): Update doc string.
  (svn_client_propget2): Update call to svn_client_propget3.

* subversion/libsvn_client/client.h
  (svn_client__get_prop_from_wc): Update doc string.

* subversion/svn/propedit-cmd.c
  (svn_cl__propedit):
* subversion/svn/propget-cmd.c
  (svn_cl__propget):
* subversion/bindings/javahl/native/SVNClient.cpp
  (SVNClient::propertyGet):
  Call svn_client_propget3.

Found by: Barry Scott <barry_at_barrys-emacs.org>
]]]

I have tested this patch and it seems to work.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-02-02 23:09:52 CET

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.