Bert Huijben wrote on Sun, Dec 04, 2011 at 22:33:15 +0100: > > > > -----Original Message----- > > From: danie...@apache.org [mailto:danie...@apache.org] > > Sent: zondag 4 december 2011 21:13 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1210195 - > > /subversion/trunk/subversion/svnserve/serve.c > > > > Author: danielsh > > Date: Sun Dec 4 20:13:01 2011 > > New Revision: 1210195 > > > > URL: http://svn.apache.org/viewvc?rev=1210195&view=rev > > Log: > > Canonicalize svnserve.conf input. > > Maybe you should apply svn_dirent_internal_style() instead of just > canonicalize to catch '\' vs '/' on Windows.
If you think that's better I can make the change. I'm not terribly well familiar with the Windows-specific semantics of svn_dirent_canonicalize() as compared to svn_dirent_internal_style().