You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sean <sh...@yahoo.com> on 2009/04/02 00:44:41 UTC

svn_wc_status_func2_t has wrong path

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@subversion.tigris.org].