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

[PATCH] clears a deprecation warning during "make"

From: Prabhu Gnana Sundar <prabhugs_at_collab.net>
Date: Thu, 16 Dec 2010 15:46:28 +0530

Hi,

This patch clears a deprecation warning during the "make".

The "svn_repos_fs_get_locks" function in "subversion/svnadmin/main.c"
seems to be deprecated, but *still used*, causing a deprecation warning.

It is clear from the "/subversion/libsvn_repos/deprecated.c" document
that it calls "svn_repos_fs_get_locks" function by hardcoding the depth
as infinity. So clearly this patch would be applicable.

I wonder if "--with-depth" switch can be added to "svnadmin lslocks". :)

Thanks and Regards
Prabhu

Received on 2010-12-16 11:23:38 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.