Daniel Shahaf wrote on Tue, Sep 21, 2010 at 23:53:22 +0200: > > /** > > * Recursively modify a working copy rooted at @a wcroot_dir, changing any > > * repository URLs that begin with @a from to begin with @a to instead. > > * > > * @param wcroot_dir Working copy root directory > > * @param from Original URL > > * @param to New URL > > * @param ctx svn_client_ctx_t > > * @param pool The pool from which to perform memory allocations > > *
Hmm. 'svn praise' tells me that these lines (modulo the CTX) line originated at r846244 --- i.e., they haven't changed in the last half decade. (That is: I still dislike information-free docstrings, but I realize that this particular docstring is in no way related to the one I've replied to hwright about earlier today.)