RE: svn commit: r916286 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mirror.c mod_dav_svn.c
From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Fri, 26 Feb 2010 22:52:43 +0530
>> I could not see the difference between "svn_uri_canonicalize()" and
>Is it a local disk path?
No.
>If no, then never use svn_dirent_*() on it.
Ok.
>svn_dirent_*() has platform dependent behavior.
>Just a few simple examples:
>'C:hi' is a dirent to the file named 'C:hi' on Linux, but on Windows it is a dirent pointing to the file 'hi' in the current directory of drive C:.
>If you use svn_uri_*(), these paths are handled the same, which is most likely what you want. The <Location> tag defines the path space on your >webserver.
Thanks for the explanation.
With regards
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.