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

Re: svn commit: r10143 - in trunk/subversion: libsvn_subr tests/libsvn_subr

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-05 17:39:57 CEST

On Mon, 2004-07-05 at 11:30, Klaus Rennecke wrote:
> + else if (SVN_PATH_IS_PLATFORM_EMPTY(path, len))
> + return 0;

This check should no longer be necessary with the new
svn_path_canonicalize.

(Note that the function name should change with this check taken out;
the "nonempty" doesn't apply. It didn't exactly apply before; "./foo"
would be truncated to "", but "foo/./bar" would still only be truncated
to "foo/.".)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 5 17:40:54 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.