Re: Incorrectness in svn_opt__split_arg_at_peg_revision() [was: regression from 1.4.3 to 1.5.1 in handling filenames containg at (@) signs]
From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: Wed, 27 Aug 2008 22:52:33 -0400
>
The problem there is with URLs containing '@'. i.e.
To see it you use
svn info http://host/myrepo/@file@
Which will work because the 'info' command calls svn_opt_parse_path()
So if svn_opt__split_arg_at_peg_revision() returns NULL, then it will
If svn_opt__split_arg_at_peg_revision() returns '@' for the empty
I think the better solution would be changing all the subcommands to
Troy
-- "Beware of spyware. If you can, use the Firefox browser." - USA Today Download now at http://getfirefox.com Registered Linux User #354814 ( http://counter.li.org/) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-08-28 04:52:46 CEST |
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.