svn_opt_parse_path peg revision inconsistency
From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-10-16 23:21:06 CEST
If you pass a path to svn_opt_parse_path with no trailing @, then the revision
/* Didn't find an @-sign. */
but if you have path with a trailing @ just to protect another @ earlier in the
if (path[i + 1] == '\0') /* looking at empty peg revision */
...
rev->kind = start_revision.kind;
Shouldn't the @ protection just use svn_opt_revision_unspecified?
Blair
---------------------------------------------------------------------
|
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.