Re: [RFC] Canonical Paths
From: Dave Cridland <dave_at_cridland.net>
Date: 2002-08-29 10:03:06 CEST
I almost hate to contribute to this discussion, given that I'm not
What about defining, in code terms, a "Canonical Path" as a structure
typedef struct {
typedef struct {
const SVN_PATH_COMPONENT svn_path_cwd = { 0, 0 };
Gives you type safety, such that it's impossible to pass a non-canonical
You do, of course, have to build some extra functions for making a "DAV
Thoughts?
Dave.
---------------------------------------------------------------------
|
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.