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

Re: [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: Mon, 4 Feb 2008 19:27:41 +0100

Could anybody review this patch?
It probably should be backported to 1.5.x branch.

http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=134830

[[[
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>

Patch by: arfrever
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-02-04 19:29:56 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.