[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: propchange - r10133 - svn:log

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-07-04 17:59:20 CEST

Greg Hudson wrote:

>On Sun, 2004-07-04 at 11:12, jpieper@tigris.org wrote:
>
>
>> (svn_path_canonicalize): Replaced old implementation with new that
>> uses nearly identical logic to large portions of
>> apr_filepath_merge. It differs from apr_filepath_merge in that it
>> handles URLs properly and does not access the OSs filesystem in
>> any way.
>>
>>
>
>The only reference to the OS filesystem I could find in
>apr_filepath_merge() is in the if (!rootpath) clause. So I still don't
>see why you couldn't use apr_filepath_merge(&newpath, "", path, ...)
>after skipping past the URL portion in order to implement the new
>svn_path_canonicalize.
>
>
Because apr_filepath_merge is OS-specific, Windows has a completely
different implementation than Unix.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 4 18:01:57 2004

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.