[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: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-04 17:41:55 CEST

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 4 17:43:22 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.