Lieven Govaerts wrote:
[...]
> Proposal:
> As indicated by the example above we can't rely on an svn_path function
> to assess whether it's working with directories or uris. Which leaves us
> no option than to make the callers take this decision.
>
> So, we:
> 1. For each of the svn_path functions, add an svn_dirent equivalent that
> supports Windows directory syntax (on Windows).
> 2. For each of the svn_path functions, add an svn_uri equivalent when
> needed.
> 3. Expand the set of unit tests to make sure the new functions work
> correctly on both Windows and POSIX platforms.
> 4. Expand the set of acceptance tests to handle the Windows specific issues.
> 5. Dig through the code and replace all svn_path* calls with either
> svn_dirent* or svn_uri*.
> 6. Deprecate all svn_path functions.
+1.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-22 15:44:22 CEST