r1234836 | cmpilato | 2012-01-23 15:03:56 +0000 (Mon, 23 Jan 2012) Fix typo in comment. * subversion/libsvn_subr/config_file.c: Changed "miscelleneous" to "miscellaneous'. Patch by: Jeyanthan Inbasekaran <jeyanthan{_AT_}collab.net>
r1353694 | stsp | 2012-06-25 18:25:14 +0000 (Mon, 25 Jun 2012) * site/publish/faq.html: Explain a possible reason why 'svn' might fail to permanently store an SSL certificate. Patch by: Jeyanthan <jeyanthan@collab.net>
r1391020 | stsp | 2012-09-27 14:15:43 +0000 (Thu, 27 Sep 2012) Fix issue #4234, "svndumpfilter exclude --targets wants pathname to start with '/'" * subversion/svndumpfilter/main.c (main): While parsing through the 'targets' file, check for a leading slash('/') in every path prefix. If it is not there, prepend a '/'. Found by: Jeyanthan <jeyanthan{_AT_}collab.net> Patch by: Vijayaguru G <vijay{_AT_}collab.net> (Tweaked by me to avoid shadowed declaration of local variable 'i'.)