RE: svn commit: r36241 - trunk/subversion/libsvn_wc
From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Mon, 2 Mar 2009 12:46:17 +0100
> -----Original Message-----
Agree and agree.
We have three kinds of paths which until recently all used the svn_path_*() functions.
* local paths (dirents)
The original design of svn_dirent_uri.h replaces local paths by dirents and tries to implement the other two with svn_uri_*. (Leaving the escaping problems to the users of the api).
We might need a third set of functions that handles the escaping/encoding rules automatically.
I think we can pull the rest of svn_uri_* from 1.6 if we need to revisit this design.
Bert
------------------------------------------------------
|
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.