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

Re: svn commit: rev 1235 - trunk/subversion/clients/win32/svn_com

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-02-10 16:42:34 CET

brane@tigris.org wrote:

>Author: brane
>Date: 2002-02-10 15:32 GMT
>New Revision: 1235
>
>Modified:
> trunk/subversion/clients/win32/svn_com/SVN.cpp
>Log:
>* subversion/clients/win32/svn_com/SVN.cpp (CSVNWorkingCopy::wc_statuses):
>Align with new signature of svn_wc_statuses.
>
>
>Modified: trunk/subversion/clients/win32/svn_com/SVN.cpp
>==============================================================================
>--- OLD/trunk/subversion/clients/win32/svn_com/SVN.cpp Sun Feb 10 09:32:54 2002
>+++ NEW/trunk/subversion/clients/win32/svn_com/SVN.cpp Sun Feb 10 09:32:54 2002
>@@ -297,7 +297,9 @@
>
> hash = apr_hash_make(g_pool);
> path = svn_stringbuf_create(W2A(bstrPath), g_pool);
>- error = svn_wc_statuses(hash, path, FALSE, get_all, g_pool);
>+ error = svn_wc_statuses(hash, path,
>+ FALSE, // FIXME: descend or not, rassilon?
>+ FALSE, get_all, g_pool);
> if (error) {
> hr = convert_err_to_hresult(error);
> goto Cleanup;
>
Bill, you might want to check if this is indeed the right behaviour. My
guess is you'd want to pass the descend flag to
CSVNWorkingCopy::wc_statuses, but I put this in just so that the code
compiles.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:06 2006

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.