dsahlberg-apache-org commented on code in PR #28: URL: https://github.com/apache/subversion/pull/28#discussion_r2071841462
########## subversion/mod_dav_svn/mod_dav_svn.c: ########## @@ -781,6 +781,15 @@ const char * dav_svn__get_root_dir(request_rec *r) { dir_conf_t *conf; + const char *base; + Review Comment: The latest update to the PR moved the declaration. Now it LGTM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@subversion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org