RE: svn_client_status_func_t callback - Java binding may expect an abspath

2011-06-23 Thread Julian Foad
. - Julian > Bert Huijben (Cell phone) From: Julian Foad > Sent: donderdag 23 juni 2011 18:48 > To: dev@subversion.apache.org; Hyrum Wright > Subject: svn_client_status_func_t callback - Java binding may expect an > abspath > Hyrum or anyone, > > svn_client_status_func_t is de

RE: svn_client_status_func_t callback - Java binding may expect an abspath

2011-06-23 Thread Bert Huijben
Javahl always calls status with an abspath target as its conversion to a c string does that. Bert Huijben (Cell phone) From: Julian Foad Sent: donderdag 23 juni 2011 18:48 To: dev@subversion.apache.org; Hyrum Wright Subject: svn_client_status_func_t callback - Java binding may expect an abspath

svn_client_status_func_t callback - Java binding may expect an abspath

2011-06-23 Thread Julian Foad
Hyrum or anyone, svn_client_status_func_t is declared as /** A callback for reporting a @a status about @a local_abspath. ... */ typedef svn_error_t *(*svn_client_status_func_t)( void *baton, const char *path,