Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
trunk
Description
First reported here: http://svn.haxx.se/dev/archive-2011-02/0864.shtml Filing an issue so this won't get lost. function to determine whether a path is part of a working copy. Currently I'm misusing svn_wc_check_wc2() for this, but I'd rather have a proper and fast svn_client_is_workingcopy(const char* path) function for this.