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

svn_wc_status_func2_t has wrong path

From: Sean <shawks03_at_yahoo.com>
Date: Wed, 1 Apr 2009 17:44:41 -0700 (PDT)

Using svn, version 1.4.6 (r28521) I'm using the API, specifically the svn_client_status2 function and the callback function:

typedef void(* svn_wc_status_func2_t)(void *baton, const char *path, svn_wc_status2_t *status)

I'm seeing that the path for a directory does not match the status->url.

For example:
Calling svn_client_status2 on "/checkout/directory_A" recursively when a new directory exists in the repository (http://server/directory_A/new_directory_B) will yield the following:
path = /checkout/directory_A/new_directory_B
url = http://server/directory_A

Has this been fixed in a newer release?

Thanks,
Sean

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1512230

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-02 14:01:11 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.